about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.arg.h b/config.arg.h
index cf7d041..620547a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -10,13 +10,13 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define FLOATSYMBOL		"><>"
 #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 FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
+#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 */
102'>102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133