diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-27 04:07:58 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-27 04:07:58 -0400 |
commit | 7db90b9ee2b32ca1333084fdf63a2157b41f1069 (patch) | |
tree | 4ffaf048f5ad0eea23a0305f8cffdb17f9837c8c | |
parent | 296aa3d9dcf06eecb6c971d7a4f5018b3c359b48 (diff) |
colors: adjustment to tabline hl
-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 b6cbf50..6603a72 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:base8, s:bg_visible, 'none') +call s:_('BufferVisibleSign', s:bg_visible, s:bg_visible, 'none') call s:_('BufferVisibleTarget', s:red, s:bg_visible, 'bold') call s:_('BufferInactive', s:base6, s:bg_other, 'none') |