fix(vim): change GitGutterChange highlight

This commit is contained in:
2025-09-07 06:03:15 +02:00
parent a6d8176c49
commit ad75460479
+2
View File
@@ -357,6 +357,8 @@ function! s:SetupGitGutter()
return
endif
highlight GitGutterChange guifg=#4fa6ed
execute 'highlight default GitStatusAdd guifg='
\ . synIDattr(synIDtrans(hlID('GitGutterAdd')), 'fg')
\ . ' guibg='