tdarkening the fg colors somewhat - 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 4e926a9ef2b68d7a596cd429b0bd9379795317be
 (DIR) parent 4ba3cfaee9c27744e79febc25caef69b28e477e4
 (HTM) Author: arg@mig29 <unknown>
       Date:   Fri,  1 Dec 2006 15:50:22 +0100
       
       darkening the fg colors somewhat
       Diffstat:
         M config.arg.h                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -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"