fofofo 3a96c9a8
Anselm R. Garbe · 2007-01-08 12:18 1 file(s) · +4 −4
config.default.h +4 −4
10 10
#define TILESYMBOL		"[]="
11 11
12 12
#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
13 -
#define NORMBGCOLOR		"#333366"
13 +
#define NORMBGCOLOR		"#111111"
14 14
#define NORMFGCOLOR		"#cccccc"
15 -
#define SELBGCOLOR		"#666699"
15 +
#define SELBGCOLOR		"#336699"
16 16
#define SELFGCOLOR		"#eeeeee"
17 -
#define STATUSBGCOLOR		"#dddddd"
18 -
#define STATUSFGCOLOR		"#222222"
17 +
#define STATUSBGCOLOR		"#222222"
18 +
#define STATUSFGCOLOR		"#cccccc"
19 19
20 20
#define MASTER			600		/* per thousand */
21 21
#define MODKEY			Mod1Mask