about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-11-18 21:33:33 +0100
committerarg@mig29 <unknown>2006-11-18 21:33:33 +0100
commit52a8cc8d4691eba01eded12bcddefef2394544ae (patch)
tree4153d96645007495a57cece41412b00d802e3ecc /config.arg.h
parentd175df8aa38342763546f447303373d434fdd524 (diff)
downloaddwm-52a8cc8d4691eba01eded12bcddefef2394544ae.tar.gz
nah reverting to my prev style, that's really the best 2.2
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.arg.h b/config.arg.h
index bb071c7..8e9b2b4 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -10,12 +10,12 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 #define TILESYMBOL		"[]="
 
 #define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"
-#define NORMBGCOLOR		"#555753"
-#define NORMFGCOLOR		"#ffffff"
-#define SELBGCOLOR		"#888a85"
-#define SELFGCOLOR		"#ffffff"
-#define STATUSBGCOLOR		"#2e3436"
-#define STATUSFGCOLOR		"#ffffff"
+#define NORMBGCOLOR		"#333333"
+#define NORMFGCOLOR		"#dddddd"
+#define SELBGCOLOR		"#336699"
+#define SELFGCOLOR		"#eeeeee"
+#define STATUSBGCOLOR		"#222222"
+#define STATUSFGCOLOR		"#99ccff"
 
 #define MASTER			600 /* per thousand */
 #define MODKEY			Mod1Mask
4 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217