From 03f0a3baf5a844dc44aa5c145f1dd5d12c56ad07 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 7 Sep 2009 11:02:26 +0200 Subject: moving color definitions to config.h --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 151bbf4..fde3592 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,6 @@ /* modifier 0 means no modifier */ +static GdkColor progress = { 65535,65535,0,0 }; +static GdkColor progress_trust = { 65535,0,65535,0 }; static Key keys[] = { /* modifier keyval function arg Focus */ { 0, GDK_Escape, hidesearch, {0}, ALWAYS }, @@ -25,3 +27,4 @@ static Key keys[] = { { GDK_CONTROL_MASK, GDK_h, navigate, {.i = -1}, BROWSER }, { 0, GDK_Escape, stop, {0}, BROWSER }, }; + -- cgit v1.2.3