From 4cbfddf15907c96b55ac3381c9a402260a96ce9f Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 7 Sep 2009 15:06:32 +0200 Subject: using simple strings for colors in config.h --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d0354a5..e9e811a 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* modifier 0 means no modifier */ -static GdkColor progress = { 65535,65535,0,0 }; -static GdkColor progress_trust = { 65535,0,65535,0 }; +static gchar *progress = "#FF0000"; +static gchar *progress_trust = "#00FF00"; #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ -- cgit v1.2.3