Skip to content

Instantly share code, notes, and snippets.

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 jfrazee/6467503bac9e9950a97e9256fa565eaa to your computer and use it in GitHub Desktop.
Save jfrazee/6467503bac9e9950a97e9256fa565eaa to your computer and use it in GitHub Desktop.
Visual Studio Code Light Sidebar
{
"workbench.colorCustomizations": {
"[Default Dark+]": {
"sideBar.foreground": "#1E1E1E",
"sideBar.background": "#F1F1F1",
"sideBarTitle.foreground": "#1E1E1E",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"list.hoverForeground":"#FFFFFF",
"list.hoverBackground":"#007FD4",
"list.activeSelectionForeground": "#FFFFFF",
"list.activeSelectionBackground":"#007FD4",
"list.inactiveSelectionForeground": "#252526",
"list.inactiveSelectionBackground": "#CCCEDB",
},
},
"workbench.tree.renderIndentGuides": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment