about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-27 18:59:47 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-27 18:59:47 +0200
commitf92a4e45c42b5cdd26ec1a28048d9c47b51b98ce (patch)
tree68e759007dccf8aa093139e1eecc7073d3b6183d /config.def.h
parent2fc8a13588eee7b39bcda21838c88ed2f7be42c9 (diff)
downloaddwm-f92a4e45c42b5cdd26ec1a28048d9c47b51b98ce.tar.gz
fixed colors
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 2d56d48..9271462 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,10 +5,10 @@
 #define BORDERPX		1
 #define FONT			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR         "#cccccc"
-#define NORMBGCOLOR             "#ffffff"
+#define NORMBGCOLOR             "#dddddd"
 #define NORMFGCOLOR             "#333333"
-#define SELBORDERCOLOR          "#3366ff"
-#define SELBGCOLOR              "#3366ff"
+#define SELBORDERCOLOR          "#0066cc"
+#define SELBGCOLOR              "#0066cc"
 #define SELFGCOLOR              "#ffffff"
 
 /* tagging */