Link VertSplit to StatusLineNC

This commit is contained in:
Oguz Bilgic 2018-12-25 19:21:22 +03:00 committed by GitHub
parent f9e5205319
commit f774dedce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 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 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 hi IncSearch ctermbg=9 ctermfg=0 guibg=#AF5F5F guifg=#141617 cterm=NONE gui=NONE
if g:spacegray_underline_search if g:spacegray_underline_search
@ -160,6 +159,8 @@ hi link SpecialChar Special
hi link SpecialComment Special hi link SpecialComment Special
hi link Tag Special hi link Tag Special
hi link VertSplit StatusLineNC
" HTML " HTML
hi link htmlEndTag htmlTagName hi link htmlEndTag htmlTagName
hi link htmlLink Function hi link htmlLink Function