comparison 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
comparison
equal deleted inserted replaced
352:5a8bdc3b37cb 353:8a06efe5b563
5 5
6 #define TAGS \ 6 #define TAGS \
7 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; 7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
8 8
9 #define DEFMODE dotile /* dofloat */ 9 #define DEFMODE dotile /* dofloat */
10
10 #define FONT "fixed" 11 #define FONT "fixed"
11 #define BGCOLOR "#666699" 12 #define SELBGCOLOR "#666699"
12 #define FGCOLOR "#eeeeee" 13 #define SELFGCOLOR "#eeeeee"
13 #define BORDERCOLOR "#9999CC" 14 #define NORMBGCOLOR "#333366"
15 #define NORMFGCOLOR "#cccccc"
16 #define STATUSBGCOLOR "#dddddd"
17 #define STATUSFGCOLOR "#222222"
18
14 #define MODKEY Mod1Mask 19 #define MODKEY Mod1Mask
15 #define MASTERW 60 /* percent */ 20 #define MASTERW 60 /* percent */
16 21
17 #define KEYS \ 22 #define KEYS \
18 static Key key[] = { \ 23 static Key key[] = { \