switching to dark colors again afa8b3bc
Anselm R. Garbe · 2006-08-25 17:31 1 file(s) · +6 −6
config.arg.h +6 −6
11 11
#define TILESYMBOL		"[]="
12 12
13 13
#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
14 -
#define SELBGCOLOR		"#666699"
15 -
#define SELFGCOLOR		"#eeeeee"
16 -
#define NORMBGCOLOR		"#333366"
14 +
#define SELBGCOLOR		"#004499"
15 +
#define SELFGCOLOR		"#ffffff"
16 +
#define NORMBGCOLOR		"#222222"
17 17
#define NORMFGCOLOR		"#cccccc"
18 -
#define STATUSBGCOLOR		"#dddddd"
19 -
#define STATUSFGCOLOR		"#222222"
18 +
#define STATUSBGCOLOR		"#000000"
19 +
#define STATUSFGCOLOR		"#0088ff"
20 20
21 21
#define MODKEY			Mod1Mask
22 22
#define MASTERW			60 /* percent */
25 25
static Key key[] = { \
26 26
	/* modifier			key		function	arguments */ \
27 27
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
28 -
		{ .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
28 +
		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
29 29
	{ MODKEY,			XK_p,		spawn, \
30 30
		{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
31 31
			"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \