aewl

changeset 567:7e92f58754ae 2.2

nah reverting to my prev style, that's really the best
author arg@mig29
date Sat, 18 Nov 2006 21:33:33 +0100
parents 91b6cbcdfc71
children cbee1bd50e58
files config.arg.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Sat Nov 18 21:26:53 2006 +0100
     1.2 +++ b/config.arg.h	Sat Nov 18 21:33:33 2006 +0100
     1.3 @@ -10,12 +10,12 @@
     1.4  #define TILESYMBOL		"[]="
     1.5  
     1.6  #define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"
     1.7 -#define NORMBGCOLOR		"#555753"
     1.8 -#define NORMFGCOLOR		"#ffffff"
     1.9 -#define SELBGCOLOR		"#888a85"
    1.10 -#define SELFGCOLOR		"#ffffff"
    1.11 -#define STATUSBGCOLOR		"#2e3436"
    1.12 -#define STATUSFGCOLOR		"#ffffff"
    1.13 +#define NORMBGCOLOR		"#333333"
    1.14 +#define NORMFGCOLOR		"#dddddd"
    1.15 +#define SELBGCOLOR		"#336699"
    1.16 +#define SELFGCOLOR		"#eeeeee"
    1.17 +#define STATUSBGCOLOR		"#222222"
    1.18 +#define STATUSFGCOLOR		"#99ccff"
    1.19  
    1.20  #define MASTER			600 /* per thousand */
    1.21  #define MODKEY			Mod1Mask