small changes of the colors 9f88fd09
Anselm R. Garbe · 2007-09-14 20:32 1 file(s) · +10 −7
config.arg.h +10 −7
4 4
#define BARPOS			BarTop /* BarBot, BarOff */
5 5
#define BORDERPX		1
6 6
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
7 -
#define NORMBORDERCOLOR		"#cccc99"
8 -
#define NORMFGCOLOR		"#000000"
9 -
#define NORMBGCOLOR		"#99cc99"
10 -
#define SELBORDERCOLOR		"#669966"
11 -
#define SELFGCOLOR		"#000000"
12 -
#define SELBGCOLOR		"#ccffcc"
7 +
#define NORMBORDERCOLOR		"#244"
8 +
#define NORMFGCOLOR		"#ddd"
9 +
#define NORMBGCOLOR		"#133"
10 +
#define SELBORDERCOLOR		"#699"
11 +
#define SELFGCOLOR		"#eee"
12 +
#define SELBGCOLOR		"#366"
13 +
#define TERMBGCOLOR		"#122"
14 +
#define TERMFGCOLOR		"#ddd"
15 +
#define TERMCRCOLOR		"#ddd"
13 16
14 17
/* tagging */
15 18
#define TAGS \
44 47
		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
45 48
		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
46 49
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
47 -
		"exec xterm -bg '#ffffea' -fg '#222222' -cr '#222222' +sb -fn '"FONT"'" }, \
50 +
		"exec xterm -bg '"TERMBGCOLOR"' -fg '"TERMFGCOLOR"' -cr '"TERMCRCOLOR"' +sb -fn '"FONT"'" }, \
48 51
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
49 52
	{ MODKEY,			XK_b,		togglebar,	NULL }, \
50 53
	{ MODKEY,			XK_j,		focusnext,	NULL }, \