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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user