Revert "Merge pull request #14 from oguzbilgic/patch-1"

This reverts commit baf7118427, reversing
changes made to f9e5205319.

Refs #15
This commit is contained in:
Akshay Hegde 2018-12-25 13:20:02 -08:00
parent baf7118427
commit 5dfdefbe08
No known key found for this signature in database
GPG Key ID: BA511FD61E9C5108
1 changed files with 1 additions and 2 deletions

View File

@ -108,6 +108,7 @@ 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
@ -159,8 +160,6 @@ 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