From 366e76e3a79f1d87150cae527c4e61299759c4e7 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 27 Oct 2012 18:27:28 +0200 Subject: [PATCH] Fix color codes for consistency's sake --- src/fe-gtk/palette.c | 6 +++--- 1 file 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 */