diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-31 05:07:44 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-31 05:07:44 -0400 |
commit | 20ff9a172568d1e57639149f72f800c335252bb6 (patch) | |
tree | 60401cd6da6cea692a90652f25dc5f7aa6e6b693 /colors | |
parent | 21634c77ecfe51342f80336738620d7acada74c4 (diff) |
colors: fix buffervisiblesign
Diffstat (limited to 'colors')
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 98e9136..fa9fbbb 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:bg_visible, 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') |