Created
July 17, 2024 19:00
-
-
Save AliciaMoses/e92fdac830287c104709ec351a556f33 to your computer and use it in GitHub Desktop.
VSCode Theme - settings for editor and workbench appearance only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| //_____DEBUGGING | |
| "debug.console.fontFamily": "'jetbrains mono', monospace", | |
| "debug.console.fontSize": 14, | |
| //_____TERMINAL | |
| "terminal.explorerKind": "both", | |
| "terminal.integrated.enableMultiLinePasteWarning": "auto", | |
| "terminal.integrated.fontFamily": "'jetbrains mono', monospace", | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.fontWeight": 200, | |
| "terminal.integrated.cursorBlinking": true, | |
| "terminal.integrated.tabs.location": "left", | |
| //_____EDITOR APPEARANCE | |
| "editor.fontFamily": "'jetbrains mono', monospace", | |
| "editor.fontSize": 11, | |
| "editor.fontWeight": "270", | |
| "editor.cursorStyle": "underline", | |
| "editor.cursorBlinking": "expand", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.bracketPairColorization.independentColorPoolPerBracketType": true, | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.renderWhitespace": "none", | |
| "editor.inlineSuggest.suppressSuggestions": true, | |
| "editor.suggest.preview": true, | |
| "editor.minimap.autohide": true, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "scope": "string.quoted", | |
| "settings": { | |
| "foreground": "#e2e2e2", | |
| } | |
| }, | |
| { | |
| "scope": "string.quoted.docstring.multi.python", | |
| "settings": { | |
| "foreground": "#000000", | |
| "fontStyle": "bold", | |
| } | |
| }, | |
| ] | |
| }, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.minimap.enabled": false, | |
| "editor.tabCompletion": "on", | |
| "editor.wordWrap": "off", | |
| "editor.mouseWheelZoom": true, | |
| "editor.definitionLinkOpensInPeek": true, | |
| "editor.experimental.asyncTokenization": true, | |
| "window.zoomLevel": 1, | |
| "search.quickOpen.history.filterSortOrder": "recency", | |
| //_____WORKBENCH SETTINGS | |
| "workbench.editor.scrollToSwitchTabs": true, | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "workbench.editor.showTabs": "single", | |
| "workbench.colorCustomizations": { | |
| "foreground": "#b2b2b2", | |
| "focusBorder": "#34343450", | |
| "selection.background": "#747e8430", | |
| "terminal.tab.activeBorder": "#b2b2b2", | |
| "window.activeBorder": "#b2b2b2", | |
| "bookmarks.lineBorder": "#b2b2b2", | |
| "window.inactiveBorder": "#b2b2b2", | |
| "activityBar.activeBorder": "#b2b2b2", | |
| "scrollbar.shadow": "#00000000", | |
| "activityBar.foreground": "#b2b2b2", | |
| "activityBar.background": "#2d2d2d", | |
| "activityBar.inactiveForeground": "#ffffff66", | |
| "activityBarBadge.foreground": "#ffffff", | |
| "activityBarBadge.background": "#646464", | |
| "activityBar.border": "#34343470", | |
| "sideBar.background": "#2d2d2d", | |
| "sideBar.foreground": "#cccccc", | |
| "sideBarSectionHeader.background": "#00000000", | |
| "sideBarSectionHeader.foreground": "#cccccc", | |
| "sideBarSectionHeader.border": "#34343470", | |
| "sideBarTitle.foreground": "#bbbbbb", | |
| "sideBar.border": "#34343470", | |
| "list.inactiveSelectionBackground": "#3c3e3f6e", | |
| "list.inactiveSelectionForeground": "#cccccc", | |
| "list.hoverBackground": "#6b6b6b28", | |
| "list.hoverForeground": "#cccccc", | |
| "list.activeSelectionBackground": "#3c3e3f", | |
| "list.activeSelectionForeground": "#ffffff", | |
| "tree.indentGuidesStroke": "#363434", | |
| "list.dropBackground": "#434343", | |
| "list.warningForeground": "#f7e295", | |
| "list.highlightForeground": "#949494", | |
| "list.inactiveSelectionIconForeground": "#b2b2b2", | |
| "list.deemphasizedForeground": "#b2b2b2", | |
| "settings.dropdownForeground": "#b2b2b2", | |
| "quickInputList.focusForeground": "#b2b2b2", | |
| "list.focusBackground": "#3c3e3f", | |
| "list.focusForeground": "#cccccc", | |
| "listFilterWidget.background": "#343434", | |
| "listFilterWidget.outline": "#343434", | |
| "listFilterWidget.noMatchesOutline": "#8a616148", | |
| "statusBar.foreground": "#a9a9a9", | |
| "statusBar.background": "#2d2d2d", | |
| "statusBarItem.hoverBackground": "#ffffff1f", | |
| "statusBar.border": "#34343470", | |
| "statusBar.debuggingBackground": "#2d2d2d", | |
| "statusBar.debuggingForeground": "#ffffff", | |
| "statusBar.debuggingBorder": "#343434", | |
| "statusBar.noFolderBackground": "#2d2d2d", | |
| "statusBar.noFolderForeground": "#ffffff", | |
| "statusBar.noFolderBorder": "#343434", | |
| "statusBarItem.remoteBackground": "#2d2d2d", | |
| "statusBarItem.remoteForeground": "#ffffff", | |
| "titleBar.activeBackground": "#2d2d2d", | |
| "titleBar.activeForeground": "#cccccc", | |
| "titleBar.inactiveBackground": "#2d2d2d", | |
| "titleBar.inactiveForeground": "#cccccc99", | |
| "titleBar.border": "#00000000", | |
| "menubar.selectionForeground": "#ffffff", | |
| "menubar.selectionBackground": "#00000000", | |
| "menubar.selectionBorder": "#00171700", | |
| "menu.foreground": "#929292", | |
| "menu.background": "#2d2d2d", | |
| "menu.selectionForeground": "#ffffff", | |
| "menu.selectionBackground": "#c4c4c438", | |
| "menu.selectionBorder": "#00000000", | |
| "menu.separatorBackground": "#bbbbbb", | |
| "menu.border": "#00000000", | |
| "button.background": "#22232480", | |
| "button.foreground": "#ffffff", | |
| "button.hoverBackground": "#242526", | |
| "button.secondaryForeground": "#ffffff", | |
| "button.secondaryBackground": "#3f3f3f", | |
| "button.secondaryHoverBackground": "#343638", | |
| "input.background": "#2d2d2d", | |
| "input.border": "#343434", | |
| "input.foreground": "#cccccc", | |
| "inputOption.activeBackground": "#00000066", | |
| "inputOption.activeBorder": "#343434", | |
| "inputOption.activeForeground": "#b8b8b8", | |
| "input.placeholderForeground": "#a6a6a6", | |
| "textLink.foreground": "#829f9d", | |
| "editor.background": "#2d2d2d", | |
| "editor.foreground": "#d4d4d4", | |
| "editorLineNumber.foreground": "#4b4b4b", | |
| "editorCursor.foreground": "#aeafad", | |
| "editorCursor.background": "#000000", | |
| "editor.selectionBackground": "#383838", | |
| "editor.inactiveSelectionBackground": "#3a3d4112", | |
| "editorWhitespace.foreground": "#7d887329", | |
| "editor.selectionHighlightBackground": "#add6ff26", | |
| "editor.selectionHighlightBorder": "#495F77", | |
| "editor.findMatchBackground": "#00000000", | |
| "editor.findMatchBorder": "#ffffff2e", | |
| "editor.findMatchHighlightBackground": "#6c72755a", | |
| "editor.findMatchHighlightBorder": "#ffffff00", | |
| "editor.findRangeHighlightBackground": "#3a3d4166", | |
| "editor.findRangeHighlightBorder": "#ffffff00", | |
| "editor.rangeHighlightBackground": "#ffffff0b", | |
| "editor.rangeHighlightBorder": "#ffffff00", | |
| "editor.hoverHighlightBackground": "#264f7840", | |
| "editor.wordHighlightStrongBackground": "#4d5458b8", | |
| "editor.wordHighlightBackground": "#575757b8", | |
| "editor.lineHighlightBackground": "#77777714", | |
| "editor.lineHighlightBorder": "#28282800", | |
| "editorLineNumber.activeForeground": "#9a9a9a", | |
| "editorLink.activeForeground": "#eefafff5", | |
| "editorIndentGuide.background1": "#3b3939", | |
| "editorIndentGuide.activeBackground1": "#383636", | |
| "editorRuler.foreground": "#3b3939", | |
| "editorBracketMatch.background": "#0064001a", | |
| "editorBracketMatch.border": "#888888", | |
| "editor.foldBackground": "#5e626612", | |
| "editorOverviewRuler.background": "#25252500", | |
| "editorOverviewRuler.border": "#7f7f7f4d", | |
| "editorError.foreground": "#090404", | |
| "editorError.background": "#B73A3400", | |
| "editorError.border": "#ffffff00", | |
| "editorWarning.foreground": "#ffeeacc5", | |
| "editorWarning.background": "#A9904000", | |
| "editorWarning.border": "#ffffff00", | |
| "editorInfo.foreground": "#3da3ff", | |
| "editorInfo.background": "#4490BF00", | |
| "editorInfo.border": "#000000", | |
| "editorGutter.background": "#2d2d2d", | |
| "editorGutter.modifiedBackground": "#e6e6e618", | |
| "editorGutter.addedBackground": "#006b6b2e", | |
| "editorGutter.deletedBackground": "#c76f735a", | |
| "editorGutter.foldingControlForeground": "#646a71", | |
| "editorCodeLens.foreground": "#999999", | |
| "editorGroup.border": "#363636", | |
| "diffEditor.insertedTextBackground": "#0ebfff0b", | |
| "diffEditor.removedTextBackground": "#1500006c", | |
| "diffEditor.border": "#444444", | |
| "panel.background": "#2d2d2d", | |
| "panel.border": "#343434", | |
| "panelTitle.activeBorder": "#e7e7e7", | |
| "panelTitle.activeForeground": "#cccccc", | |
| "panelTitle.inactiveForeground": "#49494999", | |
| "panelSectionHeader.background": "#2d2d2d", | |
| "panelSectionHeader.border": "#9b9a9a", | |
| "badge.background": "#4d4d4d", | |
| "badge.foreground": "#cccccc", | |
| "terminal.foreground": "#8a8a8a", | |
| "terminal.selectionBackground": "#ffffff40", | |
| "terminalCursor.background": "#696e73", | |
| "terminalCursor.foreground": "#ffffff", | |
| "terminal.border": "#343434", | |
| "terminal.ansiBlack": "#000000", | |
| "terminal.ansiBlue": "#abd4ff", | |
| "terminal.ansiBrightBlack": "#6d6d6d", | |
| "terminal.ansiBrightBlue": "#0080b2", | |
| "terminal.ansiBrightCyan": "#00aab2", | |
| "terminal.ansiBrightGreen": "#00b224", | |
| "terminal.ansiBrightMagenta": "#b20085", | |
| "terminal.ansiBrightRed": "#b22100", | |
| "terminal.ansiBrightWhite": "#e5e5e5", | |
| "terminal.ansiBrightYellow": "#b29e00", | |
| "terminal.ansiCyan": "#abf7ff", | |
| "terminal.ansiGreen": "#b6ffab", | |
| "terminal.ansiMagenta": "#ffabf2", | |
| "terminal.ansiRed": "#ffabab", | |
| "terminal.ansiWhite": "#e5e5e5", | |
| "terminal.ansiYellow": "#ffffab", | |
| "breadcrumb.background": "#2d2d2d", | |
| "breadcrumb.foreground": "#49494999", | |
| "breadcrumb.focusForeground": "#e0e0e0", | |
| "breadcrumbPicker.background": "#2d2d2d", | |
| "editorGroupHeader.border": "#2d2d2d", | |
| "editorGroupHeader.tabsBackground": "#2d2d2d", | |
| "editorGroupHeader.tabsBorder": "#2d2d2d", | |
| "tab.activeForeground": "#c2c5c9", | |
| "tab.border": "#2d2d2d", | |
| "tab.activeBackground": "#2d2d2d", | |
| "tab.activeBorder": "#2d2d2d", | |
| "tab.activeBorderTop": "#343434", | |
| "tab.unfocusedActiveBorderTop": "#2d2d2d", | |
| "tab.unfocusedInactiveModifiedBorder": "#2d2d2d", | |
| "tab.unfocusedInactiveModifiedBorderTop": "#2d2d2d", | |
| "tab.focusedInactiveModifiedBorder": "#2d2d2d", | |
| "tab.focusedInactiveModifiedBorderTop": "#2d2d2d", | |
| "tab.inactiveBackground": "#2d2d2d", | |
| "tab.inactiveForeground": "#5a5a5a", | |
| "tab.inactiveModifiedBorder": "#2d2d2d", | |
| "tab.hoverBackground": "#0a0a0a00", | |
| "tab.hoverForeground": "#c7c7c7", | |
| "tab.hoverBorder": "#343434", | |
| "scrollbarSlider.background": "#64646424", | |
| "scrollbarSlider.hoverBackground": "#646464b3", | |
| "scrollbarSlider.activeBackground": "#bfbfbf66", | |
| "progressBar.background": "#717171", | |
| "widget.shadow": "#00000000", | |
| "editorWidget.foreground": "#cccccc", | |
| "editorWidget.background": "#2d2d2d", | |
| "editorWidget.resizeBorder": "#343434", | |
| "pickerGroup.border": "#343434", | |
| "pickerGroup.foreground": "#83928e", | |
| "debugToolBar.background": "#2d2d2d", | |
| "debugToolBar.border": "#343434", | |
| "notifications.foreground": "#cccccc", | |
| "notifications.background": "#2d2d2d", | |
| "notificationToast.border": "#343434", | |
| "notificationsErrorIcon.foreground": "#dbbcbc", | |
| "notificationsWarningIcon.foreground": "#dbd2bc", | |
| "notificationsInfoIcon.foreground": "#bcd1db", | |
| "notificationCenter.border": "#343434", | |
| "notificationCenterHeader.foreground": "#cccccc", | |
| "notificationCenterHeader.background": "#303031", | |
| "notifications.border": "#343434", | |
| "gitDecoration.addedResourceForeground": "#ccfff3b3", | |
| "gitDecoration.conflictingResourceForeground": "#fff0a2cd", | |
| "gitDecoration.deletedResourceForeground": "#ec9b9f", | |
| "gitDecoration.ignoredResourceForeground": "#686868", | |
| "gitDecoration.modifiedResourceForeground": "#f7f7f755", | |
| "gitDecoration.modifiedResourceBackground": "#f7f7f7", | |
| "gitDecoration.stageDeletedResourceForeground": "#83ecab", | |
| "gitDecoration.stageModifiedResourceForeground": "#ffffff", | |
| "gitDecoration.submoduleResourceForeground": "#8db9e2", | |
| "gitDecoration.untrackedResourceForeground": "#949494", | |
| "editorMarkerNavigation.background": "#2d2d2d", | |
| "editorMarkerNavigationError.background": "#f4877116", | |
| "editorMarkerNavigationWarning.background": "#cca7001c", | |
| "editorMarkerNavigationInfo.background": "#75beff1e", | |
| "merge.currentHeaderBackground": "#36736691", | |
| "merge.currentContentBackground": "#27403B91", | |
| "merge.incomingHeaderBackground": "#395F8F91", | |
| "merge.incomingContentBackground": "#28384B91", | |
| "merge.commonHeaderBackground": "#38383891", | |
| "merge.commonContentBackground": "#28282891", | |
| "editorSuggestWidget.background": "#2d2d2d", | |
| "editorSuggestWidget.border": "#9f9f9f4a", | |
| "editorSuggestWidget.foreground": "#d4d4d4", | |
| "editorSuggestWidget.highlightForeground": "#93b4ac", | |
| "editorSuggestWidget.selectedBackground": "#8182843a", | |
| "editorHoverWidget.foreground": "#717070", | |
| "editorHoverWidget.background": "#2d2d2d", | |
| "editorHoverWidget.border": "#454545", | |
| "peekView.border": "#323636", | |
| "peekViewEditor.background": "#2d2d2d", | |
| "peekViewEditorGutter.background": "#2d2d2d", | |
| "peekViewEditor.matchHighlightBackground": "#6b696699", | |
| "peekViewEditor.matchHighlightBorder": "#f5f5f53c", | |
| "peekViewResult.background": "#2d2d2d", | |
| "peekViewResult.fileForeground": "#ffffff", | |
| "peekViewResult.lineForeground": "#bbbbbb", | |
| "peekViewResult.matchHighlightBackground": "#90b29a4d", | |
| "peekViewResult.selectionBackground": "#51596033", | |
| "peekViewResult.selectionForeground": "#ffffff", | |
| "peekViewTitle.background": "#2d2d2d", | |
| "peekViewTitleDescription.foreground": "#ccccccb3", | |
| "peekViewTitleLabel.foreground": "#ffffff", | |
| "icon.foreground": "#494f4f", | |
| "checkbox.background": "#2d2d2d", | |
| "checkbox.foreground": "#cccccc", | |
| "checkbox.border": "#343434", | |
| "dropdown.background": "#2d2d2d", | |
| "dropdown.foreground": "#cccccc", | |
| "dropdown.border": "#343434", | |
| "minimapGutter.addedBackground": "#006b6b2e", | |
| "minimapGutter.modifiedBackground": "#e6e6e618", | |
| "minimapGutter.deletedBackground": "#c76f735a", | |
| "minimap.findMatchHighlight": "#00000000", | |
| "minimap.selectionHighlight": "#38383891", | |
| "minimap.errorHighlight": "#020202", | |
| "minimap.warningHighlight": "#ffeeacc5", | |
| "minimap.background": "#2d2d2d", | |
| "sideBar.dropBackground": "#434343", | |
| "editorGroup.emptyBackground": "#2d2d2d", | |
| "panelSection.border": "#343434", | |
| "statusBarItem.activeBackground": "#FFFFFF25", | |
| "settings.headerForeground": "#494f4f", | |
| "settings.focusedRowBackground": "#ffffff07", | |
| "walkThrough.embeddedEditorBackground": "#00000050", | |
| "breadcrumb.activeSelectionForeground": "#e0e0e0", | |
| "editorGutter.commentRangeForeground": "#646a71", | |
| "debugExceptionWidget.background": "#2d2d2d", | |
| "debugExceptionWidget.border": "#343434" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment