dwm-meillo

diff config.arg.h @ 352:5a8bdc3b37cb

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