Skip to content

Instantly share code, notes, and snippets.

@CodeByKwakes
Last active December 10, 2023 17:09
Show Gist options
  • Save CodeByKwakes/3d29668affc646f8cbce9d6e11c7e68f to your computer and use it in GitHub Desktop.
Save CodeByKwakes/3d29668affc646f8cbce9d6e11c7e68f to your computer and use it in GitHub Desktop.
VSCode Theme #themes
{
"workbench.colorCustomizations": {
// "activityBar.activeBackground": "#9e45f7",
// "activityBar.background": "#9e45f7",
// "activityBar.foreground": "#e7e7e7",
// "activityBar.inactiveForeground": "#e7e7e799",
// "activityBarBadge.background": "#f79f48",
// "activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#9e45f7",
// "statusBar.background": "#8514f5",
// "statusBar.foreground": "#e7e7e7",
// "statusBarItem.hoverBackground": "#9e45f7",
"statusBarItem.remoteBackground": "#8514f5",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#8514f5",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#8514f599",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#8514F5"
}
{
"workbench.colorCustomizations": {
"activityBarBadge.background": "#c5b358",
"activityBarBadge.foreground": "#15202b",
"button.background": "#c5b358",
"button.foreground": "#15202b",
"button.hoverBackground": "#9a8c47",
"commandCenter.border": "#15202b99",
"focusBorder": "#c5b358",
"sash.hoverBorder": "#9a8c47",
"statusBar.background": "#c5b358",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#9a8c47",
"statusBarItem.remoteBackground": "#c5b358",
"statusBarItem.remoteForeground": "#15202b",
"progressBar.background": "#c5b358",
"textLink.foreground": "#9a8c47"
}
}
{
"workbench.colorCustomizations": {
"activityBarBadge.background": "#8514f5",
"activityBarBadge.foreground": "#e7e7e7",
"button.background": "#8514f5",
"button.foreground": "#e7e7e7",
"button.hoverBackground": "#9e45f7",
"commandCenter.border": "#e7e7e799",
"focusBorder": "#8514f5",
"sash.hoverBorder": "#9e45f7",
"statusBar.background": "#8514f5",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#9e45f7",
"statusBarItem.remoteBackground": "#8514f5",
"statusBarItem.remoteForeground": "#e7e7e7",
"progressBar.background": "#8514f5",
"textLink.foreground": "#9e45f7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment