Guest User

Untitled

a guest
Feb 15th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Material Theme Ocean High Contrast",
  3. "workbench.colorCustomizations": {
  4. "activityBarBadge.background": "#00BCD4",
  5. "list.activeSelectionForeground": "#00BCD4",
  6. "list.inactiveSelectionForeground": "#00BCD4",
  7. "list.highlightForeground": "#00BCD4",
  8. "scrollbarSlider.activeBackground": "#00BCD450",
  9. "editorSuggestWidget.highlightForeground": "#00BCD4",
  10. "textLink.foreground": "#00BCD4",
  11. "progressBar.background": "#00BCD4",
  12. "pickerGroup.foreground": "#00BCD4",
  13. "tab.activeBorder": "#00BCD4",
  14. "editorLineNumber.foreground": "#666666",
  15. "editorLineNumber.activeForeground": "#fcb553"
  16. },
  17. "workbench.iconTheme": "eq-material-theme-icons-ocean",
  18. "editor.fontFamily": "'Fira Code'",
  19. "editor.fontLigatures": true,
  20. "editor.fontSize": 17,
  21. "editor.lineHeight": 21,
  22. "editor.tokenColorCustomizations": {
  23. "comments": "#666666",
  24. "strings": "#3a9183",
  25. "functions": "#a984ff",
  26. "variables": "#b5b5b5"
  27. },
  28. "dimmer.context": 5,
  29. "dimmer.enabled": true,
  30. "dimmer.opacity": 90,
  31. "editor.cursorStyle": "block",
  32. "editor.minimap.enabled": false
  33. }
Add Comment
Please, Sign In to add comment