diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-18 19:03:28 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-18 19:03:28 +0000 |
commit | 09a36a5d8ee6025822acfe6c9ac6d578f98323e4 (patch) | |
tree | 616ec84a1127452e4715c76989301c5101c81288 /src/common/weeconfig.c | |
parent | 10f0236ea9dbc515422a3a6adb8ff31d3324d8bc (diff) | |
download | weechat-09a36a5d8ee6025822acfe6c9ac6d578f98323e4.zip |
Changed default color for info bar
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"), |