Skip to content

Instantly share code, notes, and snippets.

@Treer
Last active March 1, 2019 03:43
Show Gist options
  • Save Treer/2c7bb3ea2edb5b829d8f3b2cea983bfc to your computer and use it in GitHub Desktop.
Save Treer/2c7bb3ea2edb5b829d8f3b2cea983bfc to your computer and use it in GitHub Desktop.
Fix visibility of the active tab in VS Code
{
"workbench.colorTheme": "Visual Studio Light",
"editor.accessibilitySupport": "off",
"window.zoomLevel": 0,
"workbench.colorCustomizations": {
"tab.activeBackground": "#ffffff",
"tab.inactiveBackground": "#dcdaff",
}
}
@Treer
Copy link
Author

Treer commented Mar 1, 2019

Edit user settings.json to add the "workbench.colorCustomizations"

microsoft/vscode#24586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment