diff options
-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') |