# HG changeset patch # User Anselm R. Garbe # Date 1190745809 -7200 # Node ID 0d87d4a36b261d93fe36f8a9f5dba1fd8aa8e812 # Parent 92c19c929a59988b9b0fa4536633f2edf3038030 applied colors depend from lavishs proposal diff -r 92c19c929a59 -r 0d87d4a36b26 config.def.h --- a/config.def.h Sun Sep 23 18:50:04 2007 +0200 +++ b/config.def.h Tue Sep 25 20:43:29 2007 +0200 @@ -4,12 +4,12 @@ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 #define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" -#define NORMBORDERCOLOR "#cccccc" -#define NORMBGCOLOR "#ffffff" -#define NORMFGCOLOR "#000000" -#define SELBORDERCOLOR "#ff0000" -#define SELBGCOLOR "#0000ff" -#define SELFGCOLOR "#ffffff" +#define NORMBORDERCOLOR "#cccccc" +#define NORMBGCOLOR "#eeeeee" +#define NORMFGCOLOR "#444444" +#define SELBORDERCOLOR "#0066ff" +#define SELBGCOLOR "#0066ff" +#define SELFGCOLOR "#ffffff" /* tagging */ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };