fix(vim): change GitGutterChange highlight
This commit is contained in:
@@ -357,6 +357,8 @@ function! s:SetupGitGutter()
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
highlight GitGutterChange guifg=#4fa6ed
|
||||||
|
|
||||||
execute 'highlight default GitStatusAdd guifg='
|
execute 'highlight default GitStatusAdd guifg='
|
||||||
\ . synIDattr(synIDtrans(hlID('GitGutterAdd')), 'fg')
|
\ . synIDattr(synIDtrans(hlID('GitGutterAdd')), 'fg')
|
||||||
\ . ' guibg='
|
\ . ' guibg='
|
||||||
|
|||||||
Reference in New Issue
Block a user