Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created June 22, 2024 21:45
Show Gist options
  • Save T1T4N/d1b8c384bc49e05dc217ab97e7db211f to your computer and use it in GitHub Desktop.
Save T1T4N/d1b8c384bc49e05dc217ab97e7db211f to your computer and use it in GitHub Desktop.
An example VSCode configuration for color-coding workspace windows
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#dc0000",
"activityBar.activeBorder": "#03A9F4",
"activityBar.background": "#860009",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#03A9F4",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#03A9F4",
"statusBar.foreground": "#e7e7e7",
"statusBar.debuggingBackground": "#FF9800",
"statusBar.debuggingForeground": "#3e3e3e",
"statusBarItem.hoverBackground": "#d32f2f",
"titleBar.activeBackground": "#860009",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5e2327",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBarItem.remoteBackground": "#860009",
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment