custom tabline

This commit is contained in:
ManjaroOne666 2018-04-17 19:07:21 +01:00
parent 196d3f0410
commit a46e4c2fa4
1 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
set background=dark
hi clear Normal
hi clear
if exists('syntax_on')
syntax reset
@ -8,8 +7,6 @@ endif
" Includes
"{{{
source ~/.vim/colors/base-grey.vim
source ~/.vim/colors/grey.vim
source ~/.vim/colors/red.vim
source ~/.vim/colors/green.vim
source ~/.vim/colors/blue.vim
"}}}
@ -306,7 +303,14 @@ hi! def link qfSeparator mNoiseDark
hi! def link qfError mInterfaceWarning
"}}}
" custom tabline
"{{{
hi! def link TabNum TabLineNoise
hi! def link TabNumSel TabLineSel
hi! def link TabSeparator TabLineNoise
hi! def link TabLineItem TabLine
hi! def link TabLineItemSel TabLineSel
"}}}
" plugins
"{{{