it always takes a while until one sticks to a colorscheme, but this one feels well

This commit is contained in:
Anselm R.Garbe 2006-08-08 12:50:11 +02:00
parent 9fc24e371b
commit e943234d09
1 changed files with 1 additions and 1 deletions

View File

@ -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-*'" } }, \
};