summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-27 18:27:28 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-27 18:27:28 +0200
commit366e76e3a79f1d87150cae527c4e61299759c4e7 (patch)
tree3633ebd5a2e2a287b8d5f9fdcd9fc76c5366e8b9 /src
parent74abaedffa852950064a21c1b931827a372a173e (diff)
Fix color codes for consistency's sake
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/palette.c6
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 */