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

core: change default background color of status and title bars (issue #1920)

Default values changed:

- weechat.bar.status.color_bg: blue -> 234
- weechat.bar.status.color_bg_inactive: darkgray -> 232
- weechat.bar.title.color_bg: blue -> 234
- weechat.bar.title.color_bg_inactive: darkgray -> 232
This commit is contained in:
Sébastien Helleu
2023-04-22 10:22:15 +02:00
parent 6f0440e459
commit 6d6c99f2ac
+2 -2
View File
@@ -73,11 +73,11 @@ char *gui_bar_default_values[GUI_BAR_NUM_DEFAULT_BARS][GUI_BAR_NUM_OPTIONS] =
"[input_prompt]+(away),[input_search],[input_paste],input_text" },
/* title */
{ "off", "500", "window", "", "top", "horizontal", "vertical",
"1", "0", "default", "cyan", "blue", "darkgray", "off",
"1", "0", "default", "cyan", "234", "232", "off",
"buffer_title" },
/* status */
{ "off", "500", "window", "", "bottom", "horizontal", "vertical",
"1", "0", "default", "cyan", "blue", "darkgray", "off",
"1", "0", "default", "cyan", "234", "232", "off",
"[time],[buffer_last_number],[buffer_plugin],buffer_number+:+"
"buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+"
"buffer_filter,mouse_status,scroll,[lag],[hotlist],[typing],"