Skip to content

Instantly share code, notes, and snippets.

@ashgkwd
Created May 1, 2024 00:58
Show Gist options
  • Save ashgkwd/e385c1fbcdd115ee080dbabbef5d3a33 to your computer and use it in GitHub Desktop.
Save ashgkwd/e385c1fbcdd115ee080dbabbef5d3a33 to your computer and use it in GitHub Desktop.
Making VS Code task bar red in color without affecting the current theme
{
"workbench.colorTheme": "Spinel",
"workbench.colorCustomizations": {
"[Spinel]": {
"statusBar.background": "#CC0000",
"statusBar.noFolderBackground": "#CC0000",
"statusBar.debuggingBackground": "#CC0000"
}
}
}
@ashgkwd
Copy link
Author

ashgkwd commented May 1, 2024

This is how it looks:

Screenshot 2024-04-30 at 8 56 02 PM

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