X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/2e0c767d74da024c3cd4dbd524e1364039704451..413be1112afeb7e01b51c54a031c959144faac2a:/config.arg.h?ds=sidebyside

diff --git a/config.arg.h b/config.arg.h
index 6f51e50..cf7d041 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -7,11 +7,17 @@
 const char *tags[] = { "work", "net", "fnord", NULL };
 
 #define DEFMODE			dotile /* dofloat */
+#define FLOATSYMBOL		"><>"
+#define TILESYMBOL		"[]="
+
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define NORMBGCOLOR		"#666699"
-#define NORMFGCOLOR		"#eeeeee"
-#define SELBGCOLOR		"#eeeeee"
-#define SELFGCOLOR		"#000088"
+#define SELBGCOLOR		"#0055bb"
+#define SELFGCOLOR		"#ffffff"
+#define NORMBGCOLOR		"#444444"
+#define NORMFGCOLOR		"#cccccc"
+#define STATUSBGCOLOR		"#000000"
+#define STATUSFGCOLOR		"#0088ff"
+
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
 
@@ -19,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 '#e0e0e0' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec uxterm -bg black -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`" } }, \