We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up from #3138
You should set no color, not white. Otherwise it will be white on light themes and be invisible: https://github.com/OmniSharp/omnisharp-vscode/blob/273c95eea2d9d80aa62d93c4eee5989e474d5ce8/src/observers/OmnisharpStatusBarObserver.ts#L14
See #3138 (comment)
The text was updated successfully, but these errors were encountered:
Avoid white status bar items to ensure contrast
9f6a191
Fixes dotnet#4384
Successfully merging a pull request may close this issue.
Following up from #3138
You should set no color, not white. Otherwise it will be white on light themes and be invisible: https://github.com/OmniSharp/omnisharp-vscode/blob/273c95eea2d9d80aa62d93c4eee5989e474d5ce8/src/observers/OmnisharpStatusBarObserver.ts#L14
See #3138 (comment)
The text was updated successfully, but these errors were encountered: