Skip to content

unfocusedBackground being used in the active tab color #19343

@fabianoatunorg

Description

@fabianoatunorg

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.

Image

Actual Behavior

Version 1.23.12371.0 uses the color defined in tab.unfocusedBackground as the color of the active tab.

Image

The same is happening in 1.24.2372.0.

Image

Metadata

Metadata

Assignees

Labels

Area-ThemingAnything related to the theming of elements of the windowIssue-BugIt either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions