Skip to content

Instantly share code, notes, and snippets.

@shikaan
Created July 1, 2019 15:02
Show Gist options
  • Save shikaan/d2cd2e0e8300399fdb4b878054db493f to your computer and use it in GitHub Desktop.
Save shikaan/d2cd2e0e8300399fdb4b878054db493f to your computer and use it in GitHub Desktop.
Python Color for Peacock
{
"workbench.colorCustomizations": {
"activityBar.background": "#306998",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ffd43b",
"activityBarBadge.foreground": "#646464",
"titleBar.activeBackground": "#306998",
"titleBar.inactiveBackground": "#4b8bbe",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#ffd43b",
"statusBarItem.hoverBackground": "#ffe873",
"statusBar.foreground": "#646464"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment