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

Avoid white status bar items to ensure contrast #4385

Merged
merged 4 commits into from
Apr 6, 2021

Conversation

Tyriar
Copy link
Contributor

@Tyriar Tyriar commented Feb 7, 2021

Fixes #4384

I didn't test this but expect it to work and be a low risk change.

@dnfadmin
Copy link

dnfadmin commented Feb 7, 2021

CLA assistant check
All CLA requirements met.

@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #4385 (11ea57d) into master (5270351) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4385      +/-   ##
==========================================
- Coverage   68.77%   68.71%   -0.06%     
==========================================
  Files         108      108              
  Lines        4307     4306       -1     
  Branches      747      747              
==========================================
- Hits         2962     2959       -3     
- Misses       1139     1142       +3     
+ Partials      206      205       -1     
Flag Coverage Δ
integration 53.49% <100.00%> (-0.06%) ⬇️
unit 85.81% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/observers/OmnisharpStatusBarObserver.ts 100.00% <100.00%> (ø)
src/features/semanticTokensProvider.ts 82.00% <0.00%> (-4.00%) ⬇️
src/features/codeLensProvider.ts 54.65% <0.00%> (-1.17%) ⬇️
src/features/diagnosticsProvider.ts 82.40% <0.00%> (+0.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5270351...11ea57d. Read the comment docs.

Copy link
Member

@JoeRobich JoeRobich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix! This will have the status bar icon use the StatusBar.Foreground color which is appropriate.

@JoeRobich JoeRobich merged commit 0e66061 into dotnet:master Apr 6, 2021
@Tyriar Tyriar deleted the patch-1 branch April 6, 2021 21:04
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

Successfully merging this pull request may close these issues.

Do not set status bar color to white
3 participants