diff options
| author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-25 20:43:29 +0200 | 
|---|---|---|
| committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-25 20:43:29 +0200 | 
| commit | e9348dcaca4516f4429deccdeda017af6eba1cfe (patch) | |
| tree | 9276d4b4afbcf0f628cb33df6201d1d2e62842ed | |
| parent | fa857b2896140dae0731808b9abd307b4ba3d224 (diff) | |
applied colors depend from lavishs proposal
| -rw-r--r-- | config.def.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/config.def.h b/config.def.h index 204d5bf..838b703 100644 --- a/config.def.h +++ b/config.def.h @@ -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 }; | 
