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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5749
Author: @zadjii-msft
Created: 5/5/2020
Status: Merged
Merged: 5/5/2020
Merged by: @DHowett-MSFT

Base: masterHead: dev/migrie/b/5741-i-just-love-it-so-much


📝 Commits (1)

  • 4026178 We can just skip this call for now

📊 Changes

1 file changed (+10 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+10 -1)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/5749 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/5/2020 **Status:** ✅ Merged **Merged:** 5/5/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/migrie/b/5741-i-just-love-it-so-much` --- ### 📝 Commits (1) - [`4026178`](https://github.com/microsoft/terminal/commit/4026178b266c6f5adaf47a79636593da1dc5b7ae) We can just skip this call for now ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+10 -1) </details> ### 📄 Description ## 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:16:10 +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#26445