Skip to content

Instantly share code, notes, and snippets.

@Drewbi
Last active August 12, 2019 05:12
Show Gist options
  • Save Drewbi/6dd86f85a46cc1a69ac9611ae914a152 to your computer and use it in GitHub Desktop.
Save Drewbi/6dd86f85a46cc1a69ac9611ae914a152 to your computer and use it in GitHub Desktop.
VSCode settings and custom theme
{
"workbench.colorTheme": "Material Theme Darker",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.suggestSelection": "first",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"java.errors.incompleteClasspath.severity": "ignore",
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "newUntitledFile",
"files.autoSave": "onWindowChange",
"eslint.autoFixOnSave": true,
"git.autofetch": true,
"git.confirmSync": false,
"window.zoomLevel": 0,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorCustomizations": {
"foreground": "#e8e8e8",
"selection.background": "#464649",
"descriptionForeground": "#b1b1b1",
"errorForeground": "#be3434",
"textBlockQuote.background": "#5f6064",
"textCodeBlock.background": "#5f6064",
"textLink.activeForeground": "#1cc9c0",
"textLink.foreground": "#1cc9c0",
"textPreformat.foreground": "#e8e8e8",
"textSeparator.foreground": "#e8e8e8",
"button.background": "#23252b",
"button.foreground": "#e8e8e8",
"button.hoverBackground": "#5f6064",
"dropdown.background": "#23252b",
"dropdown.listBackground": "#23252b",
"dropdown.foreground": "#e8e8e8",
"input.background": "#23252b",
"input.foreground": "#e8e8e8",
"input.placeholderForeground": "#5f6064",
"inputValidation.errorBackground": "#23252b",
"inputValidation.errorForeground": "#be3434",
"inputValidation.infoBackground": "#23252b",
"inputValidation.infoForeground": "#1cc9c0",
"inputValidation.warningBackground": "#23252b",
"inputValidation.warningForeground": "#e9db1d",
"scrollbarSlider.activeBackground": "#5f6064",
"scrollbarSlider.background": "#23252b",
"scrollbarSlider.hoverBackground": "#5f6064",
"badge.foreground": "#e8e8e8",
"badge.background": "#0079be",
"progressBar.background": "#23a9f1",
"list.activeSelectionBackground": "#464649",
"list.activeSelectionForeground": "#e8e8e8",
"list.dropBackground": "#1a1c20",
"list.focusBackground": "#23252b",
"list.focusForeground": "#23a9f1",
"list.highlightForeground": "#23a9f1",
"list.hoverBackground": "#23252b",
"list.hoverForeground": "#e8e8e8",
"list.inactiveSelectionBackground": "#464649",
"list.inactiveSelectionForeground": "#b1b1b1",
"list.invalidItemForeground": "#d45656",
"list.errorForeground": "#d45656",
"list.warningForeground": "#e9db1d",
"listFilterWidget.background": "#fd28eb",
"listFilterWidget.outline": "#b10ea3",
"listFilterWidget.noMatchesOutline": "#cc0cbc",
"tree.indentGuidesStroke": "#23252b",
"activityBar.background": "#1a1c20",
"activityBar.dropBackground": "#23252b",
"activityBar.foreground": "#23a9f1",
"activityBar.inactiveForeground": "#5f6064",
"activityBarBadge.background": "#23a9f1",
"activityBarBadge.foreground": "#e8e8e8",
"activityBar.border": "#1a1c20",
"sideBar.background": "#1a1c20",
"sideBar.foreground": "#b1b1b1",
"sideBar.border": "#1a1c20",
"sideBar.dropBackground": "#23252b",
"sideBarTitle.foreground": "#23a9f1",
"sideBarSectionHeader.background": "#1a1c20",
"sideBarSectionHeader.foreground": "#b1b1b1",
"editorGroup.border": "#1a1c20",
"editorGroup.dropBackground": "#23252b",
"editorGroupHeader.noTabsBackground": "#1a1c20",
"editorGroupHeader.tabsBackground": "#1a1c20",
"editorGroup.emptyBackground": "#1a1c20",
"editorGroupHeader.tabsBorder": "#1a1c20",
"editorGroup.focusedEmptyBorder": "#1a1c20",
"tab.activeBackground": "#1a1c20",
"tab.unfocusedActiveBackground": "#1a1c20",
"tab.border": "#1a1c20",
"tab.activeBorder": "#23a9f1",
"tab.unfocusedActiveBorder": "#23a9f1",
"tab.activeForeground": "#e8e8e8",
"tab.inactiveBackground": "#1a1c20",
"tab.inactiveForeground": "#b1b1b1",
"tab.unfocusedActiveForeground": "#b1b1b1",
"tab.unfocusedInactiveForeground": "#b1b1b1",
"tab.hoverBackground": "#23252b",
"tab.unfocusedHoverBackground": "#23252b",
"tab.hoverBorder": "#23a9f1",
"tab.unfocusedHoverBorder": "#23a9f1",
"tab.activeModifiedBorder": "#d80ec7",
"tab.inactiveModifiedBorder": "#f10ade",
"tab.unfocusedActiveModifiedBorder": "#c718b8",
"tab.unfocusedInactiveModifiedBorder": "#c526b8",
"editorPane.background": "#1a1c20",
"editor.background": "#1a1c20",
"editor.foreground": "#e8e8e8",
"editorLineNumber.foreground": "#5f6064",
"editorLineNumber.activeForeground": "#23a9f1",
"editorCursor.background": "#1a1c20",
"editorCursor.foreground": "#23a9f1",
"editor.selectionBackground": "#417aa0",
"editor.selectionForeground": "#e8e8e8",
"editor.inactiveSelectionBackground": "#417aa0",
"editor.selectionHighlightBackground": "#464649",
"editor.wordHighlightBackground": "#5f6064",
"editor.wordHighlightBorder": "#5f6064",
"editor.wordHighlightStrongBackground": "#5f6064",
"editor.wordHighlightStrongBorder": "#5f6064",
"editor.findMatchBackground": "#417aa0",
"editor.findMatchHighlightBackground": "#417aa0",
"editor.findRangeHighlightBackground": "#417aa0",
"editor.findMatchBorder": "#417aa0",
"editor.hoverHighlightBackground": "#23252b",
"editor.lineHighlightBackground": "#23252b",
"editorLink.activeForeground": "#23a9f1",
"editor.rangeHighlightBackground": "#23252b",
"editorWhitespace.foreground": "#ca25bc",
"editorIndentGuide.background": "#23252b",
"editorIndentGuide.activeBackground": "#23252b",
"editorRuler.foreground": "#db1ecc",
"editorCodeLens.foreground": "#e923d8",
"editorBracketMatch.background": "#23252b",
"editorBracketMatch.border": "#23a9f1",
"editorOverviewRuler.border": "#1a1c20",
"editorOverviewRuler.findMatchForeground": "#23a9f1",
"editorOverviewRuler.rangeHighlightForeground": "#23a9f1",
"editorOverviewRuler.selectionHighlightForeground": "#23a9f1",
"editorOverviewRuler.wordHighlightForeground": "#23a9f1",
"editorOverviewRuler.wordHighlightStrongForeground": "#23a9f1",
"editorOverviewRuler.modifiedForeground": "#1a1c20",
"editorOverviewRuler.addedForeground": "#1a1c20",
"editorOverviewRuler.deletedForeground": "#1a1c20",
"editorOverviewRuler.errorForeground": "#be3434",
"editorOverviewRuler.warningForeground": "#e9db1d",
"editorOverviewRuler.infoForeground": "#23a9f1",
"editorOverviewRuler.bracketMatchForeground": "#23a9f1",
"editorError.foreground": "#be3434",
"editorWarning.foreground": "#23a9f1",
"editorInfo.foreground": "#dd1bcd",
"editorInfo.border": "#f513e2",
"editorHint.foreground": "#23a9f1",
"editorUnnecessaryCode.border": "#23a9f1",
"editorUnnecessaryCode.opacity": "#000000a2",
"editorGutter.background": "#1a1c20",
"editorGutter.modifiedBackground": "#23a9f1",
"editorGutter.addedBackground": "#23a9f1",
"editorGutter.deletedBackground": "#23a9f1",
"diffEditor.insertedTextBackground": "#23a9f1ad",
"diffEditor.removedTextBackground": "#23252b",
"editorWidget.background": "#23252b",
"editorWidget.border": "#23252b",
"editorWidget.resizeBorder": "#23a9f1",
"editorSuggestWidget.background": "#23252b",
"editorSuggestWidget.border": "#23252b",
"editorSuggestWidget.foreground": "#b1b1b1",
"editorSuggestWidget.highlightForeground": "#23a9f1",
"editorSuggestWidget.selectedBackground": "#464649",
"editorHoverWidget.background": "#23252b",
"editorHoverWidget.border": "#23252b",
"debugExceptionWidget.background": "#dd1dcd",
"debugExceptionWidget.border": "#e01fd0",
"editorMarkerNavigation.background": "#df1dcf",
"editorMarkerNavigationError.background": "#e021d0",
"editorMarkerNavigationWarning.background": "#e9db1d",
"editorMarkerNavigationInfo.background": "#e023d1",
"peekView.border": "#23252b",
"peekViewEditor.background": "#23252b",
"peekViewEditorGutter.background": "#23252b",
"peekViewEditor.matchHighlightBackground": "#23a9f1",
"peekViewEditor.matchHighlightBorder": "#23a9f1",
"peekViewResult.background": "#23252b",
"peekViewResult.fileForeground": "#e8e8e8",
"peekViewResult.lineForeground": "#e8e8e8",
"peekViewResult.matchHighlightBackground": "#23a9f1",
"peekViewResult.selectionBackground": "#464649",
"peekViewResult.selectionForeground": "#e8e8e8",
"peekViewTitle.background": "#23252b",
"peekViewTitleDescription.foreground": "#b1b1b1",
"peekViewTitleLabel.foreground": "#e8e8e8",
"merge.currentHeaderBackground": "#db1acb",
"merge.currentContentBackground": "#d417c5",
"merge.incomingHeaderBackground": "#dd19cd",
"merge.incomingContentBackground": "#da38cc",
"merge.border": "#ff4cf0",
"merge.commonContentBackground": "#ee13dc",
"merge.commonHeaderBackground": "#db4ed0",
"editorOverviewRuler.currentContentForeground": "#23a9f1",
"editorOverviewRuler.incomingContentForeground": "#23a9f1",
"editorOverviewRuler.commonContentForeground": "#23a9f1",
"panel.background": "#1a1c20",
"panel.border": "#1a1c20",
"panel.dropBackground": "#23252b",
"panelTitle.activeBorder": "#23a9f1",
"panelTitle.activeForeground": "#e8e8e8",
"panelTitle.inactiveForeground": "#b1b1b1",
"statusBar.background": "#1a1c20",
"statusBar.foreground": "#b1b1b1",
"statusBar.border": "#1a1c20",
"statusBar.debuggingBackground": "#23252b",
"statusBar.debuggingForeground": "#e8e8e8",
"statusBar.debuggingBorder": "#1a1c20",
"statusBar.noFolderForeground": "#b1b1b1",
"statusBar.noFolderBackground": "#1a1c20",
"statusBar.noFolderBorder": "#1a1c20",
"statusBarItem.activeBackground": "#1a1c20",
"statusBarItem.hoverBackground": "#23252b",
"statusBarItem.prominentForeground": "#23a9f1",
"statusBarItem.prominentBackground": "#23252b",
"statusBarItem.prominentHoverBackground": "#23252b",
"titleBar.activeBackground": "#1a1c20",
"titleBar.activeForeground": "#e8e8e8",
"titleBar.inactiveBackground": "#1a1c20",
"titleBar.inactiveForeground": "#b1b1b1",
"titleBar.border": "#1a1c20",
"menubar.selectionForeground": "#e8e8e8",
"menubar.selectionBackground": "#464649",
"menubar.selectionBorder": "#23252b",
"menu.foreground": "#e8e8e8",
"menu.background": "#1a1c20",
"menu.selectionForeground": "#e8e8e8",
"menu.selectionBackground": "#464649",
"menu.selectionBorder": "#23252b",
"menu.separatorBackground": "#1a1c20",
"notificationCenter.border": "#23252b",
"notificationCenterHeader.foreground": "#e8e8e8",
"notificationCenterHeader.background": "#23252b",
"notificationToast.border": "#23252b",
"notifications.foreground": "#e8e8e8",
"notifications.background": "#23252b",
"notifications.border": "#23252b",
"notificationLink.foreground": "#23a9f1",
"extensionButton.prominentForeground": "#e8e8e8",
"extensionButton.prominentBackground": "#23a9f1",
"extensionButton.prominentHoverBackground": "#23a9f1",
"pickerGroup.border": "#23252b",
"pickerGroup.foreground": "#e8e8e8",
"terminal.ansiBlack":"#2B5360",
"terminal.ansiBlue":"#8FEFEF",
"terminal.ansiBrightBlack":"#15313a",
"terminal.ansiBrightBlue":"#53f3f7",
"terminal.ansiBrightCyan":"#91fff4",
"terminal.ansiBrightGreen":"#16abbf",
"terminal.ansiBrightMagenta":"#d33682",
"terminal.ansiBrightRed":"#c85654",
"terminal.ansiBrightWhite":"#edf7f5",
"terminal.ansiBrightYellow":"#d33682",
"terminal.ansiCyan":"#B9FFF8",
"terminal.ansiGreen":"#14A3AD",
"terminal.ansiMagenta":"#353535",
"terminal.ansiRed":"#c34f46",
"terminal.ansiWhite":"#edf7f5",
"terminal.ansiYellow":"#F6F7EB",
"terminalCursor.foreground": "#53f3f7",
"debugToolBar.background": "#d11fc2",
"debugToolBar.border": "#cf1bc0",
"editor.stackFrameHighlightBackground": "#df1bce",
"editor.focusedStackFrameHighlightBackground": "#bb1bae",
"welcomePage.background": "#1a1c20",
"welcomePage.buttonBackground": "#1a1c20",
"welcomePage.buttonHoverBackground": "#23252b",
"walkThrough.embeddedEditorBackground": "#1a1c20",
"gitDecoration.addedResourceForeground": "#23f1bd",
"gitDecoration.modifiedResourceForeground": "#23f1e0",
"gitDecoration.deletedResourceForeground": "#6b23f1",
"gitDecoration.untrackedResourceForeground": "#23a9f1",
"gitDecoration.ignoredResourceForeground": "#353535",
"gitDecoration.conflictingResourceForeground": "#be3434",
"gitDecoration.submoduleResourceForeground": "#23a9f1",
"settings.headerForeground": "#23a9f1",
"settings.modifiedItemIndicator": "#23a9f1",
"settings.dropdownBackground": "#23252b",
"settings.dropdownForeground": "#e8e8e8",
"settings.dropdownBorder": "#23252b",
"settings.dropdownListBorder": "#23a9f1",
"settings.checkboxBackground": "#23252b",
"settings.checkboxForeground": "#e8e8e8",
"settings.checkboxBorder": "#23252b",
"settings.textInputBackground": "#23252b",
"settings.textInputForeground": "#e8e8e8",
"settings.textInputBorder": "#23252b",
"settings.numberInputBackground": "#23252b",
"settings.numberInputForeground": "#e8e8e8",
"settings.numberInputBorder": "#23252b",
"breadcrumb.foreground": "#5f6064",
"breadcrumb.background": "#1a1c20",
"breadcrumb.focusForeground": "#b1b1b1",
"breadcrumb.activeSelectionForeground": "#e8e8e8",
"breadcrumbPicker.background": "#23252b",
"editor.snippetTabstopHighlightBackground": "#23a9f1",
"editor.snippetFinalTabstopHighlightBackground": "#23a9f1",
},
"workbench.iconTheme": "material-icon-theme",
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment