X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui_theme.c;h=5d3fac1c15a74d6d626cc53ef3478a050146052d;hb=3d9df3244a04aaf5c0c216f2e475f5355cf9721b;hp=fa63e90972fa7b3b70ec9b2fec53adf098a3e107;hpb=027f2c1237051d2d569d6be7f381c886f659bac3;p=paraslash.git diff --git a/gui_theme.c b/gui_theme.c index fa63e909..5d3fac1c 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -26,13 +26,11 @@ 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; t->default_bg = COLOR_BLUE; - t->sep_str = "*"; + t->sep_char = '*'; d[SI_BASENAME].prefix = ""; d[SI_BASENAME].postfix = ""; @@ -85,11 +83,9 @@ 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 = "-"; + t->sep_char = 0; /* default (ACS_HLINE) */ t->default_bg = COLOR_BLACK; t->default_fg = COLOR_MAGENTA;