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

buflist: change default background color of current buffer (issue #1920)

Default value changed:

- buflist.format.buffer_current: "${color:,blue}${format_buffer}" ->
  "${color:,17}${format_buffer}"
This commit is contained in:
Sébastien Helleu
2023-04-22 10:33:08 +02:00
parent cd1d80c1cb
commit 875d6e7e6f
+1 -1
View File
@@ -665,7 +665,7 @@ buflist_config_init ()
"buffer_current", "string",
N_("format for the line with current buffer "
"(note: content is evaluated, see /help buflist)"),
NULL, 0, 0, "${color:,blue}${format_buffer}", NULL, 0,
NULL, 0, 0, "${color:,17}${format_buffer}", NULL, 0,
NULL, NULL, NULL,
&buflist_config_change_format, NULL, NULL,
NULL, NULL, NULL);