Vscode: Allow to set background color of tab having focus

Created on 17 Jan 2019  路  7Comments  路  Source: microsoft/vscode

It's utterly hard to distinguish the editor having focus from other panels in VS code.

It's always an annoying matter of Try And Error when switching between other software and VS Code (using ALT+TAB) and starting to type.

I examined all VS Code color themes that are included with Visual Studio Code, and they all share the same issue:

vs code tab only
vs code tab only-blue
vs code tab only-green
vs code tab only-red

In this example, it's very hard to tell which of the two editors has focus, the left or the right one.

I'm pretty sure y'all won't even recognize the right tab having a vertical squiggly line on the right.

So, I'd like to propose to highlight the editor having focus more vividly, e.g. using the status bar background color as background color for the editor having focus:

Current Design

vs code tab current

Desired Design

vs code tab desired


In Detail:

Current Design

vs code tab only

Desired Design

vs code tab only-desired

feature-request themes workbench-tabs

Most helpful comment

Can be configured via settings:

image

"workbench.colorCustomizations": {
    "tab.activeBackground": "#0000ff"
}

In the future, please post questions over at StackOverflow where we have a large community of VSCode users: https://stackoverflow.com/questions/tagged/visual-studio-code. Thanks!

All 7 comments

Can be configured via settings:

image

"workbench.colorCustomizations": {
    "tab.activeBackground": "#0000ff"
}

In the future, please post questions over at StackOverflow where we have a large community of VSCode users: https://stackoverflow.com/questions/tagged/visual-studio-code. Thanks!

@bpasero : I see your point, yet the line is not always clear what's a feature request and what's a question. Thanks.

@bpasero :

"workbench.colorCustomizations": {
    "tab.activeBackground": "#0000ff"
}

... does _not_ set the color of the editor having _focus_.

Three tabs cannot have focus at the same time:

tabactivebackground

True, best you can do today is change the foreground color, which has different values for the tab being active, inactive, focused or not focused.

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Was this page helpful?
0 / 5 - 0 ratings