From 09a36a5d8ee6025822acfe6c9ac6d578f98323e4 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 18 Jan 2004 19:03:28 +0000 Subject: Changed default color for info bar --- src/common/weeconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 8dde9f24a..98211aa05 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -268,11 +268,11 @@ t_config_option weechat_options_colors[] = { "col_infobar", N_("color for info bar text"), N_("color for info bar text"), OPTION_TYPE_COLOR, 0, 0, 0, - "gray", NULL, &cfg_col_infobar, NULL, NULL }, + "black", NULL, &cfg_col_infobar, NULL, NULL }, { "col_infobar_bg", N_("background for info bar window"), N_("background for info bar window"), OPTION_TYPE_COLOR, 0, 0, 0, - "blue", NULL, &cfg_col_infobar_bg, NULL, NULL }, + "cyan", NULL, &cfg_col_infobar_bg, NULL, NULL }, /* input window */ { "col_input", N_("color for input text"), -- cgit v1.2.3