Skip to content

Instantly share code, notes, and snippets.

@kalkov
Created January 6, 2020 12:56
Show Gist options
  • Save kalkov/dfe8b49e48c9939c92d4fb2d218748af to your computer and use it in GitHub Desktop.
Save kalkov/dfe8b49e48c9939c92d4fb2d218748af to your computer and use it in GitHub Desktop.

Revisions

  1. kalkov revised this gist Jan 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -69,4 +69,4 @@
    "trailing-spaces.trimOnSave": true,
    "search.location": "panel",
    "diffEditor.renderSideBySide": false
    }%
    }
  2. kalkov created this gist Jan 6, 2020.
    72 changes: 72 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,72 @@
    # place in ~/.config/Code/User/settings.json
    {
    "editor.rulers": [100,117],
    "workbench.activityBar.visible": false,
    "editor.minimap.enabled": false,
    "workbench.statusBar.feedback.visible": false,
    "window.zoomLevel": 0,
    "breadcrumbs.enabled": true,
    "files.exclude": {
    "**/*.pyc": 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"
    }
    ],
    "javascript.updateImportsOnFileMove.enabled": "never",
    "workbench.colorTheme": "Material Theme Darker",
    "files.trimTrailingWhitespace": true,
    "trailing-spaces.trimOnSave": true,
    "search.location": "panel",
    "diffEditor.renderSideBySide": false
    }%