From 97cca4bf926662904e8ac3e789ef2b34596d2692 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 1 May 2018 22:06:28 +0100 Subject: [PATCH] custom tabline --- vim/colors/base-grey.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index 9b9645f..47cd939 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -440,11 +440,11 @@ hi! def link jsonQuote Noise "" 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 +highlight def link TabNum Comment +highlight def link TabNumSel String +highlight def link TabSeparator Comment +highlight def link TabLineItem Comment +highlight def link TabLineItemSel String ""}}} "" plugins