diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 17:34:03 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 17:34:03 +0200 |
commit | 8233dc85689d2c63878f0c8e2734e09eaff835b3 (patch) | |
tree | ed1ce20195d66111e000d90201ae5308a1b1d42e /config.arg.h | |
parent | afa8b3bcd994d0988261c0b98c88bca7316aebd6 (diff) | |
download | dwm-8233dc85689d2c63878f0c8e2734e09eaff835b3.tar.gz |
new stuff
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h index 943a32f..f425006 100644 --- a/config.arg.h +++ b/config.arg.h @@ -13,7 +13,7 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define SELBGCOLOR "#004499" #define SELFGCOLOR "#ffffff" -#define NORMBGCOLOR "#222222" +#define NORMBGCOLOR "#444444" #define NORMFGCOLOR "#cccccc" #define STATUSBGCOLOR "#000000" #define STATUSFGCOLOR "#0088ff" |