Skip to content

Commit

Permalink
buflist: change default background color of current buffer (issue #1920)
Browse files Browse the repository at this point in the history
Default value changed:

- buflist.format.buffer_current: "${color:,blue}${format_buffer}" ->
  "${color:,17}${format_buffer}"
  • Loading branch information
flashcode committed Apr 26, 2023
1 parent cd1d80c commit 875d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/buflist/buflist-config.c
Expand Up @@ -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);
Expand Down

0 comments on commit 875d6e7

Please sign in to comment.