diff config.default.h @ 689:cbec08a54a15

implemented new color scheme accordingly to Sanders proposal
author Anselm R. Garbe <arg@suckless.org>
date Sun, 14 Jan 2007 22:37:34 +0100
parents 39fa5308d73f
children dd2e2c947b1c
line wrap: on
line diff
--- 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