From cd1d80c1cb0a613658a89bd5c605ca5dd8d38f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 Apr 2023 10:27:17 +0200 Subject: [PATCH] core: change default color of bars and windows separators (issue #1920) Default value changed: - weechat.color.separator: blue -> 236 --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index b5f819385..ce8dce8ef 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -4444,7 +4444,7 @@ config_weechat_init_options () "separator", "color", N_("color for window separators (when split) and separators beside " "bars (like nicklist)"), - NULL, GUI_COLOR_SEPARATOR, 0, "blue", NULL, 0, + NULL, GUI_COLOR_SEPARATOR, 0, "236", NULL, 0, NULL, NULL, NULL, &config_change_color, NULL, NULL, NULL, NULL, NULL);