aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2020-11-30 15:36:46 -0500
committerRom Grk <romgrk.cc@gmail.com>2020-11-30 15:36:46 -0500
commite17bc3a005ce48cc26cbac50f60c63e85eeca999 (patch)
tree53191941169e14a4bfd53487e58c82ee9dcbce70 /colors
parent929e5c465081c0865730fe60897bd2191e73b30f (diff)
update for barbar
Diffstat (limited to 'colors')
-rw-r--r--colors/doom-one.vim7
1 files changed, 6 insertions, 1 deletions
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')