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
Add custom menu title color to blend better in high contrast mode
In normal contrast mode the background colors of NSMenuItem with custom
view are similar to other menu items. But in high contrast mode the
colors are slightly lighter/darker than they should be. To workaround
the problem, we're using custom-tailored colors for high contrast mode.
For normal one they should not be altered at all not to interfer with
transaprency in default UI (however, the colors should still be
specified for asset so I simply used purple).
See #64 (comment)
for more details and screenshots in high contrast mode.
0 commit comments