Skip to content

Instantly share code, notes, and snippets.

@diogoko
Created November 14, 2019 11:17
Show Gist options
  • Save diogoko/c12d6b50b29d8f61786ceca65687b246 to your computer and use it in GitHub Desktop.
Save diogoko/c12d6b50b29d8f61786ceca65687b246 to your computer and use it in GitHub Desktop.
Highlight modified tabs in vscode (Visual Studio Code)
{
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorCustomizations": {
"tab.activeModifiedBorder": "#ffff00",
"tab.inactiveModifiedBorder": "#ffff00",
"tab.unfocusedActiveModifiedBorder": "#ffff0080",
"tab.unfocusedInactiveModifiedBorder": "#ffff00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment