okay, got the palette information from toni. i think its best to align with the defaults, so it seems i need to start over

in case anyone is interested:
/* Default colors for the new screen, the same as in AmigaOS 3.1 */
const ULONG coltab[] =
{
0xB3B3B3B3, 0xB3B3B3B3, 0xB3B3B3B3, /* Grey70 */
0x00000000, 0x00000000, 0x00000000, /* Black */
0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, /* White */
0x66666666, 0x88888888, 0xBBBBBBBB, /* AMIGA Blue */
0xEEEEEEEE, 0x44444444, 0x44444444, /* Red */
0x55555555, 0xDDDDDDDD, 0x55555555, /* Green */
0x00000000, 0x44444444, 0xDDDDDDDD, /* Dark Blue */
0xEEEEEEEE, 0x99999999, 0x00000000, /* Yellow */
0xbbbbbbbb, 0x00000000, 0x00000000, /* Default colors for mouse
pointer */
0xdddddddd, 0x00000000, 0x00000000,
0xeeeeeeee, 0x00000000, 0x00000000
};