Skip to content

Instantly share code, notes, and snippets.

@endymion1818
Last active September 26, 2019 19:59
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 endymion1818/2f86ec1ce8dd1b053e7529c9605f2623 to your computer and use it in GitHub Desktop.
Save endymion1818/2f86ec1ce8dd1b053e7529c9605f2623 to your computer and use it in GitHub Desktop.
VSCode settings
{
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.wordWrap": "on",
"references.preferredLocation": "view",
"workbench.panel.defaultLocation": "right",
"peacock.favoriteColors": [
{
"name": "Zopa Teal",
"value": "#00B9A7"
},
{
"name": "Serverless Red",
"value": "#FD5650"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "AWS Orange",
"value": "#EC7211"
},
{
"name": "AWS Gray",
"value": "#005b86"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "TypeScript Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Grape Purple",
"value": "#832561"
},
{
"name": "Light Green",
"value": "#42b883"
}
],
"workbench.colorTheme": "Level Up",
"editor.accessibilitySupport": "off",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment