slight change of my color scheme 4216bf80
Anselm R. Garbe · 2007-08-05 17:37 1 file(s) · +2 −2
config.arg.h +2 −2
7 7
#define NORMBORDERCOLOR		"#333"
8 8
#define NORMBGCOLOR		"#222"
9 9
#define NORMFGCOLOR		"#ccc"
10 -
#define SELBORDERCOLOR		"#8c8"
10 +
#define SELBORDERCOLOR		"#59a"
11 11
#define SELBGCOLOR		"#555"
12 12
#define SELFGCOLOR		"#fff"
13 13
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 '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
47 +
		"exec urxvtcd -tr -bg '#111' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
48 48
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
49 49
	{ MODKEY,			XK_b,		togglebar,	NULL }, \
50 50
	{ MODKEY,			XK_h,		incnmaster,	"1" }, \