Skip to content

Instantly share code, notes, and snippets.

@zarahzachz
Last active May 6, 2021 12:21
Show Gist options
  • Save zarahzachz/537c5f083a14564636e99d261ee6a7ff to your computer and use it in GitHub Desktop.
Save zarahzachz/537c5f083a14564636e99d261ee6a7ff to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.colorTheme": "Winter is Coming (Light)",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.enablePreview": false,
"breadcrumbs.enabled": false,
"files.exclude": {
"**/node_modules": true
},
"files.associations": {
"*.nunjucks": "html"
},
"files.autoSave": "onFocusChange",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 20,
"editor.lineHeight": 30,
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"javascriptreact": "javascript",
"nunjucks": "html",
},
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment