about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 09:41:43 +0200
committerarg@10ksloc.org <unknown>2006-08-07 09:41:43 +0200
commit525c5ff4d8bd9fd4dd2077503b5f43487dda963d (patch)
tree826100b627754f8da00af6e1d8186a238b271c72
parent5952157c3b9295eae5332f2fac8981cde77490dc (diff)
downloaddwm-525c5ff4d8bd9fd4dd2077503b5f43487dda963d.tar.gz
next attempt for w on black switch
-rw-r--r--config.arg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index d391f9e..c60f06a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,9 +9,9 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL };
 #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 @@ static Key key[] = { \
 	{ 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-*'" } }, \
 };
 
erpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
* item1