applied colors depend from lavishs proposal e9348dca
Anselm R. Garbe · 2007-09-25 20:43 1 file(s) · +6 −6
config.def.h +6 −6
4 4
#define BARPOS			BarTop /* BarBot, BarOff */
5 5
#define BORDERPX		1
6 6
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
7 -
#define NORMBORDERCOLOR		"#cccccc"
8 -
#define NORMBGCOLOR		"#ffffff"
9 -
#define NORMFGCOLOR		"#000000"
10 -
#define SELBORDERCOLOR		"#ff0000"
11 -
#define SELBGCOLOR		"#0000ff"
12 -
#define SELFGCOLOR		"#ffffff"
7 +
#define NORMBORDERCOLOR         "#cccccc"
8 +
#define NORMBGCOLOR             "#eeeeee"
9 +
#define NORMFGCOLOR             "#444444"
10 +
#define SELBORDERCOLOR          "#0066ff"
11 +
#define SELBGCOLOR              "#0066ff"
12 +
#define SELFGCOLOR              "#ffffff"
13 13
14 14
/* tagging */
15 15
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };