From: Anselm R. Garbe Date: Thu, 27 Sep 2007 16:55:05 +0000 (+0200) Subject: applied new color nuance X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=3439470a47c935529b0fd692898e36d623e2a4b0 applied new color nuance --- 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 */