From: Anselm R. Garbe Date: Fri, 25 Aug 2006 15:44:40 +0000 (+0200) Subject: small color fixes X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=bd1172e6892f3fcb353905ec5c17c8059e3002af;p=suckless%2Fdmenu.git small color fixes --- diff --git a/config.arg.h b/config.arg.h index 1e0ff8c..a23a773 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,7 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define SELBGCOLOR "#666699" -#define SELFGCOLOR "#eeeeee" -#define NORMBGCOLOR "#333366" +#define SELBGCOLOR "#0055bb" +#define SELFGCOLOR "#ffffff" +#define NORMBGCOLOR "#444444" #define NORMFGCOLOR "#cccccc"