config.default.h
changeset 689 cbec08a54a15
parent 688 39fa5308d73f
child 694 dd2e2c947b1c
--- a/config.default.h	Sun Jan 14 22:32:26 2007 +0100
+++ b/config.default.h	Sun Jan 14 22:37:34 2007 +0100
@@ -10,12 +10,12 @@
 #define TILESYMBOL		"[]="
 
 #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
+#define NORMBORDERCOLOR		"#dddddd"
 #define NORMBGCOLOR		"#333366"
 #define NORMFGCOLOR		"#cccccc"
+#define SELBORDERCOLOR		"#222222"
 #define SELBGCOLOR		"#666699"
 #define SELFGCOLOR		"#eeeeee"
-#define STATUSBGCOLOR		"#dddddd"
-#define STATUSFGCOLOR		"#222222"
 
 #define MASTER			600		/* per thousand */
 #define MODKEY			Mod1Mask