aewl

changeset 694:dd2e2c947b1c

applied new default colors
author Anselm R. Garbe <arg@suckless.org>
date Tue, 16 Jan 2007 11:25:10 +0100
parents 2d96ab546084
children 5e3b652f3c17
files config.default.h
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/config.default.h	Tue Jan 16 11:12:34 2007 +0100
     1.2 +++ b/config.default.h	Tue Jan 16 11:25:10 2007 +0100
     1.3 @@ -11,11 +11,11 @@
     1.4  
     1.5  #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
     1.6  #define NORMBORDERCOLOR		"#dddddd"
     1.7 -#define NORMBGCOLOR		"#333366"
     1.8 -#define NORMFGCOLOR		"#cccccc"
     1.9 -#define SELBORDERCOLOR		"#222222"
    1.10 -#define SELBGCOLOR		"#666699"
    1.11 -#define SELFGCOLOR		"#eeeeee"
    1.12 +#define NORMBGCOLOR		"#eeeeee"
    1.13 +#define NORMFGCOLOR		"#222222"
    1.14 +#define SELBORDERCOLOR		"#ff0000"
    1.15 +#define SELBGCOLOR		"#006699"
    1.16 +#define SELFGCOLOR		"#ffffff"
    1.17  
    1.18  #define MASTER			600		/* per thousand */
    1.19  #define MODKEY			Mod1Mask