tapplied new color nuance - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3439470a47c935529b0fd692898e36d623e2a4b0
(DIR) parent 6674bac1d3d0e1180fc4f9ea114f574eeb20f263
(HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
Date: Thu, 27 Sep 2007 18:55:05 +0200
applied new color nuance
Diffstat:
config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -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 */