tafter some days of experimenting with grey background, I finally give up and switch to white on black ;) - 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 50729a2e73bc142ba79aa335012d401fca2391d3
 (DIR) parent a3e3f0b9edd395f4ba34eeba60d58560c4528d47
 (HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
       Date:   Fri, 11 Aug 2006 18:11:39 +0200
       
       after some days of experimenting with grey background, I finally give up and switch to white on black ;)
       
       Diffstat:
         M config.arg.h                        |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -9,9 +9,9 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        #define DEFMODE                        dotile /* dofloat */
        #define DEFTAG                        0 /* index */
        #define FONT                        "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
       -#define BGCOLOR                        "#eeeeee"
       -#define FGCOLOR                        "#666699"
       -#define BORDERCOLOR                "#9999CC"
       +#define BGCOLOR                        "#0d121d"
       +#define FGCOLOR                        "#eeeeee"
       +#define BORDERCOLOR                "#3f484d"
        #define MODKEY                        Mod1Mask
        #define NUMLOCKMASK                Mod2Mask
        #define MASTERW                        60 /* percent */
       t@@ -41,7 +41,7 @@ static Key key[] = { \
                { MODKEY|ShiftMask,        XK_c,                killclient,        { 0 } }, \
                { MODKEY|ShiftMask,        XK_q,                quit,                { 0 } }, \
                { MODKEY|ShiftMask,        XK_Return,        spawn, \
       -                { .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb " \
       +                { .cmd = "exec urxvt +sb -tr -bg black -fg '#eeeeee' -cr '#eeeeee' +sb " \
                                "-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
        };