small color fixes bd1172e6
Anselm R. Garbe · 2006-08-25 17:44 1 file(s) · +3 −3
config.arg.h +3 −3
4 4
 */
5 5
6 6
#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
7 -
#define SELBGCOLOR		"#666699"
8 -
#define SELFGCOLOR		"#eeeeee"
9 -
#define NORMBGCOLOR		"#333366"
7 +
#define SELBGCOLOR		"#0055bb"
8 +
#define SELFGCOLOR		"#ffffff"
9 +
#define NORMBGCOLOR		"#444444"
10 10
#define NORMFGCOLOR		"#cccccc"