Skip to content

Instantly share code, notes, and snippets.

@ericoloewe
Created April 16, 2019 00:33
Show Gist options
  • Select an option

  • Save ericoloewe/336d011e9020a6ca4521858cc332d446 to your computer and use it in GitHub Desktop.

Select an option

Save ericoloewe/336d011e9020a6ca4521858cc332d446 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Default Light+",
"workbench.colorCustomizations": {
"[Default Light+]": {
"gitDecoration.ignoredResourceForeground": "#666",
"sideBar.background": "#f5f5f5",
"sideBar.border": "#cccedb",
"sideBar.foreground": "#000000",
"sideBarSectionHeader.background": "#007acc",
"sideBarSectionHeader.border": "#00000000",
"sideBarSectionHeader.foreground": "#ffffff",
"sideBarTitle.foreground": "#000000",
"statusBar.background": "#007acc",
"statusBar.debuggingBackground": "#ca5100",
"statusBar.noFolderBackground": "#68217a",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment