Skip to content

Instantly share code, notes, and snippets.

@tangoabcdelta
Last active September 19, 2024 17:52
Show Gist options
  • Save tangoabcdelta/235764d1c234020c26644387b77f6629 to your computer and use it in GitHub Desktop.
Save tangoabcdelta/235764d1c234020c26644387b77f6629 to your computer and use it in GitHub Desktop.
Funky VS Code Workbench Colour Customizations
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff00ff",
"activityBar.background": "#0000ff",
"activityBar.foreground": "#00ff00",
"activityBar.inactiveForeground": "#00ff0099",
"activityBarBadge.background": "#ff00ff",
"activityBarBadge.foreground": "#000000",
"commandCenter.border": "#00ff0099",
"sash.hoverBorder": "#ff00ff",
"statusBar.background": "#0000ff",
"statusBar.foreground": "#ff00ff",
"statusBarItem.hoverBackground": "#00ff00",
"statusBarItem.remoteBackground": "#0000ff",
"statusBarItem.remoteForeground": "#ff00ff",
"titleBar.activeBackground": "#0000ff",
"titleBar.activeForeground": "#00ff00",
"titleBar.inactiveBackground": "#0000ff99",
"titleBar.inactiveForeground": "#00ff0099"
}
}
{
"workbench.colorCustomizations": {
"activityBar.background": "#3b5c8f",
"activityBar.inactiveForeground": "#dfdede",
"activityBar.activeBackground": "#F7DF97",
"activityBar.activeBorder": "#f8be7d",
"activityBarBadge.background": "#F7B593",
"activityBarBadge.foreground": "#80839f",
"titleBar.activeBackground": "#3b5c8f",
"titleBar.activeForeground": "#f8be7d",
"settings.modifiedItemIndicator": "#F7DF97"
}
}
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff00ff",
"activityBar.background": "#6600cc",
"activityBar.foreground": "#ffffff",
"activityBar.inactiveForeground": "#ffffff99",
"activityBarBadge.background": "#00ff00",
"activityBarBadge.foreground": "#000000",
"commandCenter.border": "#ffffff99",
"sash.hoverBorder": "#ff00ff",
"statusBar.background": "#ff6600",
"statusBar.foreground": "#ffffff",
"statusBarItem.hoverBackground": "#ff00ff",
"statusBarItem.remoteBackground": "#ff6600",
"statusBarItem.remoteForeground": "#ffffff",
"titleBar.activeBackground": "#ff6600",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveBackground": "#ff660099",
"titleBar.inactiveForeground": "#ffffff99"
}
}
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff00ff",
"activityBar.background": "#ff6600",
"activityBar.foreground": "#00ffff",
"activityBar.inactiveForeground": "#00ffff99",
"activityBarBadge.background": "#00ff00",
"activityBarBadge.foreground": "#000000",
"commandCenter.border": "#00ffff99",
"sash.hoverBorder": "#ff00ff",
"statusBar.background": "#ff00ff",
"statusBar.foreground": "#00ff00",
"statusBarItem.hoverBackground": "#ff6600",
"statusBarItem.remoteBackground": "#ff00ff",
"statusBarItem.remoteForeground": "#00ff00",
"titleBar.activeBackground": "#ff00ff",
"titleBar.activeForeground": "#00ffff",
"titleBar.inactiveBackground": "#ff00ff99",
"titleBar.inactiveForeground": "#00ffff99"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment