summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index ce8dce8ef..5dc425a93 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -3795,7 +3795,7 @@ config_weechat_init_options ()
weechat_config_file, weechat_config_section_look,
"prefix_suffix", "string",
N_("string displayed after prefix"),
- NULL, 0, 0, "|", NULL, 0,
+ NULL, 0, 0, "│", NULL, 0,
NULL, NULL, NULL,
&config_change_buffers, NULL, NULL,
NULL, NULL, NULL);
@@ -4287,7 +4287,7 @@ config_weechat_init_options ()
weechat_config_file, weechat_config_section_color,
"chat_prefix_suffix", "color",
N_("text color for suffix (after prefix)"),
- NULL, GUI_COLOR_CHAT_PREFIX_SUFFIX, 0, "green", NULL, 0,
+ NULL, GUI_COLOR_CHAT_PREFIX_SUFFIX, 0, "24", NULL, 0,
NULL, NULL, NULL,
&config_change_color, NULL, NULL,
NULL, NULL, NULL);