aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-27 18:55:05 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-27 18:55:05 +0200
commit3439470a47c935529b0fd692898e36d623e2a4b0 (patch)
tree6db00f402da335e02575e90e8dc41bfa31b51517
parent6674bac1d3d0e1180fc4f9ea114f574eeb20f263 (diff)
downloaddmenu-3439470a47c935529b0fd692898e36d623e2a4b0.tar.gz
dmenu-3439470a47c935529b0fd692898e36d623e2a4b0.tar.bz2
dmenu-3439470a47c935529b0fd692898e36d623e2a4b0.zip
applied new color nuance
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index fa40686..1e25b65 100644
--- a/config.h
+++ b/config.h
@@ -2,9 +2,9 @@
/* appearance */
#define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
-#define NORMBGCOLOR "#ffffff"
+#define NORMBGCOLOR "#dddddd"
#define NORMFGCOLOR "#333333"
-#define SELBGCOLOR "#3366ff"
+#define SELBGCOLOR "#0066cc"
#define SELFGCOLOR "#ffffff"
/* next macro defines the space between menu items */
#define SPACE 30 /* px */