Skip to content

Instantly share code, notes, and snippets.

@maqboolkhan
Last active May 19, 2019 22:56
Show Gist options
  • Save maqboolkhan/ac64106d950cb310327f39ed11639d89 to your computer and use it in GitHub Desktop.
Save maqboolkhan/ac64106d950cb310327f39ed11639d89 to your computer and use it in GitHub Desktop.
{
"editor.cursorBlinking": "phase",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.lineHeight": 25,
"editor.minimap.enabled": false,
"editor.fontFamily": "Monaco, 'Courier New', monospace",
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"terminal.integrated.fontSize": 14,
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#ccc"
},
"explorer.confirmDelete": false,
"window.zoomLevel": 0,
"editor.fontSize": 14,
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
[
"LightSkyBlue",
"Orchid",
"Orange"
],
"Red"
],
"workbench.colorTheme": "Material Theme Ocean High Contrast",
"workbench.iconTheme": "material-icon-theme",
"editor.fontWeight": "bold"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment