mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
Clear the background from GitGutter items
This commit is contained in:
parent
d86f658263
commit
5ec5c69ccf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user