diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 18:27:28 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 18:27:28 +0200 |
commit | 366e76e3a79f1d87150cae527c4e61299759c4e7 (patch) | |
tree | 3633ebd5a2e2a287b8d5f9fdcd9fc76c5366e8b9 /src/fe-gtk/palette.c | |
parent | 74abaedffa852950064a21c1b931827a372a173e (diff) |
Fix color codes for consistency's sake
Diffstat (limited to 'src/fe-gtk/palette.c')
-rw-r--r-- | src/fe-gtk/palette.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/palette.c b/src/fe-gtk/palette.c index a61aa88c..ffa627d5 100644 --- a/src/fe-gtk/palette.c +++ b/src/fe-gtk/palette.c @@ -65,10 +65,10 @@ GdkColor colors[] = { {0, 0xcece, 0x5c5c, 0x0000}, /* 23 orange */ {0, 0xc4c4, 0xa0a0, 0x0000}, /* 24 yellow */ {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, 0x57b0, 0x79e3, 0x9eb8}, /* 28 blue */ - {0, 0xa0a0, 0x4343, 0x6565}, /* 29 light purple */ + {0, 0x5757, 0x7979, 0x9e9e}, /* 28 blue */ + {0, 0xa0d0, 0x42d4, 0x6562}, /* 29 light purple */ {0, 0x5555, 0x5757, 0x5353}, /* 30 grey */ {0, 0x8888, 0x8a8a, 0x8585}, /* 31 light grey */ |