{ // Remove clutter "window.titleBarStyle": "native", "window.menuBarVisibility": "toggle", "workbench.activityBar.visible": false, "workbench.editor.showTabs": false, "editor.minimap.renderCharacters": false, "workbench.editor.closeEmptyGroups": true, "workbench.editor.tabCloseButton": "off", // Don't ask "git.autofetch": true, "git.confirmSync": false, "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "files.autoSave": "off", "window.closeWhenEmpty": true, // Rendering "terminal.integrated.rendererType": "dom", "editor.renderWhitespace": "boundary", "window.zoomLevel": 0.2, "vim.foldfix": true, // Fonts "terminal.integrated.fontFamily": "Roboto Mono", "editor.fontFamily": "'Roboto Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", "editor.fontSize": 15, // Gay colors "workbench.colorTheme": "Material Theme Darker High Contrast", "materialTheme.accent": "Red", "workbench.iconTheme": "material-icon-theme", "material-icon-theme.folders.color": "#cc5757", "workbench.colorCustomizations": { "statusBar.foreground": "#ffffff", "statusBar.background": "#cc5757", "editorCursor.background": "#fff", "editorCursor.foreground": "#cc5757dd", "editor.background": "#202020", "editorWhitespace.foreground": "#303030", "activityBarBadge.background": "#cc5757", "list.activeSelectionForeground": "#cc5757", "list.inactiveSelectionForeground": "#cc5757", "list.highlightForeground": "#cc5757", "scrollbarSlider.activeBackground": "#cc575750", "editorSuggestWidget.highlightForeground": "#cc5757", "textLink.foreground": "#cc5757", "progressBar.background": "#cc5757", "pickerGroup.foreground": "#cc5757", "tab.activeBorder": "#cc5757", "notificationLink.foreground": "#cc5757", "editorWidget.resizeBorder": "#cc5757", "editorWidget.border": "#cc5757", "settings.modifiedItemIndicator": "#cc5757", "settings.headerForeground": "#cc5757", "panelTitle.activeBorder": "#cc5757", "breadcrumb.activeSelectionForeground": "#cc5757", "menu.selectionForeground": "#cc5757", "menubar.selectionForeground": "#cc5757", "editor.findMatchBorder": "#cc5757", "selection.background": "#cc575740" }, }