Mercurial > dwm-meillo
comparison config.arg.h @ 209:f117fd33c954
made my colors tasting better with the background
author | arg@10ksloc.org |
---|---|
date | Mon, 07 Aug 2006 10:28:21 +0200 |
parents | e4bfe46c7910 |
children | bd85f3836a79 |
comparison
equal
deleted
inserted
replaced
208:e4bfe46c7910 | 209:f117fd33c954 |
---|---|
7 const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL }; | 7 const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL }; |
8 | 8 |
9 #define DEFMODE dotile /* dofloat */ | 9 #define DEFMODE dotile /* dofloat */ |
10 #define DEFTAG 1 /* index */ | 10 #define DEFTAG 1 /* index */ |
11 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" | 11 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" |
12 #define BGCOLOR "#eaffff" | 12 #define BGCOLOR "#663333" |
13 #define FGCOLOR "#000000" | 13 #define FGCOLOR "#ffffff" |
14 #define BORDERCOLOR "#8888cc" | 14 #define BORDERCOLOR "#993333" |
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 \ |