mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
buflist: remove foreground color from default value of option buflist.format.buffer_current (closes #954)
The foreground is not needed because it is overriden by the hotlist color.
This commit is contained in:
@@ -406,7 +406,7 @@ buflist_config_init ()
|
||||
N_("format for the line with current buffer "
|
||||
"(note: content is evaluated, see /help buflist)"),
|
||||
NULL, 0, 0,
|
||||
"${color:lightgreen,blue}${format_buffer}",
|
||||
"${color:,blue}${format_buffer}",
|
||||
NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&buflist_config_change_buflist, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user