Skip to content

Instantly share code, notes, and snippets.

@AdmiringWorm
Created January 20, 2020 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdmiringWorm/07e6332b218cf8a368343790f9a0c64a to your computer and use it in GitHub Desktop.
Save AdmiringWorm/07e6332b218cf8a368343790f9a0c64a to your computer and use it in GitHub Desktop.
Chocolatey colors for vscode
{
"workbench.colorCustomizations": {
"activityBar.background": "#aacdec",
"activityBar.activeBorder": "#6F3215",
"activityBar.foreground": "#242c5c",
"activityBar.inactiveForeground": "#242c5c99",
"activityBarBadge.background": "#6F3215",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#80b5e3",
"titleBar.inactiveBackground": "#80b5e399",
"titleBar.activeForeground": "#242c5c",
"titleBar.inactiveForeground": "#242c5c99",
"statusBar.background": "#884B2E",
"statusBarItem.hoverBackground": "#6F3215",
"statusBar.foreground": "#FDCEA5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment