Clear the background from GitGutter items

This commit is contained in:
Donovan Glover 2017-12-26 23:59:43 -05:00
parent d86f658263
commit 5ec5c69ccf
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -280,6 +280,13 @@ call <sid>hi("StartifySelect", s:cterm0C, "", "")
call <sid>hi("StartifySlash", s:cterm03, "", "")
call <sid>hi("StartifySpecial", s:cterm03, "", "")
" Custom colors not a part of base16-vim
" Remove the background from GitGutter items
hi GitGutterAdd ctermbg=none
hi GitGutterChange ctermbg=none
hi GitGutterDelete ctermbg=none
" Remove functions
delf <sid>hi