Skip to content

Instantly share code, notes, and snippets.

@alimoeeny
Created August 25, 2020 12:40
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 alimoeeny/122c02f91c8c6f048e2f9108a058cc60 to your computer and use it in GitHub Desktop.
Save alimoeeny/122c02f91c8c6f048e2f9108a058cc60 to your computer and use it in GitHub Desktop.
{
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontFamily": "Monoid, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"emmet.extensionsPath": "",
"go.useLanguageServer": true,
"indentRainbow.colors": [
"rgba(10,10,191,0.07)",
"rgba(128,10,128,0.07)",
"rgba(19,128,10,0.07)",
"rgba(176,29,29,0.07)"
],
"prettier.printWidth": 800,
"python.jediEnabled": false,
"python.languageServer": "Pylance",
"terminal.external.osxExec": "iTerm.app",
"vscode-neovim.neovimPath": "/usr/local/bin/nvim",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.zoomLevel": 3,
"workbench.colorCustomizations": {
"editor.selectionHighlightBackground": "#ffaaaa"
},
"workbench.colorTheme": "Default Light+"
}
@alimoeeny
Copy link
Author

For light themes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment