- Match the first 16 colors of the Windows (R) XP default palette.

svn path=/trunk/; revision=9932
This commit is contained in:
Filip Navara 2004-06-29 18:12:27 +00:00
parent 91da5e1abe
commit ecd1ebfec8

View file

@ -36,9 +36,9 @@ const PALETTEENTRY BASEPALETTE[20] =
{ 0x00, 0x80, 0x80, 0x00 },
{ 0xC0, 0xC0, 0xC0, 0x00 },
{ 0xC0, 0xDC, 0xC0, 0x00 },
{ 0xA6, 0xCA, 0xF0, 0x00 },
{ 0xD4, 0xD0, 0xC8, 0x00 },
{ 0xFF, 0xFB, 0xF0, 0x00 },
{ 0xA0, 0xA0, 0xA4, 0x00 },
{ 0x3A, 0x6E, 0xA5, 0x00 },
{ 0x80, 0x80, 0x80, 0x00 },
{ 0xFF, 0x00, 0x00, 0x00 },
{ 0x00, 0xFF, 0x00, 0x00 },