]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gui.c: Increase numbers of color pairs not related to themes.
authorAndre Noll <maan@systemlinux.org>
Sat, 24 Nov 2007 19:10:15 +0000 (20:10 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 24 Nov 2007 19:10:15 +0000 (20:10 +0100)
So that they do not overlap with status items color pairs.

gui.c

diff --git a/gui.c b/gui.c
index d080946a0cab608f67269f6371ac69916d0faf16..f5e65c8bb900b65fc299d0a30842f192450f217a 100644 (file)
--- 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;