{ // Remove clutter //"window.titleBarStyle": "custom", "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, "git.enableSmartCommit": true, "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "files.autoSave": "off", "window.closeWhenEmpty": true, // Rendering "terminal.integrated.rendererType": "dom", "editor.renderWhitespace": "boundary", "window.zoomLevel": 0, "vim.foldfix": true, // Fonts "terminal.integrated.fontFamily": "'Fira Code', 'Hack', 'Roboto Mono'", "editor.fontFamily": "'Fira Code', 'Hack','Roboto Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", "editor.fontSize": 15, "editor.fontLigatures": true, // Vim "vim.normalModeKeyBindings": [ { "before": [ "g", "c" ], "commands": [ "editor.action.commentLine" ] }, { "before": [ "space" ], "commands": [ "workbench.action.showCommands" ] } ], // Gay colors "workbench.colorTheme": "Material Theme Darker High Contrast", "materialTheme.accent": "Red", "workbench.iconTheme": "material-icon-theme", "material-icon-theme.folders.color": "#cc5757", "vim.statusBarColorControl": true, "vim.statusBarColors.insert": [ "#cc5757", "#fff" ], "vim.statusBarColors.normal": [ "#202020", "#fff" ], "vim.statusBarColors.visual": [ "#5757cc", "#fff" ], "vim.statusBarColors.visualblock": [ "#5757cc", "#fff" ], "vim.statusBarColors.visualline": [ "#5757cc", "#fff" ], "vim.statusBarColors.replace": [ "#DD2020", "#fff" ], "workbench.colorCustomizations": { "minimap.selectionHighlight": "#CC5757", "editorCursor.background": "#fff", "editor.background": "#202020", "editorWhitespace.foreground": "#303030", "editorCursor.foreground": "#cc5757dd", "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", "statusBar.background": "#202020", "statusBar.noFolderBackground": "#202020", "statusBar.debuggingBackground": "#202020", "statusBar.foreground": "#fff" }, "editor.formatOnType": true, "editor.formatOnSave": true, "editor.formatOnPaste": true, }