updated with my favorite colorscheme 63725004
Anselm R. Garbe · 2007-09-26 19:14 1 file(s) · +6 −7
config.def.h +6 −7
3 3
/* appearance */
4 4
#define BARPOS			BarTop /* BarBot, BarOff */
5 5
#define BORDERPX		1
6 -
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
6 +
#define FONT			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
7 7
#define NORMBORDERCOLOR         "#cccccc"
8 -
#define NORMBGCOLOR             "#eeeeee"
9 -
#define NORMFGCOLOR             "#444444"
10 -
#define SELBORDERCOLOR          "#0066ff"
11 -
#define SELBGCOLOR              "#0066ff"
8 +
#define NORMBGCOLOR             "#ffffff"
9 +
#define NORMFGCOLOR             "#333333"
10 +
#define SELBORDERCOLOR          "#3366ff"
11 +
#define SELBGCOLOR              "#3366ff"
12 12
#define SELFGCOLOR              "#ffffff"
13 13
14 14
/* tagging */
40 40
	{ MODKEY,			XK_p,		spawn, \
41 41
		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
42 42
		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
43 -
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
44 -
		"exec xterm -bg '"NORMBGCOLOR"' -fg '"NORMFGCOLOR"' -cr '"NORMFGCOLOR"' +sb -fn '"FONT"'" }, \
43 +
	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec xterm" }, \
45 44
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
46 45
	{ MODKEY,			XK_b,		togglebar,	NULL }, \
47 46
	{ MODKEY,			XK_j,		focusnext,	NULL }, \