using light colorscheme, preparing merge of config.arg.h with config.default.h c4b3c0d9
Anselm R. Garbe · 2007-09-11 20:16 1 file(s) · +7 −7
config.arg.h +7 −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		"#333"
8 -
#define NORMBGCOLOR		"#222"
9 -
#define NORMFGCOLOR		"#ccc"
10 -
#define SELBORDERCOLOR		"#59a"
11 -
#define SELBGCOLOR		"#555"
12 -
#define SELFGCOLOR		"#fff"
7 +
#define NORMBORDERCOLOR		"#cccc99"
8 +
#define NORMFGCOLOR		"#000000"
9 +
#define NORMBGCOLOR		"#ffffea"
10 +
#define SELBORDERCOLOR		"#669966"
11 +
#define SELFGCOLOR		"#000000"
12 +
#define SELBGCOLOR		"#99cc99"
13 13
14 14
/* tagging */
15 15
#define TAGS \
44 44
		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
45 45
		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
46 46
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
47 -
		"exec urxvtcd -tr -bg '#111' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
47 +
		"exec xterm -bg '"NORMBGCOLOR"' -fg '"NORMFGCOLOR"' -cr '"NORMFGCOLOR"' +sb -fn '"FONT"'" }, \
48 48
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
49 49
	{ MODKEY,			XK_b,		togglebar,	NULL }, \
50 50
	{ MODKEY,			XK_j,		focusnext,	NULL }, \