1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

Changed default color for info bar

This commit is contained in:
Sebastien Helleu
2004-01-18 19:03:28 +00:00
parent 10f0236ea9
commit 09a36a5d8e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"),
+2 -2
View File
@@ -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"),