tit always takes a while until one sticks to a colorscheme, but this one feels well - 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 e943234d09ce6e1faa9145b4abc617acc4e61380
 (DIR) parent 9fc24e371bf8ecf53beb2c05d3e0cdcbb103dbc8
 (HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
       Date:   Tue,  8 Aug 2006 12:50:11 +0200
       
       it always takes a while until one sticks to a colorscheme, but this one feels well
       
       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@@ -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 '#ffffaa' -fg '#000000' -cr '#000000' +sb " \
       +                { .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb " \
                                "-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
        };