about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 91bed8c..ae27c26 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,8 +9,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define DEFMODE			dotile /* dofloat */
 #define DEFTAG			0 /* index */
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR			"#666699"
-#define FGCOLOR			"#eeeeee"
+#define BGCOLOR			"#eeeeee"
+#define FGCOLOR			"#666699"
 #define BORDERCOLOR		"#9999CC"
 #define MODKEY			Mod1Mask
 #define NUMLOCKMASK		Mod2Mask
006-08-01 12:32:33 +0200 applied Sanders patches' href='/acidbong/suckless/dwm/commit/config.mk?h=4.3&id=7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
1076f2b
7b5638f ^
ecc95c9 ^
12b1d43 ^


d7e1708 ^
95766d6 ^
1076f2b
95766d6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25