adierebel / VSCode Settings

08 Jan 2020 at 16:54

1 {
2 "breadcrumbs.enabled": false,
3 "window.titleBarStyle": "custom",
4 "editor.renderWhitespace": "boundary",
5 "editor.insertSpaces": false,
6 "editor.smoothScrolling": true,
7 "workbench.colorTheme": "Legacy - Material Theme High Contrast",
8 "workbench.iconTheme": "eq-material-theme-icons",
9 "workbench.colorCustomizations": {
10 "sideBar.background": "#192227",
11 "editor.background": "#192227",
12 "tab.border": "#192227",
13 "tab.inactiveBackground": "#192227",
14 "editorGroupHeader.tabsBackground": "#192227",
15 "menu.background": "#192227",
16 },
17 }

Comments (0)