X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/413be1112afeb7e01b51c54a031c959144faac2a..4e6c513ac2e5870ea5bf958eb6062f2a0a9f4689:/config.arg.h?ds=inline

diff --git a/config.arg.h b/config.arg.h
index cf7d041..355b02b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -11,12 +11,12 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define TILESYMBOL		"[]="
 
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define SELBGCOLOR		"#0055bb"
-#define SELFGCOLOR		"#ffffff"
-#define NORMBGCOLOR		"#444444"
-#define NORMFGCOLOR		"#cccccc"
-#define STATUSBGCOLOR		"#000000"
-#define STATUSFGCOLOR		"#0088ff"
+#define SELBGCOLOR		"#333366"
+#define SELFGCOLOR		"#eeeeee"
+#define NORMBGCOLOR		"#333333"
+#define NORMFGCOLOR		"#dddddd"
+#define STATUSBGCOLOR		"#222222"
+#define STATUSFGCOLOR		"#9999cc"
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
@@ -25,7 +25,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
 	/* modifier			key		function	arguments */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
 			"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \