Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "diffEditor.ignoreTrimWhitespace": true,
  3. "editor.fontSize": 14,
  4. "editor.tabSize": 2,
  5. "editor.folding": false,
  6. "editor.minimap.enabled": false,
  7. "editor.scrollBeyondLastLine": false,
  8. "explorer.confirmDelete": false,
  9. "git.autofetch": true,
  10. "git.confirmSync": false,
  11. "window.zoomLevel": 0,
  12. "workbench.colorTheme": "One Dark Pro",
  13. "workbench.statusBar.visible": true,
  14. "workbench.activityBar.visible": true,
  15. "workbench.colorCustomizations": {
  16. "activityBar.foreground": "#4E505E",
  17. "activityBarBadge.foreground": "#596479",
  18. "activityBarBadge.background": "#353E4E",
  19. "editor.selectionHighlightBorder": "#4E505E",
  20. },
  21. "workbench.iconTheme": null,
  22. "workbench.startupEditor": "newUntitledFile",
  23. "explorer.confirmDragAndDrop": false
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement