diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-11-13 10:25:03 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-11-13 10:25:03 -0500 |
commit | e7ba26b123da1f6310d3ed1dbb07a8a7d2a20c8e (patch) | |
tree | 4577f20fad868bf4828dd6c8fcf14ed1c0d6bffd | |
parent | 487dd4fdbf909d5ac139b26f772bd63b2f3ad7a4 (diff) |
add buffertabpages
-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', {}), { |