diff options
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.default.h b/config.default.h index 48c810a..cf1baea 100644 --- a/config.default.h +++ b/config.default.h @@ -4,7 +4,6 @@ */ #define FONT "fixed" -#define NORMBGCOLOR "#666699" -#define NORMFGCOLOR "#eeeeee" -#define SELBGCOLOR "#eeeeee" -#define SELFGCOLOR "#666699" +#define BGCOLOR "#666699" +#define FGCOLOR "#eeeeee" +#define BORDERCOLOR "#9999CC" |