config.default.h
changeset 493 d0104ede6454
parent 473 2d8af0d7920d
child 505 2c29d74b11dc
--- a/config.default.h	Tue Sep 26 08:17:35 2006 +0200
+++ b/config.default.h	Tue Sep 26 13:24:14 2006 +0200
@@ -11,15 +11,15 @@
 #define TILESYMBOL		"[]="
 
 #define FONT			"fixed"
+#define NORMBGCOLOR		"#333366"
+#define NORMFGCOLOR		"#cccccc"
 #define SELBGCOLOR		"#666699"
 #define SELFGCOLOR		"#eeeeee"
-#define NORMBGCOLOR		"#333366"
-#define NORMFGCOLOR		"#cccccc"
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
 
+#define MASTERW			60 /* percent */
 #define MODKEY			Mod1Mask
-#define MASTERW			60 /* percent */
 
 #define KEYS \
 static Key key[] = { \