about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 */