-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Introduce high contrast light theme #141652
Comments
This is asking for general support for the variety of different high contrast themes windows supports. Currently we only have the one high contrast theme. cc @misolori and @isidorn any ideas on whether we will support many high contrast themes? |
+@aeschli, I think we'd to have support in our theme & api structure. We already define a HC color in our color registry so that helps a bit. But in general, we do not pickup the OS theme (specifically) but we do have the setting |
The Windows High contrast themes consist of 6 different high contrast colors. We have many more colors in our color themes. Deriving a full theme from 6 colors is going to be difficult. If there are some combinations that don't work, if will make the theme useless. That said, we should look into a light high contrast theme. |
Agree with last comment: let's just introduce a light high contrast theme. fyi this issue is not from a user but from the testing team |
I have found these other requests/suggestions for at least a High Contrast Light Theme: |
I see this is on the February plan, thus let me assign it to the February milestone. |
Thanks @isidorn. Working on the first version this week. Will share for feedback shortly 👍 |
@daviddossett I tried this out, and this is a great start! |
Thanks for taking a look! Test plan item is here. |
GitHubTags:
#A11yMAS; #A11yTCS; #A11ySev2; #DesktopApp; #Visual Studio Code Client; #BM-VisualStudioCode-Win32-Nov2021; #Win32; #HighContrast; #WCAG2.1#FTP; #STP; #AINotInScope;
Environment Details:
Application Name: Visual Studio Code Client
Windows Version: Windows 11
Repro Steps:
Actual Result:
Window is not adapting high contrast white theme when high contrast Desert theme is applied.
Expected Result:
Window should adapt the high contrast white theme when high contrast Desert theme is applied.
The text was updated successfully, but these errors were encountered: