dwm-meillo
changeset 566:91b6cbcdfc71
applying aluminium style for arg's config.h
author | arg@mig29 |
---|---|
date | Sat, 18 Nov 2006 21:26:53 +0100 |
parents | fe766305eed1 |
children | 7e92f58754ae |
files | config.arg.h |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Thu Nov 16 14:40:57 2006 +0100 1.2 +++ b/config.arg.h Sat Nov 18 21:26:53 2006 +0100 1.3 @@ -10,12 +10,12 @@ 1.4 #define TILESYMBOL "[]=" 1.5 1.6 #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" 1.7 -#define NORMBGCOLOR "#333333" 1.8 -#define NORMFGCOLOR "#dddddd" 1.9 -#define SELBGCOLOR "#336699" 1.10 -#define SELFGCOLOR "#eeeeee" 1.11 -#define STATUSBGCOLOR "#222222" 1.12 -#define STATUSFGCOLOR "#99ccff" 1.13 +#define NORMBGCOLOR "#555753" 1.14 +#define NORMFGCOLOR "#ffffff" 1.15 +#define SELBGCOLOR "#888a85" 1.16 +#define SELFGCOLOR "#ffffff" 1.17 +#define STATUSBGCOLOR "#2e3436" 1.18 +#define STATUSFGCOLOR "#ffffff" 1.19 1.20 #define MASTER 600 /* per thousand */ 1.21 #define MODKEY Mod1Mask