switching bakc to my previous color favorit 2cf8ef95
Anselm R. Garbe · 2007-01-04 14:51 1 file(s) · +3 −3
config.arg.h +3 −3
12 12
#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 13
#define NORMBGCOLOR		"#111111"
14 14
#define NORMFGCOLOR		"#cccccc"
15 -
#define SELBGCOLOR		"#444444"
16 -
#define SELFGCOLOR		"#ffffff"
15 +
#define SELBGCOLOR		"#336699"
16 +
#define SELFGCOLOR		"#eeeeee"
17 17
#define STATUSBGCOLOR		"#222222"
18 -
#define STATUSFGCOLOR		"#ccff00"
18 +
#define STATUSFGCOLOR		"#99ccff"
19 19
20 20
#define MASTER			600		/* per thousand */
21 21
#define MODKEY			Mod1Mask