Skip to content

Instantly share code, notes, and snippets.

@nikolovlazar
Created March 1, 2018 21:08
Show Gist options
  • Save nikolovlazar/3d8bd692b9e064332430a6f23951e08d to your computer and use it in GitHub Desktop.
Save nikolovlazar/3d8bd692b9e064332430a6f23951e08d to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Operator Mono Lig, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 17,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "200",
"editor.cursorStyle": "block",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"vscode_custom_css.imports": [
"/Users/lazarnikolov/.vscodestyles.css"
],
"editor.renderWhitespace": "all",
"workbench.iconTheme": "vscode-icons",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment