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
Given that applying colors to gui.cs views might be quite common, maybe this should be generalized, maybe via an extension method like view.ApplyColor(colorConfigValue).
See git config status and git color type on how to use those.
Given that applying colors to gui.cs views might be quite common, maybe this should be generalized, maybe via an extension method like
view.ApplyColor(colorConfigValue).