Mercurial > 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 wrap: on
line diff
--- a/config.arg.h Sun Jan 14 22:32:26 2007 +0100 +++ b/config.arg.h Sun Jan 14 22:37:34 2007 +0100 @@ -10,12 +10,12 @@ #define TILESYMBOL "[]=" #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" +#define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" +#define SELBORDERCOLOR "#9cf" #define SELBGCOLOR "#444" #define SELFGCOLOR "#fff" -#define STATUSBGCOLOR "#333" -#define STATUSFGCOLOR "#9cf" #define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask