[PR #13434] [MERGED] Update tab hover colors #29538

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13434
Author: @ghost
Created: 7/5/2022
Status: Merged
Merged: 7/5/2022
Merged by: @DHowett

Base: mainHead: hover-tab-color


📝 Commits (2)

📊 Changes

1 file changed (+5 additions, -7 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalTab.cpp (+5 -7)

📄 Description

The hover tab color used to be generated from the selected tab color, which would end up lighter or darker, and white-gray colors would end up pink.
It is now simply the selected tab color with 60% opacity. This is also how brushes are created for accent buttons and color buttons (although with different opacity levels).


🔄 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/13434 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/5/2022 **Status:** ✅ Merged **Merged:** 7/5/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `hover-tab-color` --- ### 📝 Commits (2) - [`96015e3`](https://github.com/microsoft/terminal/commit/96015e3af87899489862013d07abf84baab78fc2) Update tab hover color - [`0ceaa24`](https://github.com/microsoft/terminal/commit/0ceaa2446889e48739c7b245ceea9c392e91b130) Use opacity instead of alpha ### 📊 Changes **1 file changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+5 -7) </details> ### 📄 Description The hover tab color used to be generated from the selected tab color, which would end up lighter or darker, and white-gray colors would end up pink. It is now simply the selected tab color with 60% opacity. This is also how brushes are created for accent buttons and color buttons (although with different opacity levels). --- <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:35:30 +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#29538