about summary refs log tree commit diff stats
path: root/config.default.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.default.h b/config.default.h
index c0102b0..7716916 100644
--- a/config.default.h
+++ b/config.default.h
@@ -7,10 +7,15 @@
 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 
 #define DEFMODE			dotile /* dofloat */
+
 #define FONT			"fixed"
-#define BGCOLOR			"#666699"
-#define FGCOLOR			"#eeeeee"
-#define BORDERCOLOR		"#9999CC"
+#define SELBGCOLOR		"#666699"
+#define SELFGCOLOR		"#eeeeee"
+#define NORMBGCOLOR		"#333366"
+#define NORMFGCOLOR		"#cccccc"
+#define STATUSBGCOLOR		"#dddddd"
+#define STATUSFGCOLOR		"#222222"
+
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
 
; 2024-02-29 23:23:40 +0100 committer bptato <nincsnevem662@gmail.com> 2024-02-29 23:31:38 +0100 buffer, client: fix deadlock with send() calls' href='/ahoang/chawan/commit/src/io/bufstream.nim?id=afafcaf1047f721c8d061d883329d0e556326511'>afafcaf1 ^
b8345d19 ^



66b9574b ^

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53