[PR #5749] Don't set the new tab button colors for now #26450

Open
opened 2026-01-31 09:16:11 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/5749

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/microsoft/terminal/pull/5749 **State:** closed **Merged:** Yes --- ## 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 * regressed in #3789 * related to #3917 ## PR Checklist * [x] Closes #5741 * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated ## Validation Steps Performed ![image](https://user-images.githubusercontent.com/18356694/81070631-20417780-8ea9-11ea-9e86-1ee39e291e06.png)
claunia added the pull-request label 2026-01-31 09:16:11 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26450