From a76b884624c8431c317f0a27a95569ba93c6f162 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 16 Jan 2007 11:24:51 +0100 Subject: [PATCH] applied new default colors --- dmenubar/dmenu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dmenubar/dmenu.h b/dmenubar/dmenu.h index 9e184fd..b6c6aba 100644 --- a/dmenubar/dmenu.h +++ b/dmenubar/dmenu.h @@ -5,10 +5,10 @@ #include #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" -#define NORMBGCOLOR "#333366" -#define NORMFGCOLOR "#cccccc" -#define SELBGCOLOR "#666699" -#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#eeeeee" +#define NORMFGCOLOR "#222222" +#define SELBGCOLOR "#006699" +#define SELFGCOLOR "#ffffff" #define SPACE 30 /* px */ /* color */