mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02: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("StartifySlash", s:cterm03, "", "")
|
||||||
call <sid>hi("StartifySpecial", 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
|
" Remove functions
|
||||||
delf <sid>hi
|
delf <sid>hi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user