aboutsummaryrefslogtreecommitdiff
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-23 19:05:03 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-23 19:05:03 +0200
commit77e5f3167c97863ef8e27b6e57fd35ee0c73c8ff (patch)
treee92b3a9a21ae1646bcd6bef6be2f6233caae0e73 /config.arg.h
parent7e597ae204ce94398f8c722e335f20d5a4a30c8a (diff)
black on light is really better, I notice this after all
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 0e6b480..170c91c 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -8,9 +8,9 @@ const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#0d121d"
+#define BGCOLOR "#666699"
#define FGCOLOR "#eeeeee"
-#define BORDERCOLOR "#3f484d"
+#define BORDERCOLOR "#9999CC"
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */
@@ -18,7 +18,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
static Key key[] = { \
/* modifier key function arguments */ \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec uxterm +sb -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \
+ { .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000' +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`" } }, \