diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-10-31 22:25:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-10-31 22:25:56 +0100 |
commit | 0c2c41b134bf41ba73d5d70daa2f07d856d9fa53 (patch) | |
tree | 7a36f93588acd13f4d5029a4267678aa8094e3fb /src/core | |
parent | 41f55965ede9f403508fb1dc05a668de231c8bfd (diff) | |
download | weechat-0c2c41b134bf41ba73d5d70daa2f07d856d9fa53.zip |
Changed default color for prefix suffix (from blue to green)
Diffstat (limited to 'src/core')
-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"), |