aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/doom-one.vim4
1 files changed, 2 insertions, 2 deletions
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')