Guest User

Untitled

a guest
Dec 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. {
  2. "window.zoomLevel": 1,
  3. "editor.fontFamily": "LigaMonaco, Monaco, 'Courier New', monospace",
  4. "editor.fontSize": 13,
  5. "editor.lineHeight": 19,
  6. "editor.renderLineHighlight": "all",
  7. "editor.fontLigatures": true,
  8. "atomKeymap.promptV3Features": true,
  9. "editor.formatOnPaste": true,
  10. "editor.folding": false,
  11. "editor.highlightActiveIndentGuide": false,
  12. "editor.renderIndentGuides": false,
  13. "eslint.autoFixOnSave": true,
  14. "git.autofetch": true,
  15. "workbench.fontAliasing": "antialiased",
  16. "workbench.iconTheme": "file-icons",
  17. "terminal.integrated.fontWeightBold": "900",
  18. "terminal.integrated.fontWeight": "900",
  19. "eslint.validate": [
  20. "javascript",
  21. "javascriptreact",
  22. {
  23. "language": "vue",
  24. "autoFix": true
  25. }
  26. ],
  27. "editor.fontWeight": "bold",
  28. "editor.detectIndentation": false,
  29. "editor.tabSize": 2,
  30. "git.confirmSync": false,
  31. "files.trimTrailingWhitespace": true,
  32. "files.trimFinalNewlines": true,
  33. "eslint.provideLintTask": true,
  34. "eslint.alwaysShowStatus": true,
  35. "git.enableSmartCommit": true,
  36.  
  37. "workbench.activityBar.visible": true,
  38. "workbench.colorTheme": "Ocean Dark Extended",
  39.  
  40. "editor.matchBrackets": false,
  41. "editor.minimap.enabled": false,
  42. "editor.scrollbar.verticalScrollbarSize": 0,
  43.  
  44. "workbench.colorCustomizations": {
  45. "[Ocean Dark Extended]": {
  46.  
  47. "terminal.background": "#222c31",
  48. "panel.background": "#222c31",
  49. "panelTitle.activeForeground": "#b3c3cb",
  50.  
  51. "tab.hoverBackground": "#1f282c",
  52. "input.background": "#1f282c",
  53. "input.border": "#33434a",
  54.  
  55. "tab.border": "#222c31",
  56. "tab.inactiveBackground": "#222c31",
  57. "tab.inactiveForeground": "#56707d",
  58. "tab.activeForeground": "#cdd7dc",
  59. "tab.activeBackground": "#222c31",
  60.  
  61. "editorGroupHeader.tabsBorder": "#222c31",
  62. "editorGroupHeader.tabsBackground":"#222c31",
  63.  
  64. "sideBarSectionHeader.background": "#222c31",
  65. "sideBar.background": "#222c31",
  66. "sideBar.foreground": "#56707d",
  67. "sideBar.border": "#222c31",
  68.  
  69.  
  70. "contrastBorder": "#222c31",
  71.  
  72. "titleBar.activeBackground": "#222c31",
  73. "titleBar.activeForeground": "#56707d",
  74. "statusBar.background": "#222c31",
  75. "statusBar.foreground": "#56707d",
  76.  
  77. "list.hoverBackground": "#1d252a",
  78. "list.hoverForeground": "#b3c3cb",
  79. "list.errorForeground": "#d46870",
  80. "list.activeSelectionBackground": "#1d252a",
  81. "list.activeSelectionForeground": "#cdd7dc",
  82.  
  83. "editor.background": "#222c31",
  84.  
  85. "activityBar.border": "#222c31",
  86. "activityBar.background": "#222c31",
  87. "activityBar.foreground": "#455963",
  88. "editorLineNumber.foreground": "#33434a"
  89. }
  90. }
  91. }
Add Comment
Please, Sign In to add comment