1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Changed default color for prefix suffix (from blue to green)

This commit is contained in:
Sebastien Helleu
2007-10-31 22:25:56 +01:00
parent 41f55965ed
commit 0c2c41b134
+1 -1
View File
@@ -429,7 +429,7 @@ struct t_config_option weechat_options_colors[] =
&cfg_col_chat_prefix_more, NULL, weechat_config_change_color },
{ "col_chat_prefix_suffix",
N_("color for text after prefix"),
OPTION_TYPE_COLOR, 0, 0, GUI_COLOR_CHAT_PREFIX_SUFFIX, "blue", NULL,
OPTION_TYPE_COLOR, 0, 0, GUI_COLOR_CHAT_PREFIX_SUFFIX, "green", NULL,
&cfg_col_chat_prefix_suffix, NULL, weechat_config_change_color },
{ "col_chat_buffer",
N_("color for buffer names"),