aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/colors.c')
-rw-r--r--gtk/colors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index 48cfdbb19d..872a16aae0 100644
--- a/gtk/colors.c
+++ b/gtk/colors.c
@@ -39,6 +39,7 @@ static GdkColormap* sys_cmap;
static GdkColormap* our_cmap = NULL;
GdkColor WHITE = { 0, 65535, 65535, 65535 };
+GdkColor LTGREY = { 0, 57343, 57343, 57343 };
GdkColor BLACK = { 0, 0, 0, 0 };
/* Initialize the colors */