Mercurial > aewl
comparison config.arg.h @ 226:adbfcac63cdc
default colors are best
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Tue, 08 Aug 2006 12:47:45 +0200 |
parents | 40432020c0e8 |
children | be79a77ae9e4 |
comparison
equal
deleted
inserted
replaced
225:40432020c0e8 | 226:adbfcac63cdc |
---|---|
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 DEFTAG 0 /* index */ | 10 #define DEFTAG 0 /* index */ |
11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | 11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
12 #define BGCOLOR "#004080" | 12 #define BGCOLOR "#666699" |
13 #define FGCOLOR "#ffffaa" | 13 #define FGCOLOR "#eeeeee" |
14 #define BORDERCOLOR "#004080" | 14 #define BORDERCOLOR "#9999CC" |
15 #define MODKEY Mod1Mask | 15 #define MODKEY Mod1Mask |
16 #define NUMLOCKMASK Mod2Mask | 16 #define NUMLOCKMASK Mod2Mask |
17 #define MASTERW 60 /* percent */ | 17 #define MASTERW 60 /* percent */ |
18 | 18 |
19 #define KEYS \ | 19 #define KEYS \ |