diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 6f87ef15c..e58014086 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -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"), |