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

Don't set the new tab button colors for now #5749

Merged
merged 1 commit into from
May 5, 2020

Conversation

zadjii-msft
Copy link
Member

Summary of the Pull Request

This is actually related to another issue we have, #3917. I think if the system is set to "Dark" theme, but the app is set to light theme, then the brush lookup in _ClearNewTabButtonColor still returns to us the dark theme brushes.

Fortunately, since we're not actually setting the color of the new tab button anymore, we can just remove the call to that method now, and loop back on it later.

References

PR Checklist

Validation Steps Performed

image

@ghost ghost added Area-User Interface Issues pertaining to the user interface of the Console or Terminal Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-1 A description (P1) Product-Terminal The new Windows Terminal. labels May 5, 2020
@DHowett-MSFT DHowett-MSFT merged commit 7a251d8 into master May 5, 2020
@DHowett-MSFT DHowett-MSFT deleted the dev/migrie/b/5741-i-just-love-it-so-much branch May 5, 2020 20:33
jelster pushed a commit to jelster/terminal that referenced this pull request May 28, 2020
This is actually related to another issue we have, microsoft#3917. I think if the system is set to "Dark" theme, but the app is set to light theme, then the brush lookup in `_ClearNewTabButtonColor` still returns to us the dark theme brushes.

Fortunately, since we're not actually setting the color of the new tab button anymore, we can just remove the call to that method now, and loop back on it later.

## References
* regressed in microsoft#3789 
* related to microsoft#3917

## PR Checklist
* [x] Closes microsoft#5741
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-User Interface Issues pertaining to the user interface of the Console or Terminal Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-1 A description (P1) Product-Terminal The new Windows Terminal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Color Picker Regression: new tab button is white on light theme
3 participants