Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Minimal Colors",
  3. "workbench.activityBar.visible": true,
  4. "window.zoomLevel": 1,
  5. "workbench.sideBar.location": "right",
  6. "editor.fontLigatures": true,
  7. "editor.fontSize": 12,
  8. "editor.fontFamily": "'Fira Code', 'SF Mono', Hasklig, Menlo, Monaco, 'Courier New', monospace",
  9. "terminal.integrated.fontLigatures": true,
  10. "editor.lineNumbers": "off",
  11. "workbench.statusBar.visible": true,
  12. "workbench.welcome.enabled": false,
  13. "editor.wordWrap": "wordWrapColumn",
  14. "editor.wordWrapColumn": 80,
  15. "[markdown]": {
  16. "editor.wordWrap": "wordWrapColumn",
  17. "editor.quickSuggestions": false
  18. },
  19. "editor.glyphMargin": false,
  20. "editor.folding": false,
  21. "editor.lineHeight": 14.8,
  22. "workbench.experimental.colorCustomizations": {
  23. "statusBarNoFolderBackground" : "#0A0A0D",
  24. "statusBarBackground": "#1A1A1A",
  25. "statusBarDebuggingBackground": "#511f1f"
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement