Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement high contrast UI theme #38

Open
owenpshaw opened this issue May 18, 2020 · 1 comment
Open

Implement high contrast UI theme #38

owenpshaw opened this issue May 18, 2020 · 1 comment

Comments

@owenpshaw
Copy link
Contributor

When windows is in high contrast mode, draw the quick strip, buttons, and help in a high contrast way

@GreggVan
Copy link

Hi
This is more difficult than you might think at first blush. On Windows there are 3 high contrast modes that the computer might be set in (plus users can 'roll their own'. I think best way to handle this is to define our "parts" of the UI according to their scheme - in which case our bar will follow the High Contrast settings for all of the modes. OR we can just define that in high contrast (and dark mode?) we will look like X (high contrast and dark). Might be simplest and our MorphicBar would stand out more since it would not be identical to the other windows in high contrast mode.

In Mac there are essentially no high contrast modes like there are in windows. They do have a contrast setting so this could control that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants