From c946b3e3614fa3c2bd72d9b6cdb7c649319302bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 20 Apr 2017 21:50:25 +0200 Subject: [PATCH] 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. --- src/plugins/buflist/buflist-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index c30cf144a..d5640227a 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -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,