-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
Description of the new feature
Today, when you have a unfocused tab, the background changes, but not the color of the title. If the focused and unfocused colors are almost the same, you have problems to see which one is focused.
Theme info:
"name": "Dark+",
"tab":
{
"background": "terminalBackground",
"iconStyle": "default",
"showCloseButton": "never",
"unfocusedBackground": "#00000000"
},
"tabRow":
{
"background": "#333333FF",
"unfocusedBackground": "#D4D4D4FF"
},
"window":
{
"applicationTheme": "dark",
"experimental.rainbowFrame": false,
"frame": null,
"unfocusedFrame": null,
"useMica": false
}
Explorer @ Win 11 does this:

Proposed technical implementation details
Let the title text to be customized, like the unfocusedBackground
, but for text title (unfocusedTabTitle
, maybe?). Or, at least dim the title text too.
Metadata
Metadata
Assignees
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.