[PR #13018] [MERGED] Ensure tab close button color matches the text color #29328

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13018
Author: @ianjoneill
Created: 5/2/2022
Status: Merged
Merged: 5/2/2022
Merged by: @undefined

Base: mainHead: b-fix-close-button-color


📝 Commits (2)

  • c11bac9 Ensure tab close button color matches the text color
  • 0910443 Update the background color in addition to the foreground color

📊 Changes

1 file changed (+43 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalTab.cpp (+43 -2)

📄 Description

Summary of the Pull Request

Ensures the tab close button color matches the text color.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Also re-ordered and aligned the properties cleared in the _ClearTabBackgroundColor() method to match _ApplyTabColor().

Validation Steps Performed

Manually tested


🔄 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/13018 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 5/2/2022 **Status:** ✅ Merged **Merged:** 5/2/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `b-fix-close-button-color` --- ### 📝 Commits (2) - [`c11bac9`](https://github.com/microsoft/terminal/commit/c11bac9a15262bc29e67e85f4f490e9b5b8fe16f) Ensure tab close button color matches the text color - [`0910443`](https://github.com/microsoft/terminal/commit/09104435f3f70236372c7f94fb1a369b80879393) Update the background color in addition to the foreground color ### 📊 Changes **1 file changed** (+43 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+43 -2) </details> ### 📄 Description ## Summary of the Pull Request Ensures the tab close button color matches the text color. ## PR Checklist * [x] Closes #13010 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments Also re-ordered and aligned the properties cleared in the `_ClearTabBackgroundColor()` method to match `_ApplyTabColor()`. ## Validation Steps Performed Manually tested --- <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:34:17 +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#29328