Skip to content

Instantly share code, notes, and snippets.

@clarkio
Created July 15, 2019 18:44
Show Gist options
  • Save clarkio/999d31085fee63f913155c0af55c2de0 to your computer and use it in GitHub Desktop.
Save clarkio/999d31085fee63f913155c0af55c2de0 to your computer and use it in GitHub Desktop.
{
"files.exclude": {
".env": false
},
"workbench.colorCustomizations": {
"editorGroup.border": "#102a44",
"sideBar.border": "#102a44",
"tab.activeBorder": "#ff00ff",
"tab.activeModifiedBorder": "#ff00ff",
"activityBar.background": "#b300b3",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9f9f00",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#800080",
"titleBar.inactiveBackground": "#80008099",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#800080",
"statusBarItem.hoverBackground": "#b300b3",
"statusBar.foreground": "#e7e7e7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment