Skip to content

Instantly share code, notes, and snippets.

@cumbreras
Created June 27, 2017 15:47
Show Gist options
  • Save cumbreras/e543bb23a9ddf7b25a24380acdd089b4 to your computer and use it in GitHub Desktop.
Save cumbreras/e543bb23a9ddf7b25a24380acdd089b4 to your computer and use it in GitHub Desktop.
vscode
"workbench.colorCustomizations": {
"activityBar.background": "#000C02",
"editor.background": "#131d30",
"sideBar.background": "#000C12",
"list.dropBackground": "#000C22",
"statusBar.background": "#1D1F23",
"dropdown.background": "#000C12",
"tab.activeBackground": "#000C12",
"scrollbar.shadow": "#000C22",
"panel.background": "#000C22",
"titleBar.activeBackground": "#000C02",
"activityBar.dropBackground": "#000C02",
"terminal.background": "#000F22",
"editorHoverWidget.background": "#000C02",
"editorGroup.background": "#000C02",
"editorGroup.dropBackground": "#282C34",
"editorGroupHeader.tabsBackground": "#1a252d",
"input.background": "#040405"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment