Skip to content

Instantly share code, notes, and snippets.

@amogower
Created January 14, 2019 20:35
Show Gist options
  • Save amogower/5f4336444809a7cdeac23d319f4a29e1 to your computer and use it in GitHub Desktop.
Save amogower/5f4336444809a7cdeac23d319f4a29e1 to your computer and use it in GitHub Desktop.
Custom VSCode Workbench Styling
{
"workbench.colorCustomizations": {
"sideBar.background": "#16232A",
"activityBar.background": "#16232A",
"activityBar.border": "#3C3C3C",
"activityBarBadge.background": "#ffc02d",
"activityBarBadge.foreground": "#16232A",
"input.background": "#16232A",
"tab.inactiveForeground": "#AAAAAA",
"tab.activeBackground": "#303D46",
"tab.inactiveBackground": "#16232A",
"statusBar.background": "#16232A",
"statusBar.debuggingBackground": "#ffc02d",
"statusBar.debuggingForeground": "#16232A",
"statusBar.border": "#3C3C3C",
"sideBar.border": "#3C3C3C",
"titleBar.activeBackground": "#16232A",
"titleBar.activeForeground": "#FFFFFF",
"titleBar.inactiveForeground": "#A2A7AA",
"tab.border": "#3C3C3C",
"editorGroupHeader.tabsBackground": "#16232A",
"editor.background": "#16232A"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment