aewl
diff config.arg.h @ 648:2359223e5691
switching bakc to my previous color favorit
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Thu, 04 Jan 2007 14:51:43 +0100 |
parents | 665e78838cbb |
children | f3b8c71a69d4 |
line diff
1.1 --- a/config.arg.h Thu Jan 04 14:17:25 2007 +0100 1.2 +++ b/config.arg.h Thu Jan 04 14:51:43 2007 +0100 1.3 @@ -12,10 +12,10 @@ 1.4 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" 1.5 #define NORMBGCOLOR "#111111" 1.6 #define NORMFGCOLOR "#cccccc" 1.7 -#define SELBGCOLOR "#444444" 1.8 -#define SELFGCOLOR "#ffffff" 1.9 +#define SELBGCOLOR "#336699" 1.10 +#define SELFGCOLOR "#eeeeee" 1.11 #define STATUSBGCOLOR "#222222" 1.12 -#define STATUSFGCOLOR "#ccff00" 1.13 +#define STATUSFGCOLOR "#99ccff" 1.14 1.15 #define MASTER 600 /* per thousand */ 1.16 #define MODKEY Mod1Mask