about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-08 11:47:29 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-08 11:47:29 +0200
commitcac467d52ca354406b699aadaf64d67c18fc15c3 (patch)
tree10ff46900fff5ec2cad3ad5b76fcb589efb3c49a
parent04f17d266969f7c3841b49b5dbb453a5fe4a6866 (diff)
downloaddwm-cac467d52ca354406b699aadaf64d67c18fc15c3.tar.gz
without borders it looks cleaner
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 1ef03d2..f4f5e5d 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,9 +9,9 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define DEFMODE			dotile /* dofloat */
 #define DEFTAG			0 /* index */
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR			"#800000"
+#define BGCOLOR			"#004080"
 #define FGCOLOR			"#ffffaa"
-#define BORDERCOLOR		"#000000"
+#define BORDERCOLOR		"#004080"
 #define MODKEY			Mod1Mask
 #define NUMLOCKMASK		Mod2Mask
 #define MASTERW			60 /* percent */
ebf45b34cec722d8e0bcf1207'>4a39d12d ^
4c4d325c ^
a654e4ec ^

3e1349d2 ^
9e751bb8 ^

4690ce81 ^
4a39d12d ^
a654e4ec ^
e5c11a51 ^
70f4e9b6 ^
4a39d12d ^
9e751bb8 ^

c5ffb6e1 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

c5ffb6e1 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^



201458e3 ^
204dae92 ^




201458e3 ^
204dae92 ^

598f1b53 ^
204dae92 ^



201458e3 ^
204dae92 ^
9e751bb8 ^


204dae92 ^

201458e3 ^
fd7d8138 ^
204dae92 ^





201458e3 ^












204dae92 ^
c5ffb6e1 ^


a654e4ec ^
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114