comparison 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
comparison
equal deleted inserted replaced
351:d822b5fbe11e 352:5a8bdc3b37cb
6 #define TAGS \ 6 #define TAGS \
7 const char *tags[] = { "work", "net", "fnord", NULL }; 7 const char *tags[] = { "work", "net", "fnord", NULL };
8 8
9 #define DEFMODE dotile /* dofloat */ 9 #define DEFMODE dotile /* dofloat */
10 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 10 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
11 #define NORMBGCOLOR "#666699" 11 #define BGCOLOR "#666699"
12 #define NORMFGCOLOR "#eeeeee" 12 #define FGCOLOR "#eeeeee"
13 #define SELBGCOLOR "#eeeeee" 13 #define BORDERCOLOR "#9999CC"
14 #define SELFGCOLOR "#000088"
15 #define MODKEY Mod1Mask 14 #define MODKEY Mod1Mask
16 #define MASTERW 60 /* percent */ 15 #define MASTERW 60 /* percent */
17 16
18 #define KEYS \ 17 #define KEYS \
19 static Key key[] = { \ 18 static Key key[] = { \