-
Notifications
You must be signed in to change notification settings - Fork 511
[UI] Status bar coloring of Session indicator is unreadable for accessibility #3084
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
Comments
I believe there's a previous (perhaps closed) issue for this... IIRC there was talk of getting the color from the theme, but that wasn't available or something. Perhaps even if there isn't a way to derive the color from extension, until there is the color should be set as the foreground (ie: remove any custom coloring). |
If it was made a configurable item would be nice if there is an insistent in having it be a set color. |
@corbob I believe this is new functionality that can allow users to customize the color https://code.visualstudio.com/api/references/contribution-points#contributes.colors |
I tried searching for I'll close this since #1779 addresses my concerns. |
System Details
System Details Output
Issue Description
The status bar indicator color for the session indicator, where it shows the PowerShell version, is not readable in all themes due to the color hardcoded. This should be overwritable using the
"statusBar.foreground"
setting forworkbench.colorCustomizations
but the extension is not allowing it.Expected Behaviour
The color chosen when customizing Themes is honored.
Actual Behaviour
The setting is being ignored as the coloring of that value is hardcoded (it seems) in the extension because it keeps the same color no matter what theme is used.
The text was updated successfully, but these errors were encountered: