Skip to content

Instantly share code, notes, and snippets.

@rickyzhang82
Created July 24, 2018 14:55
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 rickyzhang82/0d28c4e018aa0578a8e3f4132b088618 to your computer and use it in GitHub Desktop.
Save rickyzhang82/0d28c4e018aa0578a8e3f4132b088618 to your computer and use it in GitHub Desktop.
M$ code template
{
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": false,
    "editor.renderWhitespace": "all",
    "workbench.colorTheme": "Default Light+",
    "workbench.colorCustomizations": 
    {
        "editor.background": "#C8E0D2"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment