dwm-meillo

diff config.default.h @ 689:cbec08a54a15

implemented new color scheme accordingly to Sanders proposal
author Anselm R. Garbe <arg@suckless.org>
date Sun, 14 Jan 2007 22:37:34 +0100
parents 39fa5308d73f
children dd2e2c947b1c
line diff
     1.1 --- a/config.default.h	Sun Jan 14 22:32:26 2007 +0100
     1.2 +++ b/config.default.h	Sun Jan 14 22:37:34 2007 +0100
     1.3 @@ -10,12 +10,12 @@
     1.4  #define TILESYMBOL		"[]="
     1.5  
     1.6  #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
     1.7 +#define NORMBORDERCOLOR		"#dddddd"
     1.8  #define NORMBGCOLOR		"#333366"
     1.9  #define NORMFGCOLOR		"#cccccc"
    1.10 +#define SELBORDERCOLOR		"#222222"
    1.11  #define SELBGCOLOR		"#666699"
    1.12  #define SELFGCOLOR		"#eeeeee"
    1.13 -#define STATUSBGCOLOR		"#dddddd"
    1.14 -#define STATUSFGCOLOR		"#222222"
    1.15  
    1.16  #define MASTER			600		/* per thousand */
    1.17  #define MODKEY			Mod1Mask