From: Anselm R.Garbe Date: Tue, 8 Aug 2006 10:50:11 +0000 (+0200) Subject: it always takes a while until one sticks to a colorscheme, but this one feels well X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=e943234d09ce6e1faa9145b4abc617acc4e61380 it always takes a while until one sticks to a colorscheme, but this one feels well --- diff --git a/config.arg.h b/config.arg.h index d71196a..91bed8c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -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-*'" } }, \ };