dwm-meillo
diff config.arg.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 | 2d96ab546084 |
line diff
1.1 --- a/config.arg.h Sun Jan 14 22:32:26 2007 +0100 1.2 +++ b/config.arg.h Sun Jan 14 22:37:34 2007 +0100 1.3 @@ -10,12 +10,12 @@ 1.4 #define TILESYMBOL "[]=" 1.5 1.6 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" 1.7 +#define NORMBORDERCOLOR "#333" 1.8 #define NORMBGCOLOR "#222" 1.9 #define NORMFGCOLOR "#ccc" 1.10 +#define SELBORDERCOLOR "#9cf" 1.11 #define SELBGCOLOR "#444" 1.12 #define SELFGCOLOR "#fff" 1.13 -#define STATUSBGCOLOR "#333" 1.14 -#define STATUSFGCOLOR "#9cf" 1.15 1.16 #define MASTER 600 /* per thousand */ 1.17 #define MODKEY Mod1Mask