Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Atom One Dark",
  3. "editor.fontFamily": "'Fira Code'",
  4. "editor.fontSize": 15,
  5. "editor.tabCompletion": true,
  6. "editor.rulers": [
  7. 100
  8. ],
  9. "editor.minimap.enabled": true,
  10. "editor.minimap.renderCharacters": false,
  11. "telemetry.enableTelemetry": false,
  12. "telemetry.enableCrashReporter": false,
  13. "editor.lineHeight": 26,
  14. "editor.mouseWheelZoom": true,
  15. "editor.renderIndentGuides": true,
  16. "editor.renderLineHighlight": "all",
  17. "editor.formatOnPaste": true,
  18. "editor.formatOnType": true,
  19. "terminal.integrated.shell.linux": "/usr/bin/fish",
  20. "workbench.iconTheme": "file-icons",
  21. "editor.fontLigatures": true,
  22. "workbench.experimental.colorCustomizations" : {
  23. "sideBarBackground": "#282C34",
  24. "sideBarTitleForeground": "#ABB2BF",
  25. "peekViewTitleBackground": "#CC00FF",
  26. "tabsContainerBackground": "#21252B",
  27. "inactiveTabBackground": "#21252B",
  28. "dropdownBackground": "#CC00FF",
  29. "editorLineHighlight": "20"
  30. // "panelBackground": "#CC00FF",
  31. //"peekViewTitleBackground": "#CC00FF"
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement