dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 4e926a9ef2b68d7a596cd429b0bd9379795317be
parent 4ba3cfaee9c27744e79febc25caef69b28e477e4
Author: arg@mig29 <unknown>
Date:   Fri,  1 Dec 2006 15:50:22 +0100

darkening the fg colors somewhat
Diffstat:
Mconfig.arg.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.arg.h b/config.arg.h
@@ -11,9 +11,9 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #define FONT            "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
 #define NORMBGCOLOR        "#333333"
-#define NORMFGCOLOR        "#dddddd"
+#define NORMFGCOLOR        "#cccccc"
 #define SELBGCOLOR        "#336699"
-#define SELFGCOLOR        "#eeeeee"
+#define SELFGCOLOR        "#dddddd"
 #define STATUSBGCOLOR        "#222222"
 #define STATUSFGCOLOR        "#99ccff"