Fix color codes for consistency's sake
This commit is contained in:
parent
74abaedffa
commit
366e76e3a7
|
@ -65,10 +65,10 @@ GdkColor colors[] = {
|
||||||
{0, 0xcece, 0x5c5c, 0x0000}, /* 23 orange */
|
{0, 0xcece, 0x5c5c, 0x0000}, /* 23 orange */
|
||||||
{0, 0xc4c4, 0xa0a0, 0x0000}, /* 24 yellow */
|
{0, 0xc4c4, 0xa0a0, 0x0000}, /* 24 yellow */
|
||||||
{0, 0x7373, 0xd2d2, 0x1616}, /* 25 green */
|
{0, 0x7373, 0xd2d2, 0x1616}, /* 25 green */
|
||||||
{0, 0x116b, 0xa8f5, 0x790f}, /* 26 aqua */
|
{0, 0x1111, 0xa8a8, 0x7979}, /* 26 aqua */
|
||||||
{0, 0x5858, 0xa1a1, 0x9d9d}, /* 27 light aqua */
|
{0, 0x5858, 0xa1a1, 0x9d9d}, /* 27 light aqua */
|
||||||
{0, 0x57b0, 0x79e3, 0x9eb8}, /* 28 blue */
|
{0, 0x5757, 0x7979, 0x9e9e}, /* 28 blue */
|
||||||
{0, 0xa0a0, 0x4343, 0x6565}, /* 29 light purple */
|
{0, 0xa0d0, 0x42d4, 0x6562}, /* 29 light purple */
|
||||||
{0, 0x5555, 0x5757, 0x5353}, /* 30 grey */
|
{0, 0x5555, 0x5757, 0x5353}, /* 30 grey */
|
||||||
{0, 0x8888, 0x8a8a, 0x8585}, /* 31 light grey */
|
{0, 0x8888, 0x8a8a, 0x8585}, /* 31 light grey */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue