tnew stuff - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8233dc85689d2c63878f0c8e2734e09eaff835b3
(DIR) parent afa8b3bcd994d0988261c0b98c88bca7316aebd6
(HTM) Author: Anselm R. Garbe <arg@10kloc.org>
Date: Fri, 25 Aug 2006 17:34:03 +0200
new stuff
Diffstat:
M config.arg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -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"