diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-11-20 08:21:32 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-11-20 08:21:32 -0500 |
commit | de486dfefbad289b849f656de39a83beab076619 (patch) | |
tree | 1d0596b23d070bb976c7f48b7115342a73a44b7f | |
parent | e7ba26b123da1f6310d3ed1dbb07a8a7d2a20c8e (diff) |
color: update bufferline
-rw-r--r-- | colors/doom-one.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index f16eb4b..f272e34 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -191,6 +191,7 @@ call s:_('BufferInactiveSign', s:base4, s:bg_other, 'none') call s:_('BufferInactiveTarget', s:red, s:bg_other, 'bold') call s:_('BufferTabpages', s:blue, s:bg_statusline, 'bold') +call s:_('BufferTabpageFill', s:base4, s:bg_other, 'bold') call s:_('BufferPart', s:diff_info_fg, s:diff_info_bg0, 'bold') |