about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-15 18:11:14 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-15 18:11:14 +0200
commitf60c597d653bd7eab6c620fc53d732ca75f6a880 (patch)
treed7cc81bf3fbcea4b5c68b6d568fcb3fae6d5588b /dwm.h
parentc09bf8da071e05e2c1d714f0d31d41fe944bc11b (diff)
downloaddwm-f60c597d653bd7eab6c620fc53d732ca75f6a880.tar.gz
changing XFlush into XSync
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index e7ddaa7..e43301c 100644
--- a/dwm.h
+++ b/dwm.h
@@ -8,9 +8,14 @@
 /********** CUSTOMIZE **********/
 
 #define FONT				"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
+#define BGCOLOR				"#0a2c2d"
+#define FGCOLOR				"#ddeeee"
+#define BORDERCOLOR			"#176164"
+/*
 #define BGCOLOR				"#666699"
 #define FGCOLOR				"#eeeeee"
 #define BORDERCOLOR			"#9999CC"
+*/
 #define MASTERW				52 /* percent */
 #define WM_PROTOCOL_DELWIN	1
 
144'>144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196