about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 17:42:58 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 17:42:58 +0200
commit413be1112afeb7e01b51c54a031c959144faac2a (patch)
tree24c75fdb043e5ddada1f94bed5bf80c7fd5eb382 /config.arg.h
parent8233dc85689d2c63878f0c8e2734e09eaff835b3 (diff)
downloaddwm-413be1112afeb7e01b51c54a031c959144faac2a.tar.gz
patched arg.h
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index f425006..cf7d041 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -11,7 +11,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define TILESYMBOL		"[]="
 
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define SELBGCOLOR		"#004499"
+#define SELBGCOLOR		"#0055bb"
 #define SELFGCOLOR		"#ffffff"
 #define NORMBGCOLOR		"#444444"
 #define NORMFGCOLOR		"#cccccc"
'#n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179