Mercurial > aewl
comparison config.default.h @ 350:b10852dbbffe
3->4 colors
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 24 Aug 2006 12:04:56 +0200 |
parents | 2a65e8b3d21a |
children | 5a8bdc3b37cb |
comparison
equal
deleted
inserted
replaced
349:2bc2746a52c3 | 350:b10852dbbffe |
---|---|
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 #define FONT "fixed" | 10 #define FONT "fixed" |
11 #define BGCOLOR "#666699" | 11 #define NORMBGCOLOR "#666699" |
12 #define FGCOLOR "#eeeeee" | 12 #define NORMFGCOLOR "#eeeeee" |
13 #define BORDERCOLOR "#9999CC" | 13 #define SELBGCOLOR "#eeeeee" |
14 #define SELFGCOLOR "#666699" | |
14 #define MODKEY Mod1Mask | 15 #define MODKEY Mod1Mask |
15 #define MASTERW 60 /* percent */ | 16 #define MASTERW 60 /* percent */ |
16 | 17 |
17 #define KEYS \ | 18 #define KEYS \ |
18 static Key key[] = { \ | 19 static Key key[] = { \ |