You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
654 B
C

//---------------------------------------------------------------------------
static unsigned int colors[]={
0xff191d19, // 0x00
0xfffcf9fc, // 0x01
0xff933a4c, // 0x02
0xffb6fafa, // 0x03
0xffd27ded, // 0x04
0xff6acf6f, // 0x05
0xff4f44d8, // 0x06
0xfffbfb8b, // 0x07
0xffd89c5b, // 0x08
0xff7f5307, // 0x09
0xffef839f, // 0x0a
0xff575753, // 0x0b
0xffa3a7a7, // 0x0c
0xffb7fbbf, // 0x0d
0xffa397ff, // 0x0e
// 0xffeff9e7, // 0x0f
0xffd8d8d8, // 0x0f
0xff011d00,
0xffff00ff,
0xfffaafbe,
0xff463e41,
0xff000000};
//---------------------------------------------------------------------------