From a9dfbe4fcad381da7dee0412e47884979ea3f1f1 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Wed, 28 Oct 2020 09:50:18 -0400 Subject: colors: update bufferline colors --- colors/doom-one.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors') diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 6603a72..1b3b7a2 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -172,8 +172,8 @@ call s:_('TabLine', s:base7, s:bg_alt, 'bold') call s:_('TabLineSel', s:blue, s:bg_current, 'bold') call s:_('TabLineFill', 'none', s:bg_other, 'bold') -call s:_('BufferCurrent', s:base9, s:bg_current, 'bold') -call s:_('BufferCurrentMod', s:yellow, s:bg_current, 'bold') +call s:_('BufferCurrent', s:base9, s:bg_current, 'none') +call s:_('BufferCurrentMod', s:yellow, s:bg_current, 'none') call s:_('BufferCurrentSign', s:blue, s:bg_current, 'none') call s:_('BufferCurrentTarget', s:red, s:bg_current, 'bold') -- cgit v1.2.3