aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/doom-one.vim2
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')