about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 17:00:06 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 17:00:06 +0100
commit204f0a340d74ff5b8bf7ed00688c14c1269da175 (patch)
treeb5f33478466121a8d18e0cf9d7486661709b7e5e /config.arg.h
parent78666b99b8dedb57f1dea53931a334c151dea865 (diff)
downloaddwm-204f0a340d74ff5b8bf7ed00688c14c1269da175.tar.gz
optimizing background color of terminals
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index bbac093..a887430 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -42,7 +42,7 @@ static Layout layout[] = { \
 static Key key[] = { \
 	/* modifier			key		function	argument */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec urxvtcd -tr -bg '#333' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec urxvtcd -tr -bg '#292929' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
 			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \