summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-22 10:33:08 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-26 21:08:00 +0200
commit875d6e7e6f84392085e9e8ed0c08800dbe7010e3 (patch)
treec8a523ab9d6e5d7a3be104f527ef1ee08d449593 /src
parentcd1d80c1cb0a613658a89bd5c605ca5dd8d38f27 (diff)
downloadweechat-875d6e7e6f84392085e9e8ed0c08800dbe7010e3.zip
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}"
Diffstat (limited to 'src')
-rw-r--r--src/plugins/buflist/buflist-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c
index b88279741..ba2691f5d 100644
--- a/src/plugins/buflist/buflist-config.c
+++ b/src/plugins/buflist/buflist-config.c
@@ -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);