changed arg's color scheme 6a9300e8
arg@mig29 · 2007-01-02 16:25 2 file(s) · +6 −6
config.arg.h +3 −3
10 10
#define TILESYMBOL		"[]="
11 11
12 12
#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 -
#define NORMBGCOLOR		"#333333"
13 +
#define NORMBGCOLOR		"#111111"
14 14
#define NORMFGCOLOR		"#cccccc"
15 -
#define SELBGCOLOR		"#336699"
16 -
#define SELFGCOLOR		"#dddddd"
15 +
#define SELBGCOLOR		"#444444"
16 +
#define SELFGCOLOR		"#ffffff"
17 17
#define STATUSBGCOLOR		"#222222"
18 18
#define STATUSFGCOLOR		"#99ccff"
19 19
main.c +3 −3
40 40
static void
41 41
cleanup(void) {
42 42
	close(STDIN_FILENO);
43 -
	while(clients) {
44 -
		resize(clients, True, TopLeft);
45 -
		unmanage(clients);
43 +
	while(stack) {
44 +
		resize(stack, True, TopLeft);
45 +
		unmanage(stack);
46 46
	}
47 47
	if(dc.font.set)
48 48
		XFreeFontSet(dpy, dc.font.set);