Skip to content

Commit

Permalink
core: change default background color of status and title bars (issue #…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
flashcode committed Apr 26, 2023
1 parent 6f0440e commit 6d6c99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/gui-bar.c
Expand Up @@ -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],"
Expand Down

0 comments on commit 6d6c99f

Please sign in to comment.