diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 21a2c3d..f16eb4b 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -190,6 +190,8 @@ call s:_('BufferInactiveMod', s:yellow, s:bg_other, 'none') 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:_('BufferPart', s:diff_info_fg, s:diff_info_bg0, 'bold') let g:icons = extend(get(g:, 'icons', {}), { |