From b2ccdbccb787bff745bf60a4c26bc6da3f96ebbb Mon Sep 17 00:00:00 2001 From: Iron_E Date: Sun, 22 Nov 2020 18:35:11 -0500 Subject: [PATCH] Adjust BufferVisibleSign --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index c7e738d..6f4a03b 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -732,7 +732,7 @@ local highlight_groups = { BufferInactive = 'BufferVisible', BufferInactiveMod = 'BufferVisibleMod', - BufferInactiveSign = {fg=gray_darker, bg=gray_darker}, + BufferInactiveSign = 'BufferVisibleSign', BufferInactiveTarget = 'BufferVisibleTarget', BufferTabpages = {fg=BG, bg=FG, style='bold'},