[PR #13049] Add a setting for the unfocused tabRow background color #29363

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

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

State: closed
Merged: Yes


Adds tabRow.unfocusedBackground to the theme properties.

When provided, the window will use this ThemeColor as the color of the tab row when the window is inactive.

When omitted, the window will fall back to the default tab row color, {"key": "TabViewBackground"} from our App.xaml.

This actually helped validate #12992 quite a bit. I found a bunch of bugs concerning null colors, null objects. Json parsing is hard 😛

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13049 **State:** closed **Merged:** Yes --- Adds `tabRow.unfocusedBackground` to the theme properties. When provided, the window will use this ThemeColor as the color of the tab row when the window is inactive. When omitted, the window will fall back to the default tab row color, `{"key": "TabViewBackground"}` from our App.xaml. * [ ] tests added. * [x] Closes #4862 * [ ] Needs a whole pile of docs updates, which we'll do at the end here. This actually helped validate #12992 quite a bit. I found a bunch of bugs concerning null colors, null objects. Json parsing is hard 😛
claunia added the pull-request label 2026-01-31 09:34:27 +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#29363