From f774dedce0e3cc926167063698cdfcde49e955a8 Mon Sep 17 00:00:00 2001 From: Oguz Bilgic Date: Tue, 25 Dec 2018 19:21:22 +0300 Subject: [PATCH] Link VertSplit to StatusLineNC --- colors/spacegray.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index fd8c2ef..e986fc9 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -108,7 +108,6 @@ hi VisualNOS ctermbg=8 ctermfg=NONE guibg=NONE guifg=NONE cte hi FoldColumn ctermbg=NONE ctermfg=242 guibg=#1C1C1C guifg=#6C6C6C cterm=NONE gui=NONE hi Folded ctermbg=NONE ctermfg=242 guibg=#1C1C1C guifg=#6C6C6C cterm=NONE gui=NONE -hi VertSplit ctermbg=238 ctermfg=238 guibg=#444444 guifg=#444444 cterm=NONE gui=NONE hi IncSearch ctermbg=9 ctermfg=0 guibg=#AF5F5F guifg=#141617 cterm=NONE gui=NONE if g:spacegray_underline_search @@ -160,6 +159,8 @@ hi link SpecialChar Special hi link SpecialComment Special hi link Tag Special +hi link VertSplit StatusLineNC + " HTML hi link htmlEndTag htmlTagName hi link htmlLink Function