Advertisement
Guest User

Untitled

a guest
May 19th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. "files.autoSave": "onFocusChange",
  3. "editor.fontFamily": "Hack, Consolas, 'Courier New', monospace",
  4. "editor.renderWhitespace": "boundary",
  5. "editor.multiCursorModifier": "ctrlCmd",
  6. "editor.wordWrap": "on",
  7. "editor.cursorBlinking": "smooth",
  8. "editor.fontLigatures": true,
  9. "editor.formatOnType": true,
  10. "editor.formatOnPaste": true,
  11. "editor.quickSuggestions": {
  12. "other": true,
  13. "comments": true,
  14. "strings": true
  15. },
  16. "editor.smoothScrolling": true,
  17. "editor.quickSuggestionsDelay": 3,
  18. "workbench.startupEditor": "none",
  19. "window.newWindowDimensions": "maximized",
  20. "files.eol": "\n",
  21. "files.useExperimentalFileWatcher": true,
  22. "git.autofetch": true,
  23. "workbench.iconTheme": "material-icon-theme",
  24. "gitlens.advanced.messages": {
  25. "suppressShowKeyBindingsNotice": true,
  26. "suppressWelcomeNotice": true
  27. },
  28. "gitlens.keymap": "chorded",
  29. "workbench.activityBar.visible": true,
  30. "window.zoomLevel": 0,
  31. "editor.fontSize": 15,
  32. "workbench.editor.showTabs": true,
  33. "explorer.confirmDragAndDrop": false,
  34. "[jest-test]": {
  35.  
  36. },
  37. "workbench.colorTheme": "SynthWave '84",
  38. "workbench.colorCustomizations": {
  39. "activityBarBadge.background": "#00BCD4",
  40. "list.activeSelectionForeground": "#00BCD4",
  41. "list.inactiveSelectionForeground": "#00BCD4",
  42. "list.highlightForeground": "#00BCD4",
  43. "scrollbarSlider.activeBackground": "#00BCD450",
  44. "editorSuggestWidget.highlightForeground": "#00BCD4",
  45. "textLink.foreground": "#00BCD4",
  46. "progressBar.background": "#00BCD4",
  47. "pickerGroup.foreground": "#00BCD4",
  48. "tab.activeBorder": "#00BCD4",
  49. "notificationLink.foreground": "#00BCD4",
  50. "editorWidget.resizeBorder": "#00BCD4",
  51. "editorWidget.border": "#00BCD4",
  52. "settings.modifiedItemIndicator": "#00BCD4",
  53. "settings.headerForeground": "#00BCD4",
  54. "panelTitle.activeBorder": "#00BCD4",
  55. "breadcrumb.activeSelectionForeground": "#00BCD4",
  56. "menu.selectionForeground": "#00BCD4",
  57. "menubar.selectionForeground": "#00BCD4"
  58. },
  59. "materialTheme.accent": "Cyan",
  60. "vscode_custom_css.imports": [
  61. "https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/synthwave84.css"
  62. ]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement