Skip to content

Instantly share code, notes, and snippets.

@DTHENG
Last active October 29, 2017 02:33
Show Gist options
  • Save DTHENG/371b8e894478393dc44aa80c98992bd5 to your computer and use it in GitHub Desktop.
Save DTHENG/371b8e894478393dc44aa80c98992bd5 to your computer and use it in GitHub Desktop.
Wyre Theme - VSCode Workbench Color Settings
{
"workbench.colorTheme": "Default Light+",
"workbench.colorCustomizations": {
"activityBar.foreground": "#0055ff",
"activityBar.background": "#FAFAFA",
"activityBar.border": "#E7E9EB",
"activityBar.dropBackground": "#E7E9EB",
"activityBarBadge.background": "#1a32af",
"activityBarBadge.foreground": "#FAFAFA",
"statusBar.background": "#FAFAFA",
"statusBar.border": "#E7E9EB",
"statusBar.foreground": "#384053",
"sideBarTitle.foreground": "#000",
"statusBarItem.activeBackground": "#94c5ff",
"statusBarItem.hoverBackground": "#E7E9EB",
"titleBar.activeBackground": "#FAFAFA",
"titleBar.border": "#FAFAFA",
"titleBar.activeForeground": "#384053",
"titleBar.inactiveForeground": "#ACB0B8",
"badge.background": "#797D86",
"badge.foreground": "#FAFAFA",
"button.background": "#0055ff",
"button.foreground": "#fff",
"button.hoverBackground": "#000",
"sideBar.background": "#FFF",
"sideBar.foreground": "#384053",
"sideBar.border": "#94c5ff",
"input.border": "#d7e0ea",
"input.foreground": "#061027",
"input.placeholderForeground": "#9BB2CC",
"inputValidation.errorBorder": "#F44040",
"inputValidation.errorBackground": "#FAFAFA",
"inputOption.activeBorder": "#94c5ff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment