Merge pull request #14 from oguzbilgic/patch-1

Link VertSplit to StatusLineNC
This commit is contained in:
Akshay Hegde 2018-12-25 11:28:56 -08:00 committed by GitHub
commit baf7118427
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 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