From 7db90b9ee2b32ca1333084fdf63a2157b41f1069 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Tue, 27 Oct 2020 04:07:58 -0400 Subject: colors: adjustment to tabline hl --- colors/doom-one.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/doom-one.vim b/colors/doom-one.vim index b6cbf50..6603a72 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -179,7 +179,7 @@ call s:_('BufferCurrentTarget', s:red, s:bg_current, 'bold') call s:_('BufferVisible', s:base9, s:bg_visible, 'none') call s:_('BufferVisibleMod', s:yellow, s:bg_visible, 'none') -call s:_('BufferVisibleSign', s:base8, s:bg_visible, 'none') +call s:_('BufferVisibleSign', s:bg_visible, s:bg_visible, 'none') call s:_('BufferVisibleTarget', s:red, s:bg_visible, 'bold') call s:_('BufferInactive', s:base6, s:bg_other, 'none') -- cgit v1.2.3