Guest User

Untitled

a guest
Aug 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "eq-material-theme-icons",
  3. "editor.minimap.enabled": false,
  4. "workbench.colorTheme": "One Dark Pro Vivid",
  5. "materialTheme.fixIconsRunning": false,
  6. "editor.rulers": [
  7. 80,
  8. 120
  9. ],
  10. "workbench.colorCustomizations": {
  11. "statusBar.background": "#039BE5",
  12. "statusBarItem.hoverBackground": "#0078af",
  13. "statusBar.foreground": "#FFFFFF",
  14. "scrollbarSlider.background": "#006daca2"
  15. },
  16. "window.nativeTabs": true,
  17. "go.formatTool": "goimports",
  18. "terminal.integrated.shell.osx": "/bin/zsh",
  19. "cSpell.userWords": [],
  20. "outline.icons": true,
  21. "outline.problems.enabled": true,
  22. "outline.problems.badges": true,
  23. "outline.problems.colors": true,
  24. "go.gocodeAutoBuild": true
  25. }
Add Comment
Please, Sign In to add comment