next attempt for w on black switch
authorarg@10ksloc.org
Mon, 07 Aug 2006 09:41:43 +0200
changeset 207 836fb04ec317
parent 206 46e98cbb03b1
child 208 e4bfe46c7910
next attempt for w on black switch
config.arg.h
--- a/config.arg.h	Mon Aug 07 08:55:39 2006 +0200
+++ b/config.arg.h	Mon Aug 07 09:41:43 2006 +0200
@@ -9,9 +9,9 @@
 #define DEFMODE			dotile /* dofloat */
 #define DEFTAG			1 /* index */
 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#define BGCOLOR			"#0a2c2d"
-#define FGCOLOR			"#ddeeee"
-#define BORDERCOLOR		"#176164"
+#define BGCOLOR			"#eaffff"
+#define FGCOLOR			"#000000"
+#define BORDERCOLOR		"#8888cc"
 #define MODKEY			Mod1Mask
 #define NUMLOCKMASK		Mod2Mask
 #define MASTERW			60 /* percent */
@@ -47,7 +47,7 @@
 	{ MODKEY|ShiftMask,	XK_c,		killclient,	{ 0 } }, \
 	{ MODKEY|ShiftMask,	XK_q,		quit,		{ 0 } }, \
 	{ MODKEY|ShiftMask,	XK_Return,	spawn, \
-		{ .cmd = "exec urxvt -tr +sb -bg black -fg white -cr white " \
+		{ .cmd = "exec urxvt -bg '#ffffea' " \
 			"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
 };