-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Labels
Area-ThemingAnything related to the theming of elements of the windowAnything related to the theming of elements of the windowIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
Windows Terminal version
1.23.12371.0
Windows build number
10.0.26100.6584
Other Software
No response
Steps to reproduce
Define the theme below:
"themes":
[
{
"name": "Snazzy",
"tab":
{
"background": "#00FF00",
"iconStyle": "default",
"showCloseButton": "hover",
"unfocusedBackground": "#F00"
},
"tabRow":
{
"background": "#20212B",
"unfocusedBackground": "#20212B"
},
"window":
{
"applicationTheme": "dark",
"experimental.rainbowFrame": false,
"frame": "#20212B",
"unfocusedFrame": "#20212B",
"useMica": false
}
}
]Expected Behavior
Version 1.22.12111.0 uses the color defined in tab.background as the color of the active tab.
Actual Behavior
Version 1.23.12371.0 uses the color defined in tab.unfocusedBackground as the color of the active tab.
The same is happening in 1.24.2372.0.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-ThemingAnything related to the theming of elements of the windowAnything related to the theming of elements of the windowIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.