From e17bc3a005ce48cc26cbac50f60c63e85eeca999 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Mon, 30 Nov 2020 15:36:46 -0500 Subject: update for barbar --- colors/doom-one.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 8ea8383..764ea4b 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -71,6 +71,8 @@ let s:cyan = '#46D9FF' let s:dark_cyan = '#5699AF' let s:white = '#efefef' +let s:green_alt = '#799033' + let s:bg = '#282c34' let s:bg_alt = '#21242b' let s:bg_highlight = '#2E323C' @@ -176,16 +178,19 @@ 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, 'none') +call s:_('BufferCurrentIndex', s:base6, 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') call s:_('BufferVisible', s:base9, s:bg_visible, 'none') +call s:_('BufferVisibleIndex', s:base9, s:bg_visible, 'none') call s:_('BufferVisibleMod', s:yellow, s:bg_visible, 'none') call s:_('BufferVisibleSign', s:base4, s:bg_visible, 'none') call s:_('BufferVisibleTarget', s:red, s:bg_visible, 'bold') call s:_('BufferInactive', s:base6, s:bg_other, 'none') +call s:_('BufferInactiveIndex', s:base6, s:bg_other, 'none') call s:_('BufferInactiveMod', s:yellow, s:bg_other, 'none') call s:_('BufferInactiveSign', s:base4, s:bg_other, 'none') call s:_('BufferInactiveTarget', s:red, s:bg_other, 'bold') @@ -292,7 +297,7 @@ call s:_('Boolean', s:orange, '', 'none') call s:_('Enum', s:orange, '', 'none') call s:_('Delimiter', s:blue, '', 'none') -call s:_('DelimiterAlt', s:base8, '', 'none') +call s:_('DelimiterAlt', s:green_alt, '', 'none') call s:_('SpecialChar', s:base8, '', 'bold') call s:_('String', s:green, '', 'none') -- cgit v1.2.3