dwm-meillo
diff config.default.h @ 353:8a06efe5b563
new color stuff/new rendering stuff
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 25 Aug 2006 12:59:45 +0200 |
parents | 5a8bdc3b37cb |
children | 27082985e51e |
line diff
1.1 --- a/config.default.h Fri Aug 25 07:54:49 2006 +0200 1.2 +++ b/config.default.h Fri Aug 25 12:59:45 2006 +0200 1.3 @@ -7,10 +7,15 @@ 1.4 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; 1.5 1.6 #define DEFMODE dotile /* dofloat */ 1.7 + 1.8 #define FONT "fixed" 1.9 -#define BGCOLOR "#666699" 1.10 -#define FGCOLOR "#eeeeee" 1.11 -#define BORDERCOLOR "#9999CC" 1.12 +#define SELBGCOLOR "#666699" 1.13 +#define SELFGCOLOR "#eeeeee" 1.14 +#define NORMBGCOLOR "#333366" 1.15 +#define NORMFGCOLOR "#cccccc" 1.16 +#define STATUSBGCOLOR "#dddddd" 1.17 +#define STATUSFGCOLOR "#222222" 1.18 + 1.19 #define MODKEY Mod1Mask 1.20 #define MASTERW 60 /* percent */ 1.21