1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: change default color of bars and windows separators (issue #1920)

Default value changed:

- weechat.color.separator: blue -> 236
This commit is contained in:
Sébastien Helleu
2023-04-22 10:27:17 +02:00
parent 6d6c99f2ac
commit cd1d80c1cb
+1 -1
View File
@@ -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);