[PR #19424] Fix unfocusedBackground being used as active tab color #31833

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Turns out that the "TabViewItemHeaderBackground" resource should be set to the selected color instead of the deselected color.

In 1.22, (pre-#18109) we actually didn't set this resource. But we do actually need it for high contrast mode! (verified)

Validation Steps Performed

High contrast mode looks right
"Snazzy" theme from bug report looks right

PR Checklist

Closes #19343

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19424 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Turns out that the `"TabViewItemHeaderBackground"` resource should be set to the _selected_ color instead of the _deselected_ color. In 1.22, (pre-#18109) we actually didn't set this resource. But we do actually need it for high contrast mode! (verified) ## Validation Steps Performed ✅ High contrast mode looks right ✅ "Snazzy" theme from bug report looks right ## PR Checklist Closes #19343
claunia added the pull-request label 2026-01-31 09:49:51 +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#31833