X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=279ad9149add67324a0e11c595d66e59369f0f54;hp=fa63e90972fa7b3b70ec9b2fec53adf098a3e107;hb=1833dfd4333e8c3099ba2fac39245e11fd123ae0;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43 diff --git a/gui_theme.c b/gui_theme.c index fa63e909..279ad914 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -26,8 +26,6 @@ static void init_theme_simple(struct gui_theme *t) t->msg_fg = COLOR_YELLOW; t->err_msg_bg = COLOR_RED; t->err_msg_fg = COLOR_WHITE; - t->welcome_bg = COLOR_BLUE; - t->welcome_fg = COLOR_WHITE; t->sep_bg = COLOR_BLUE; t->sep_fg = COLOR_CYAN; t->default_fg = COLOR_WHITE; @@ -85,8 +83,6 @@ static void init_theme_colorful_blackness(struct gui_theme *t) t->msg_fg = COLOR_WHITE; t->err_msg_bg = COLOR_RED; t->err_msg_fg = COLOR_WHITE; - t->welcome_bg = COLOR_BLUE; - t->welcome_fg = COLOR_WHITE; t->sep_bg = COLOR_BLACK; /* color of the separator */ t->sep_fg = COLOR_BLUE; t->sep_str = "-";