You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function highlight#define_sign_text_highlights uses hi link which unconditionally blows away any user colors and instead reverts to the default color scheme. For example the user has
hi GitGutterAdd guifg=#123456 guibg=#789abc
then calling :GitGutterSignsEnable will blow away this change.