-
As shown below, the 3rd tab is focused, its color is set to equal the color of the shell, which is nice, but the inactive tabs are too similar to make the active tab stand out: |
Beta Was this translation helpful? Give feedback.
Answered by
ZYinMD
Sep 14, 2023
Replies: 1 comment
-
2 months later I found the answer: {
"theme": "foo",
"themes": [
{
"name": "foo",
"window": {
"applicationTheme": "dark"
},
"tab": {
"background": "terminalBackground",
"unfocusedBackground": "#fff"
}
}
]
} The Doc: https://learn.microsoft.com/en-us/windows/terminal/custom-terminal-gallery/theme-gallery |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZYinMD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 months later I found the answer:
The
unfocusedBackground
is the value that matters. The key point is to create a new theme name of your own,foo
in the example above.Doc: https://learn.microsoft.com/en-us/windows/terminal/custom-terminal-gallery/theme-gallery