From: Andre Noll Date: Sat, 24 Nov 2007 19:10:15 +0000 (+0100) Subject: gui.c: Increase numbers of color pairs not related to themes. X-Git-Tag: v0.3.0~99 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=73414e9b5d2fcf5b3c65558fbd715148a1a38a2b gui.c: Increase numbers of color pairs not related to themes. So that they do not overlap with status items color pairs. --- diff --git a/gui.c b/gui.c index d080946a..f5e65c8b 100644 --- a/gui.c +++ b/gui.c @@ -60,15 +60,15 @@ static struct gui_args_info conf; enum {GETCH_MODE, COMMAND_MODE, EXTERNAL_MODE}; -#define COLOR_STATUSBAR 32 -#define COLOR_COMMAND 33 -#define COLOR_OUTPUT 34 -#define COLOR_MSG 35 -#define COLOR_ERRMSG 36 -#define COLOR_WELCOME 37 -#define COLOR_SEPARATOR 38 -#define COLOR_TOP 39 -#define COLOR_BOT 40 +#define COLOR_STATUSBAR 52 +#define COLOR_COMMAND 53 +#define COLOR_OUTPUT 54 +#define COLOR_MSG 55 +#define COLOR_ERRMSG 56 +#define COLOR_WELCOME 57 +#define COLOR_SEPARATOR 58 +#define COLOR_TOP 59 +#define COLOR_BOT 60 struct gui_command { const char *key;