Guest User

Untitled

a guest
Nov 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Monokai",
  3. "files.autoSave": "onFocusChange",
  4. "workbench.colorCustomizations": {
  5. "editor.lineHighlightBackground": "#220815",
  6. "editor.selectionBackground": "#771835",
  7. "editor.wordHighlightBackground": "#771835",
  8. "editorCursor.foreground": "#F12360",
  9. "editor.findMatchBackground": "#ea00ff71",
  10. "editor.findMatchHighlightBackground": "#ff00b396"
  11. },
  12. "editor.fontSize": 11,
  13. "workbench.editor.enablePreview": false
  14. }
Add Comment
Please, Sign In to add comment