From e7ba26b123da1f6310d3ed1dbb07a8a7d2a20c8e Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Fri, 13 Nov 2020 10:25:03 -0500 Subject: add buffertabpages --- colors/doom-one.vim | 2 ++ 1 file changed, 2 insertions(+) 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', {}), { -- cgit v1.2.3