Skip to content

Instantly share code, notes, and snippets.

@alexanderbez
Created August 14, 2018 17:48
Show Gist options
  • Save alexanderbez/60faf314abfb5278c1bf666fee7c098d to your computer and use it in GitHub Desktop.
Save alexanderbez/60faf314abfb5278c1bf666fee7c098d to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "eq-material-theme-icons",
"editor.minimap.enabled": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"materialTheme.fixIconsRunning": false,
"editor.rulers": [
80,
120
],
"workbench.colorCustomizations": {
"statusBar.background": "#039BE5",
"statusBarItem.hoverBackground": "#0078af",
"statusBar.foreground": "#FFFFFF",
"scrollbarSlider.background": "#006daca2"
},
"window.nativeTabs": true,
"go.formatTool": "goimports",
"terminal.integrated.shell.osx": "/bin/zsh",
"cSpell.userWords": [],
"outline.icons": true,
"outline.problems.enabled": true,
"outline.problems.badges": true,
"outline.problems.colors": true,
"go.gocodeAutoBuild": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment