-
Notifications
You must be signed in to change notification settings - Fork 341
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
Warning status bar color should not be hardcoded #239
Comments
Agree. @aeschli any advice which color to use here. |
@dbaeumer What does the color signal? Error/Warning? |
@aeschli attention. Both error or warning would be fine. |
https://github.com/Microsoft/vscode-docs/blob/vnext/docs/getstarted/theme-color-reference.md has all the colors (for 1.13).
For error/warning we have: |
@aeschli thanks ! |
Is this issue still relevant given that the StatusBarItem has an icon to indicate the status and the hardcoded color is gone? |
Now you can configure status bar color, so it’s possible to have bad contrast:
Not sure what would be the best fix there since there’s only one foreground option. Probably we can detect if we have light or dark status bar background and use different text colors.
The text was updated successfully, but these errors were encountered: