JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed
authorAnselm R. Garbe <arg@10kloc.org>
Tue, 22 Aug 2006 07:49:48 +0000 (09:49 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Tue, 22 Aug 2006 07:49:48 +0000 (09:49 +0200)
config.arg.h

index e4879e3..2b605e3 100644 (file)
@@ -9,8 +9,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define DEFMODE                        dotile /* dofloat */
 #define DEFTAG                 0 /* index */
 #define FONT                   "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR                        "#666699"
-#define FGCOLOR                        "#eeeeee"
+#define BGCOLOR                        "#eeeeee"
+#define FGCOLOR                        "#666699"
 #define BORDERCOLOR            "#9999CC"
 #define MODKEY                 Mod1Mask
 #define MASTERW                        60 /* percent */
@@ -19,7 +19,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
        /* modifier                     key             function        arguments */ \
        { MODKEY|ShiftMask,             XK_Return,      spawn, \
-               { .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
+               { .cmd = "exec uxterm -bg '#eeeeee' -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`" } }, \