dwm-meillo

diff config.arg.h @ 350:b10852dbbffe

3->4 colors
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 24 Aug 2006 12:04:56 +0200
parents 336d3a2c3f80
children 5a8bdc3b37cb
line diff
     1.1 --- a/config.arg.h	Thu Aug 24 10:28:50 2006 +0200
     1.2 +++ b/config.arg.h	Thu Aug 24 12:04:56 2006 +0200
     1.3 @@ -8,9 +8,10 @@
     1.4  
     1.5  #define DEFMODE			dotile /* dofloat */
     1.6  #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
     1.7 -#define BGCOLOR			"#666699"
     1.8 -#define FGCOLOR			"#eeeeee"
     1.9 -#define BORDERCOLOR		"#9999CC"
    1.10 +#define NORMBGCOLOR		"#666699"
    1.11 +#define NORMFGCOLOR		"#eeeeee"
    1.12 +#define SELBGCOLOR		"#eeeeee"
    1.13 +#define SELFGCOLOR		"#000088"
    1.14  #define MODKEY			Mod1Mask
    1.15  #define MASTERW			60 /* percent */
    1.16