diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-28 09:50:18 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-28 09:50:18 -0400 |
commit | a9dfbe4fcad381da7dee0412e47884979ea3f1f1 (patch) | |
tree | 3d4bbcee1c0d51435acc886f839583374473eac5 | |
parent | 7db90b9ee2b32ca1333084fdf63a2157b41f1069 (diff) |
colors: update bufferline colors
-rw-r--r-- | colors/doom-one.vim | 4 |
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') |