{ "name": "Patina", "type": "dark", "colors": { // Activity bar is the vertical bar on the left side with the icons. "activityBar.activeBackground": "#202020", "activityBar.activeBorder": "#88f2c8", "activityBar.activeFocusBorder": "#f0f0f0", // Shows when you click and hold the active icon. "activityBar.background": "#000000", "activityBar.border": "#00000000", "activityBar.dropBorder": "#f0f0f0", "activityBar.foreground": "#f0f0f0", "activityBar.inactiveForeground": "#808080", // Badge on an activity bar shows up next to the icons that require some // attension, e.g a new update to an extension. "activityBarBadge.background": "#88f2c8", "activityBarBadge.foreground": "#000000", // Badge shows next to the "Problems" tab at the bottom when you have a // problem. "badge.background": "#88f2c8", "badge.foreground": "#000000", "breadcrumb.activeSelectionForeground": "#f0f0f0", // Shows when you click on a breadcrumb. "breadcrumb.background": "#000000", "breadcrumb.focusForeground": "#f0f0f0", // Shows when you hover over a breadcrumb. "breadcrumb.foreground": "#808080", // Breadcrumb picker appears when you click on a breadcrumb. "breadcrumbPicker.background": "#000000", // A bunch of buttons can be found in Settings (UI). "button.background": "#88f2c8", "button.border": "#00000000", "button.foreground": "#000000", "button.hoverBackground": "#f0f0f0", // A secondary button can be found, for example, in the GitLens // extension sidebar when you install it. It's like a regular button but // dimmed. "button.secondaryBackground": "#808080", "button.secondaryForeground": "#000000", "button.secondaryHoverBackground": "#f0f0f0", "button.separator": "#000000", // When a button is divided in two. See Source Control on the Activity Bar. // A bunch of checkboxes can be found in Settings (UI). For settings, // tbese can be overridden with `settings.checkbox*`. "checkbox.background": "#000000", "checkbox.border": "#808080", "checkbox.foreground": "#f0f0f0", // Command center is the search bar at the top. "commandCenter.activeBackground": "#202020", // Shows when you hover over the search bar. "commandCenter.activeBorder": "#202020", "commandCenter.activeForeground": "#f0f0f0", "commandCenter.border": "#404040", // Overrides `titleBar.border`. "commandCenter.foreground": "#808080", // Overrides `titleBar.foreground`. "commandCenter.inactiveBorder": "#202020", // Overrides `titleBar.inactiveForeground`. Shows when the entire window is unfocused. // Show up in Debug console. "debugConsole.errorForeground": "#eb5a9f", "debugConsole.infoForeground": "#88f2c8", "debugConsole.sourceForeground": "#f0f0f0", "debugConsole.warningForeground": "#ffe769", "debugConsoleInputIcon.foreground": "#808080", // Slightly dimmed. "debugIcon.breakpointForeground": "#eb5a9f", // Breakpoint dot. "descriptionForeground": "#808080", // Shows on descriptions for extensions on the sidebar in the marketplace. "disabledForeground": "#404040", // Shows for a brief moment when you Ctrl+F and then close it. Also, on arrows when you Ctrl+F but there's no results. Also on some descriptions for extensions in the marketplace. // A bunch of dropdowns can be found in Settings (UI). Apparently // checkboxes are also dropdowns (partially) for some reason. "dropdown.background": "#00000000", "dropdown.border": "#808080", "dropdown.foreground": "#f0f0f0", "dropdown.listBackground": "#000000", // Editor is where you write code. "editor.background": "#000000", "editor.findMatchBackground": "#88f2c8", // Shows when you Ctrl+F something and select it with arrows. "editor.findMatchBorder": "#00000000", "editor.findMatchHighlightBackground": "#00000000", // Shows when you Ctrl+F something. "editor.findMatchHighlightBorder": "#88f2c8", "editor.foldBackground": "#202020", // Shows when you fold some code section. "editor.foreground": "#f0f0f0", // All code that doesn't get syntax highlighting later. "editor.hoverHighlightBackground": "#ffffff40", // Shows when you hover over some text that can tell you some info e.g in a `package.json` file. "editor.inactiveSelectionBackground": "#ffffff20", // Overrides `editor.selectionBackground` but with some transparency. Shows when you select some text and then click away from the editor e.g a sidebar. "editor.lineHighlightBackground": "#ffffff20", "editor.rangeHighlightBackground": "#00000000", // Shows when you Ctrl+F something and jump to next match. "editor.selectionBackground": "#ffffff40", "editor.selectionHighlightBackground": "#00000000", // Shows when you select some text by dragging and other same strings of text are highlighted. "editor.selectionHighlightBorder": "#ffffff40", "editor.wordHighlightBackground": "#ffffff20", // Shows when you click on a word or when your cursor hovers over a word. "editor.wordHighlightBorder": "#00000000", "editorBracketHighlight.foreground1": "#f0f0f0", "editorBracketHighlight.foreground2": "#808080", "editorBracketHighlight.foreground3": "#f0f0f0", "editorBracketHighlight.foreground4": "#808080", "editorBracketHighlight.foreground5": "#f0f0f0", "editorBracketHighlight.foreground6": "#808080", "editorBracketHighlight.unexpectedBracket.foreground": "#eb5a9f", "editorBracketMatch.background": "#00000000", // Shows in the bracket pair your cursor is in. "editorBracketMatch.border": "#ffffff80", "editorCodeLens.foreground": "#808080", // Shows as Git information above a code section. "editorCursor.foreground": "#f0f0f0", // The red squiggly. "editorError.background": "#00000000", "editorError.border": "#00000000", "editorError.foreground": "#eb5a9f", "editorGroup.emptyBackground": "#000000", // Background when you open VS Code with no folder. "editorGroupHeader.tabsBackground": "#000000", "editorGutter.addedBackground": "#88f2c8", // Shows when code is added relative to the previous Git commit. "editorGutter.deletedBackground": "#eb5a9f", // Overrides `editorError.foreground`. Shows when code is deleted relative to the previous Git commit. "editorGutter.foldingControlForeground": "#f0f0f0", // Folding arrows. "editorGutter.modifiedBackground": "#ffe769", // Shows when code is modified relative to the previous Git commit. // Hover widget shows when you hover over some text that can tell you // some info e.g in a `package.json` file. "editorHoverWidget.background": "#000000", "editorHoverWidget.border": "#404040", "editorHoverWidget.foreground": "#f0f0f0", // Shows when you hover over an activity bar icon. "editorIndentGuide.activeBackground": "#404040", // Shows on indent related to the section your cursor is directly in. "editorIndentGuide.background": "#202020", // Shows on indents related to sections your cursor is not directly in. // The blue squiggly. "editorInfo.background": "#00000000", "editorInfo.border": "#00000000", "editorInfo.foreground": "#88f2c8", "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#808080", "editorLightBulb.foreground": "#ffe769", // Shows on a lightbulb that appears for certain languages. "editorLineNumber.activeForeground": "#808080", "editorLineNumber.foreground": "#404040", "editorLink.activeForeground": "#f0f0f0", // Shows when you hover the mouse over Git information above a code block. // Overview ruler is the scrollbar on the right. "editorOverviewRuler.addedForeground": "#88f2c8", "editorOverviewRuler.border": "#00000000", "editorOverviewRuler.bracketMatchForeground": "#ffffff20", "editorOverviewRuler.deletedForeground": "#eb5a9f", "editorOverviewRuler.errorForeground": "#eb5a9f", "editorOverviewRuler.findMatchForeground": "#88f2c8", // When you Ctrl+F something and you select it with arrows. "editorOverviewRuler.infoForeground": "#88f2c8", "editorOverviewRuler.modifiedForeground": "#ffe769", "editorOverviewRuler.selectionHighlightForeground": "#ffffff40", "editorOverviewRuler.warningForeground": "#ffe769", "editorRuler.foreground": "#202020", // Additional rulers added with `editor.rulers` in settings. // Suggest widget is the autocomplete. "editorSuggestWidget.background": "#000000", "editorSuggestWidget.border": "#404040", "editorSuggestWidget.focusHighlightForeground": "#88f2c8", // Overrides `list.highlightForeground`. "editorSuggestWidget.foreground": "#808080", "editorSuggestWidget.highlightForeground": "#808080", "editorSuggestWidget.selectedBackground": "#202020", "editorSuggestWidget.selectedForeground": "#f0f0f0", "editorSuggestWidget.selectedIconForeground": "#f0f0f0", // Code that is dimmed. Shows up in some languages, e.g in // `settings.json` when there's an unknown configuration. "editorUnnecessaryCode.opacity": "#000000a0", // The yellow squiggly. "editorWarning.background": "#00000000", "editorWarning.border": "#00000000", "editorWarning.foreground": "#ffe769", "editorWhitespace.foreground": "#808080", // Shows when a tab character is in a selection. // An example of a widget is a Ctrl+F widget. "editorWidget.background": "#000000", "editorWidget.border": "#88f2c8", "errorForeground": "#eb5a9f", // Shows on "No results" when you Ctrl+F a regular expression that is just "\". "extensionIcon.preReleaseForeground": "#404040", // Shows when an extension has a pre-release version, e.g for the "Remote - SSH" extension. "extensionIcon.starForeground": "#88f2c8", "extensionIcon.verifiedForeground": "#88f2c8", // Shows on verified extensions, e.g for the "Remote - SSH" extension. "focusBorder": "#808080", // Shows when you click on an input in the Ctrl+F menu. Also shows when you Ctrl+F and select the regular expression option. "foreground": "#808080", // Shows on the "+" and "-" and the tab names when you open the terminal and have multiple tabs open, as well as on icons in the terminal window. // Show on files in the file explorer. "gitDecoration.addedResourceForeground": "#88f2c8", "gitDecoration.conflictingResourceForeground": "#ffe769", "gitDecoration.deletedResourceForeground": "#eb5a9f", "gitDecoration.ignoredResourceForeground": "#404040", "gitDecoration.modifiedResourceForeground": "#88f2c8", "gitDecoration.renamedResourceForeground": "#88f2c8", "gitDecoration.stageDeletedResourceForeground": "#eb5a9f", "gitDecoration.stageModifiedResourceForeground": "#88f2c8", "gitDecoration.submoduleResourceForeground": "#c0c0c0", "gitDecoration.untrackedResourceForeground": "#88f2c8", "icon.foreground": "#808080", // Shows on the arrow icon next to a directory in the file explorer, as well as icons in the terminal window. // A bunch of inputs can be found in Settings (UI). Also these are shown // for inputs in Ctrl+F menus. "input.background": "#000000", "input.border": "#404040", "input.foreground": "#f0f0f0", "input.placeholderForeground": "#404040", // Overrides `foreground`. // Show when you Ctrl+F and select the regular expression option. "inputOption.activeBackground": "#f0f0f0", "inputOption.activeBorder": "#00000000", "inputOption.activeForeground": "#000000", "inputOption.hoverBackground": "#202020", // Shows when you Ctrl+F a regular expression that is just "\". "inputValidation.errorBackground": "#eb5a9f", // Shows when an input field in Settings (UI) is invalid. "inputValidation.errorBorder": "#eb5a9f", "inputValidation.errorForeground": "#f0f0f0", // Show up in the Keybinding Shortcuts menu "keybindingLabel.background": "#000000", "keybindingLabel.border": "#404040", "keybindingLabel.bottomBorder": "#404040", "keybindingLabel.foreground": "#f0f0f0", // A file explorer file list. "list.activeSelectionBackground": "#202020", // Shows when you click on a file. "list.activeSelectionForeground": "#f0f0f0", "list.activeSelectionIconForeground": "#f0f0f0", "list.dropBackground": "#ffffff20", // Shows when you drag a file. "list.errorForeground": "#eb5a9f", "list.focusAndSelectionOutline": "#00000000", // Shows when you click on a file. "list.focusBackground": "#202020", // Shows on a list that appears when you click a file breadcrumb. "list.focusForeground": "#f0f0f0", "list.focusHighlightForeground": "#88f2c8", // Overrides `list.highlightForeground`. Shows when you Ctrl+P and type some letters that match something. "list.focusOutline": "#00000000", "list.highlightForeground": "#808080", // Shows as the already typed letters during autocompletion and in the Ctrl+P menu. // Also shows in the Ctrl+P menu. "list.hoverBackground": "#202020", "list.inactiveFocusBackground": "#101010", // Shows for a brief moment when you click on a file breadcrumb and then click on the editor to hide the list. "list.inactiveFocusOutline": "#00000000", // // Shows when you click on a file in explorer and then click in the editor. "list.inactiveSelectionBackground": "#202020", // Shows when you click on a file in explorer and then click in the editor. "list.warningForeground": "#ffe769", "minimap.errorHighlight": "#eb5a9f", "minimap.findMatchHighlight": "#88f2c8", // Shows on all matches during a Ctrl+F. "minimap.selectionHighlight": "#404040", "minimap.selectionOccurrenceHighlight": "#404040", "minimap.warningHighlight": "#ffe769", "minimapGutter.addedBackground": "#88f2c8", "minimapGutter.deletedBackground": "#eb5a9f", "minimapGutter.modifiedBackground": "#ffe769", "minimapSlider.activeBackground": "#ffffff40", "minimapSlider.background": "#ffffff20", "minimapSlider.hoverBackground": "#ffffff20", // Show when you click on the bell at the bottom-right corner. "notificationCenter.border": "#404040", "notifications.background": "#000000", // Shows when you click on the bell at the bottom-right corner. // Panel is a thing with tabs that shows e.g under the editor, as well // as on a page for an extension. "panel.border": "#00000000", "panelInput.border": "#404040", // Shows when you Ctrl+F a terminal and the input is not focused. "panelSection.border": "#00000000", // Shows on an extension page. // Titles of panel tabs. "panelSection.dropBackground": "#ffffff20", "panelTitle.activeBorder": "#88f2c8", // Shows under selected panel tab. "panelTitle.activeForeground": "#f0f0f0", "panelTitle.inactiveForeground": "#808080", "peekViewTitleLabel.foreground": "#f0f0f0", // Shows when you click on a squiggly and click "View Problem". "peekViewTitleDescription.foreground": "#808080", "pickerGroup.border": "#808080", // Shows as "recently opened" when you click on the search bar at the top. "pickerGroup.foreground": "#808080", // A progress bar can be seen, for example, at the GitLens extension // screen. "progressBar.background": "#88f2c8", // Quick input is the Ctrl+P menu. "quickInput.background": "#000000", "sash.hoverBorder": "#88f2c8", // Shows when trying to resize a section with your mouse. "scrollbar.shadow": "#00000000", // Shows around the border of the editor. "scrollbarSlider.activeBackground": "#88f2c8", // Shows when you click on a scrollbar. "scrollbarSlider.background": "#ffffff20", "scrollbarSlider.hoverBackground": "#ffffff40", "selection.background": "#ffffff40", // Shows when you Ctrl+F and select the text in the input. // Show on the Settings (UI). "settings.checkboxBackground": "#000000", // Overrides `checkbox.background`. "settings.checkboxBorder": "#808080", // Overrides `checkbox.border`. "settings.checkboxForeground": "#f0f0f0", // Overrides `checkbox.foreground`. "settings.dropdownBackground": "#000000", // Overrides `dropdown.background`. "settings.dropdownBorder": "#808080", // Overrides `dropdown.border`. "settings.dropdownForeground": "#f0f0f0", // Overrides `checkbox.foreground`. "settings.focusedRowBackground": "#ffffff20", "settings.headerForeground": "#f0f0f0", "settings.modifiedItemIndicator": "#88f2c8", "settings.numberInputBackground": "#000000", // Overrides `input.background`. "settings.numberInputBorder": "#808080", // Overrides `input.border`. "settings.numberInputForeground": "#f0f0f0", // Overrides `input.foreground`. "settings.rowHoverBackground": "#ffffff20", "settings.textInputBackground": "#000000", // Overrides `input.background`. "settings.textInputBorder": "#808080", // Overrides `input.border`. "settings.textInputForeground": "#f0f0f0", // Overrides `input.foreground`. // The sidebar with the file explorer and other things. "sideBar.background": "#000000", "sideBar.border": "#00000000", "sideBar.dropBackground": "#ffffff20", "sideBarSectionHeader.background": "#00000000", // Shows in the Source control icon. "sideBarSectionHeader.border": "#00000000", "statusBar.background": "#000000", "statusBar.debuggingBackground": "#88f2c8", "statusBar.debuggingForeground": "#000000", "statusBar.focusBorder": "#808080", // Shows when you click on the status bar. "statusBar.foreground": "#808080", "statusBar.noFolderBackground": "#000000", // Shows as a color of the status bar when no folder is open. "statusBar.noFolderForeground": "#808080", "statusBarItem.activeBackground": "#404040", // Shows when you click on a status bar item. "statusBarItem.errorBackground": "#eb5a9f", "statusBarItem.errorForeground": "#000000", "statusBarItem.hoverBackground": "#202020", "statusBarItem.warningBackground": "#ffe769", "statusBarItem.warningForeground": "#000000", // Breadcrumb symbols. "symbolIcon.arrayForeground": "#808080", "symbolIcon.booleanForeground": "#808080", "symbolIcon.classForeground": "#808080", "symbolIcon.colorForeground": "#808080", "symbolIcon.constantForeground": "#808080", "symbolIcon.constructorForeground": "#808080", "symbolIcon.enumeratorForeground": "#808080", "symbolIcon.enumeratorMemberForeground": "#808080", "symbolIcon.eventForeground": "#808080", "symbolIcon.fieldForeground": "#808080", "symbolIcon.fileForeground": "#808080", "symbolIcon.folderForeground": "#808080", "symbolIcon.functionForeground": "#808080", "symbolIcon.interfaceForeground": "#808080", "symbolIcon.keyForeground": "#808080", "symbolIcon.keywordForeground": "#808080", "symbolIcon.methodForeground": "#808080", "symbolIcon.moduleForeground": "#808080", "symbolIcon.namespaceForeground": "#808080", "symbolIcon.nullForeground": "#808080", "symbolIcon.numberForeground": "#808080", "symbolIcon.objectForeground": "#808080", "symbolIcon.operatorForeground": "#808080", "symbolIcon.packageForeground": "#808080", "symbolIcon.propertyForeground": "#808080", "symbolIcon.referenceForeground": "#808080", "symbolIcon.snippetForeground": "#808080", "symbolIcon.stringForeground": "#808080", "symbolIcon.structForeground": "#808080", "symbolIcon.textForeground": "#808080", "symbolIcon.typeParameterForeground": "#808080", "symbolIcon.unitForeground": "#808080", "symbolIcon.variableForeground": "#808080", "tab.activeBackground": "#202020", "tab.activeBorder": "#88f2c8", "tab.activeBorderTop": "#00000000", "tab.activeForeground": "#f0f0f0", "tab.border": "#00000000", "tab.hoverBackground": "#202020", "tab.hoverForeground": "#808080", "tab.inactiveBackground": "#000000", "tab.inactiveForeground": "#808080", "terminal.ansiBlack": "#000000", "terminal.ansiBlue": "#88f2c8", "terminal.ansiBrightBlack": "#404040", "terminal.ansiBrightBlue": "#88f2c8", "terminal.ansiBrightCyan": "#88f2c8", "terminal.ansiBrightGreen": "#88f2c8", "terminal.ansiBrightMagenta": "#eb5a9f", "terminal.ansiBrightRed": "#eb5a9f", "terminal.ansiBrightWhite": "#f0f0f0", "terminal.ansiBrightYellow": "#ffe769", "terminal.ansiCyan": "#88f2c8", "terminal.ansiGreen": "#88f2c8", "terminal.ansiMagenta": "#eb5a9f", "terminal.ansiRed": "#eb5a9f", "terminal.ansiWhite": "#c0c0c0", "terminal.ansiYellow": "#ffe769", "terminal.border": "#00000000", // Border between the terminal and the terminal tabs. "terminal.dropBackground": "#ffffff20", "terminal.foreground": "#f0f0f0", // All terminal text that doesn't get an ANSI color. "terminal.inactiveSelectionBackground": "#202020", // Shows when you select something in the terminal and then click in the editor. "terminal.selectionBackground": "#404040", "terminal.selectionForeground": "#f0f0f0", "terminal.tab.activeBorder": "#88f2c8", // Shows when you have more than one terminal tab open. // The dots that show next to commands. "terminalCommandDecoration.defaultBackground": "#808080", "terminalCommandDecoration.errorBackground": "#eb5a9f", "terminalCommandDecoration.successBackground": "#88f2c8", "textBlockQuote.background": "#00000000", // Shows as a background of a quote in Markdown previews. "textBlockQuote.border": "#202020", // Shows as a left border of a quote in Markdown previews. "textCodeBlock.background": "#000000", // Shows when you hover over a commit in the status bar with GitLens. "textLink.activeForeground": "#88f2c8", // Shows when you hover over a link in Markdown previews. "textLink.foreground": "#f0f0f0", // Shows on "add a folder" on the sidebar when you don't have a folder open. "textPreformat.foreground": "#c0c0c0", // Shows on inline code in Markdown previews. // Bar at the top that the search bar resides in. "titleBar.activeBackground": "#000000", "titleBar.activeForeground": "#808080", "titleBar.border": "#00000000", // Shows on search bar border and the bottom border of the entire title bar. "titleBar.inactiveBackground": "#000000", // Shows when the entire window is unfocused. "titleBar.inactiveForeground": "#404040", "toolbar.activeBackground": "#ffffff40", // Shows when you click on the bell in the bottom-right corner and then click on the closing arrow. "toolbar.hoverBackground": "#ffffff20", // Shows when you Ctrl+F and hover over the up and down arrows. "tree.indentGuidesStroke": "#404040", // Shows for files in directories on the file tree in file explorer. "tree.tableColumnsBorder": "#00000000", // Show up in the Keybinding Shortcuts menu "tree.tableOddRowsBackground": "#00000000", "welcomePage.background": "#000000", "widget.shadow": "#00000000" // Shows under a Ctrl+F widget. // To do // "activityBarItem.profilesBackground": "#ff00ff", // "activityBarItem.profilesForeground": "#ff00ff", // "activityBarItem.profilesHoverForeground": "#ff00ff", // "banner.background": "#ff00ff", // "banner.foreground": "#ff00ff", // "banner.iconForeground": "#ff00ff", // "charts.blue": "#ff00ff", // "charts.foreground": "#ff00ff", // "charts.green": "#ff00ff", // "charts.lines": "#ff00ff", // "charts.orange": "#ff00ff", // "charts.purple": "#ff00ff", // "charts.red": "#ff00ff", // "charts.yellow": "#ff00ff", // "checkbox.selectBackground": "#ff00ff", // "checkbox.selectBorder": "#ff00ff", // "commandCenter.inactiveForeground": "#ff00ff", // "debugExceptionWidget.background": "#ff00ff", // "debugExceptionWidget.border": "#ff00ff", // "debugIcon.breakpointCurrentStackframeForeground": "#ff00ff", // "debugIcon.breakpointDisabledForeground": "#ff00ff", // "debugIcon.breakpointStackframeForeground": "#ff00ff", // "debugIcon.breakpointUnverifiedForeground": "#ff00ff", // "debugIcon.continueForeground": "#ff00ff", // "debugIcon.disconnectForeground": "#ff00ff", // "debugIcon.pauseForeground": "#ff00ff", // "debugIcon.restartForeground": "#ff00ff", // "debugIcon.startForeground": "#ff00ff", // "debugIcon.stepBackForeground": "#ff00ff", // "debugIcon.stepIntoForeground": "#ff00ff", // "debugIcon.stepOutForeground": "#ff00ff", // "debugIcon.stepOverForeground": "#ff00ff", // "debugIcon.stopForeground": "#ff00ff", // "debugTokenExpression.boolean": "#ff00ff", // "debugTokenExpression.error": "#ff00ff", // "debugTokenExpression.name": "#ff00ff", // "debugTokenExpression.number": "#ff00ff", // "debugTokenExpression.string": "#ff00ff", // "debugTokenExpression.value": "#ff00ff", // "debugToolBar.background": "#ff00ff", // "debugToolBar.border": "#ff00ff", // "debugView.exceptionLabelBackground": "#ff00ff", // "debugView.exceptionLabelForeground": "#ff00ff", // "debugView.stateLabelBackground": "#ff00ff", // "debugView.stateLabelForeground": "#ff00ff", // "debugView.valueChangedHighlight": "#ff00ff", // "diffEditor.border": "#ff00ff", // "diffEditor.diagonalFill": "#ff00ff", // "diffEditor.insertedLineBackground": "#ff00ff", // "diffEditor.insertedTextBackground": "#ff00ff", // "diffEditor.insertedTextBorder": "#ff00ff", // "diffEditor.removedLineBackground": "#ff00ff", // "diffEditor.removedTextBackground": "#ff00ff", // "diffEditor.removedTextBorder": "#ff00ff", // "diffEditorGutter.insertedLineBackground": "#ff00ff", // "diffEditorGutter.removedLineBackground": "#ff00ff", // "diffEditorOverview.insertedForeground": "#ff00ff", // "diffEditorOverview.removedForeground": "#ff00ff", // "editor.findRangeHighlightBackground": "#ff00ff", // "editor.findRangeHighlightBorder": "#ff00ff", // "editor.focusedStackFrameHighlightBackground": "#ff00ff", // "editor.inlineValuesBackground": "#ff00ff", // "editor.inlineValuesForeground": "#ff00ff", // "editor.linkedEditingBackground": "#ff00ff", // "editor.snippetFinalTabstopHighlightBackground": "#ff00ff", // "editor.snippetFinalTabstopHighlightBorder": "#ff00ff", // "editor.snippetTabstopHighlightBackground": "#ff00ff", // "editor.snippetTabstopHighlightBorder": "#ff00ff", // "editor.stackFrameHighlightBackground": "#ff00ff", // "editor.symbolHighlightBackground": "#ff00ff", // "editor.symbolHighlightBorder": "#ff00ff", // "editor.wordHighlightStrongBackground": "#ff00ff", // "editor.wordHighlightStrongBorder": "#ff00ff", // "editorBracketPairGuide.activeBackground1": "#ff00ff", // "editorBracketPairGuide.activeBackground2": "#ff00ff", // "editorBracketPairGuide.activeBackground3": "#ff00ff", // "editorBracketPairGuide.activeBackground4": "#ff00ff", // "editorBracketPairGuide.activeBackground5": "#ff00ff", // "editorBracketPairGuide.activeBackground6": "#ff00ff", // "editorBracketPairGuide.background1": "#ff00ff", // "editorBracketPairGuide.background2": "#ff00ff", // "editorBracketPairGuide.background3": "#ff00ff", // "editorBracketPairGuide.background4": "#ff00ff", // "editorBracketPairGuide.background5": "#ff00ff", // "editorBracketPairGuide.background6": "#ff00ff", // "editorCommentsWidget.rangeActiveBackground": "#ff00ff", // "editorCommentsWidget.rangeActiveBorder": "#ff00ff", // "editorCommentsWidget.rangeBackground": "#ff00ff", // "editorCommentsWidget.rangeBorder": "#ff00ff", // "editorCommentsWidget.resolvedBorder": "#ff00ff", // "editorCommentsWidget.unresolvedBorder": "#ff00ff", // "editorCursor.background": "#ff00ff", // "editorGhostText.background": "#ff00ff", // "editorGhostText.border": "#ff00ff", // "editorGhostText.foreground": "#ff00ff", // "editorGroup.border": "#ff00ff", // "editorGroup.dropBackground": "#ff00ff", // "editorGroup.dropIntoPromptBackground": "#ff00ff", // "editorGroup.dropIntoPromptBorder": "#ff00ff", // "editorGroup.dropIntoPromptForeground": "#ff00ff", // "editorGroup.focusedEmptyBorder": "#ff00ff", // "editorGroupHeader.noTabsBackground": "#ff00ff", // "editorGutter.commentRangeForeground": "#ff00ff", // "editorHint.border": "#ff00ff", // "editorHint.foreground": "#ff00ff", // "editorHoverWidget.highlightForeground": "#ff00ff", // "editorLightBulbAutoFix.foreground": "#ff00ff", // "editorOverviewRuler.commonContentForeground": "#ff00ff", // "editorOverviewRuler.currentContentForeground": "#ff00ff", // "editorOverviewRuler.incomingContentForeground": "#ff00ff", // "editorOverviewRuler.rangeHighlightForeground": "#ff00ff", // "editorOverviewRuler.wordHighlightForeground": "#ff00ff", // "editorOverviewRuler.wordHighlightStrongForeground": "#ff00ff", // "editorPane.background": "#ff00ff", // "editorStickyScroll.background": "#ff00ff", // "editorStickyScrollHover.background": "#ff00ff", // "editorSuggestWidgetStatus.foreground": "#ff00ff", // "editorUnicodeHighlight.background": "#ff00ff", // "editorUnicodeHighlight.border": "#ff00ff", // "extensionBadge.remoteBackground": "#ff00ff", // "extensionBadge.remoteForeground": "#ff00ff", // "extensionIcon.sponsorForeground": "#ff00ff", // "inputValidation.infoBackground": "#ff00ff", // "inputValidation.infoBorder": "#ff00ff", // "inputValidation.infoForeground": "#ff00ff", // "inputValidation.warningBackground": "#ff00ff", // "inputValidation.warningBorder": "#ff00ff", // "inputValidation.warningForeground": "#ff00ff", // "interactive.activeCodeBorder": "#ff00ff", // "interactive.inactiveCodeBorder": "#ff00ff", // "list.deemphasizedForeground": "#ff00ff", // "list.filterMatchBackground": "#ff00ff", // "list.filterMatchBorder": "#ff00ff", // "list.invalidItemForeground": "#ff00ff", // "listFilterWidget.background": "#ff00ff", // "listFilterWidget.noMatchesOutline": "#ff00ff", // "listFilterWidget.outline": "#ff00ff", // "listFilterWidget.shadow": "#ff00ff", // "menu.background": "#ff00ff", // "menu.border": "#ff00ff", // "menu.foreground": "#ff00ff", // "menu.selectionBackground": "#ff00ff", // "menu.selectionBorder": "#ff00ff", // "menu.selectionForeground": "#ff00ff", // "menu.separatorBackground": "#ff00ff", // "menubar.selectionBackground": "#ff00ff", // "menubar.selectionBorder": "#ff00ff", // "menubar.selectionForeground": "#ff00ff", // Apparently shows on the window title on the search bar at the top. // "merge.border": "#ff00ff", // "merge.commonContentBackground": "#ff00ff", // "merge.commonHeaderBackground": "#ff00ff", // "merge.currentContentBackground": "#ff00ff", // "merge.currentHeaderBackground": "#ff00ff", // "merge.incomingContentBackground": "#ff00ff", // "merge.incomingHeaderBackground": "#ff00ff", // "mergeEditor.change.background": "#ff00ff", // "mergeEditor.change.word.background": "#ff00ff", // "mergeEditor.changeBase.background": "#ff00ff", // "mergeEditor.changeBase.word.background": "#ff00ff", // "mergeEditor.conflict.handled.minimapOverViewRuler": "#ff00ff", // "mergeEditor.conflict.handledFocused.border": "#ff00ff", // "mergeEditor.conflict.handledUnfocused.border": "#ff00ff", // "mergeEditor.conflict.input1.background": "#ff00ff", // "mergeEditor.conflict.input2.background": "#ff00ff", // "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#ff00ff", // "mergeEditor.conflict.unhandledFocused.border": "#ff00ff", // "mergeEditor.conflict.unhandledUnfocused.border": "#ff00ff", // "mergeEditor.conflictingLines.background": "#ff00ff", // "notebook.cellBorderColor": "#ff00ff", // "notebook.cellEditorBackground": "#ff00ff", // "notebook.cellHoverBackground": "#ff00ff", // "notebook.cellInsertionIndicator": "#ff00ff", // "notebook.cellStatusBarItemHoverBackground": "#ff00ff", // "notebook.cellToolbarSeparator": "#ff00ff", // "notebook.editorBackground": "#ff00ff", // "notebook.focusedCellBackground": "#ff00ff", // "notebook.focusedCellBorder": "#ff00ff", // "notebook.focusedEditorBorder": "#ff00ff", // "notebook.inactiveFocusedCellBorder": "#ff00ff", // "notebook.inactiveSelectedCellBorder": "#ff00ff", // "notebook.outputContainerBackgroundColor": "#ff00ff", // "notebook.outputContainerBorderColor": "#ff00ff", // "notebook.selectedCellBackground": "#ff00ff", // "notebook.selectedCellBorder": "#ff00ff", // "notebook.symbolHighlightBackground": "#ff00ff", // "notebookScrollbarSlider.activeBackground": "#ff00ff", // "notebookScrollbarSlider.background": "#ff00ff", // "notebookScrollbarSlider.hoverBackground": "#ff00ff", // "notebookStatusErrorIcon.foreground": "#ff00ff", // "notebookStatusRunningIcon.foreground": "#ff00ff", // "notebookStatusSuccessIcon.foreground": "#ff00ff", // "notificationLink.foreground": "#ff00ff", // "notifications.border": "#ff00ff", // "notifications.foreground": "#ff00ff", // "notificationsErrorIcon.foreground": "#ff00ff", // "notificationsInfoIcon.foreground": "#ff00ff", // "notificationsWarningIcon.foreground": "#ff00ff", // "notificationToast.border": "#ff00ff", // "panel.dropBorder": "#ff00ff", // "panelSectionHeader.background": "#ff00ff", // "panelSectionHeader.border": "#ff00ff", // "panelSectionHeader.foreground": "#ff00ff", // "peekView.border": "#ff00ff", // "peekViewEditor.background": "#ff00ff", // "peekViewEditor.matchHighlightBackground": "#ff00ff", // "peekViewEditor.matchHighlightBorder": "#ff00ff", // "peekViewEditorGutter.background": "#ff00ff", // "peekViewResult.background": "#ff00ff", // "peekViewResult.fileForeground": "#ff00ff", // "peekViewResult.lineForeground": "#ff00ff", // "peekViewResult.matchHighlightBackground": "#ff00ff", // "peekViewResult.selectionBackground": "#ff00ff", // "peekViewResult.selectionForeground": "#ff00ff", // "peekViewTitle.background": "#ff00ff", // "ports.iconRunningProcessForeground": "#ff00ff", // "scm.providerBorder": "#ff00ff", // "searchEditor.findMatchBackground": "#ff00ff", // "searchEditor.findMatchBorder": "#ff00ff", // "searchEditor.textInputBorder": "#ff00ff", // "settings.dropdownListBorder": "#ff00ff", // "settings.sashBorder": "#ff00ff", // "sideBySideEditor.horizontalBorder": "#ff00ff", // "sideBySideEditor.verticalBorder": "#ff00ff", // "statusBarItem.compactHoverBackground": "#ff00ff", // "statusBarItem.prominentBackground": "#ff00ff", // "statusBarItem.prominentForeground": "#ff00ff", // "statusBarItem.prominentHoverBackground": "#ff00ff", // "statusBarItem.remoteBackground": "#ff00ff", // "statusBarItem.remoteForeground": "#ff00ff", // "tab.activeModifiedBorder": "#ff00ff", // "tab.inactiveModifiedBorder": "#ff00ff", // "tab.lastPinnedBorder": "#ff00ff", // "tab.unfocusedActiveBackground": "#ff00ff", // "tab.unfocusedActiveBorder": "#ff00ff", // "tab.unfocusedActiveBorderTop": "#ff00ff", // "tab.unfocusedActiveForeground": "#ff00ff", // "tab.unfocusedActiveModifiedBorder": "#ff00ff", // "tab.unfocusedInactiveBackground": "#ff00ff", // "tab.unfocusedInactiveForeground": "#ff00ff", // "tab.unfocusedInactiveModifiedBorder": "#ff00ff", // "terminal.findMatchBackground": "#ff00ff", // "terminal.findMatchBorder": "#ff00ff", // "terminal.findMatchHighlightBackground": "#ff00ff", // "terminal.findMatchHighlightBorder": "#ff00ff", // "terminalCursor.background": "#ff00ff", // "terminalOverviewRuler.cursorForeground": "#ff00ff", // "terminalOverviewRuler.findMatchForeground": "#ff00ff", // "testing.iconErrored": "#ff00ff", // "testing.iconFailed": "#ff00ff", // "testing.iconPassed": "#ff00ff", // "testing.iconQueued": "#ff00ff", // "testing.iconSkipped": "#ff00ff", // "testing.iconUnset": "#ff00ff", // "testing.message.error.decorationForeground": "#ff00ff", // "testing.message.error.lineBackground": "#ff00ff", // "testing.message.info.decorationForeground": "#ff00ff", // "testing.message.info.lineBackground": "#ff00ff", // "testing.peekBorder": "#ff00ff", // "testing.peekHeaderBackground": "#ff00ff", // "testing.runAction": "#ff00ff", // "textSeparator.foreground": "#ff00ff", // "walkThrough.embeddedEditorBackground": "#ff00ff", // "walkthrough.stepTitle.foreground": "#ff00ff", // "welcomePage.progress.background": "#ff00ff", // "welcomePage.progress.foreground": "#ff00ff", // "welcomePage.tileBackground": "#ff00ff", // "welcomePage.tileBorder": "#ff00ff", // "welcomePage.tileHoverBackground": "#ff00ff" // Unused // "commandCenter.background": "#000000", // Taken care of by `titleBar.background` // "contrastActiveBorder": "#00000000", // "contrastBorder": "#00000000", // "editor.lineHighlightBorder": "#00000000", // "editor.rangeHighlightBorder": "#00000000", // "editor.selectionForeground": "#00000000", // "editorGroupHeader.border": "#00000000", // "editorGroupHeader.tabsBorder": "#00000000", // "editorGutter.background": "#ff00ff", // Overrides `editor.background`. // "editorHoverWidget.statusBarBackground": "#000000", // Overrides `editorHoverWidget.background`. Shows when you hover over a squiggly. // "editorInlayHint.parameterBackground": "#ff00ff", // Overrides `editorInlayHint.background`. // "editorInlayHint.parameterForeground": "#ff00ff", // Overrides `editorInlayHint.foreground`. // "editorInlayHint.typeBackground": "#ff00ff", // Overrides `editorInlayHint.background`. // "editorInlayHint.typeForeground": "#ff00ff", // Overrides `editorInlayHint.foreground`. // "editorMarkerNavigation.background": "#ff00ff", // Overrides `editor.background`. These show when you click on a squiggly and click "View Problem". // "editorMarkerNavigationError.background": "#ff00ff", // Overrides `editorError.foreground`. // "editorMarkerNavigationError.headerBackground": "#ff00ff", // Overrides `editorError.foreground` but with some transparency. // "editorMarkerNavigationInfo.background": "#ff00ff", // Overrides `editorInfo.foreground`. // "editorMarkerNavigationInfo.headerBackground": "#ff00ff", // Overrides `editorInfo.foreground` but with some transparency. // "editorMarkerNavigationWarning.background": "#ff00ff", // Overrides `editorWarning.foreground`. // "editorMarkerNavigationWarning.headerBackground": "#ff00ff", // Overrides `editorWarning.foreground` but with some transparency. // "editorOverviewRuler.background": "#000000", // Overrides `editor.background`. // "editorUnnecessaryCode.border": "#00000000", // "editorWidget.foreground": "#ff00ff", // Overrides `foreground`. // "editorWidget.resizeBorder": "#ff00ff", // Overrides `editorWidget.border`. // "extensionButton.background": "#ff00ff", // Overrides `button.background`. // "extensionButton.foreground": "#ff00ff", // Overrides `button.foreground`. Shows on the "Disable" / "Uninstall" buttons when you click on an extension. // "extensionButton.hoverBackground": "#ff00ff", // Overrides `button.hoverBackground`. // "extensionButton.prominentBackground": "#ff00ff", // Overrides `button.background`. Shows when an extension is recommended, e.g in the Recommended menu. // "extensionButton.prominentForeground": "#ff00ff", // Overrides `button.foreground`. // "extensionButton.prominentHoverBackground": "#ff00ff", // Probably overrides `button.hoverBackground`. // "extensionButton.separator": "#ff00ff", // Overrides `button.separator`. Shows when the Install button is divided in two, e.g for the "Remote - SSH" extension. // "keybindingTable.headerBackground": "#ff00ff", // Overrides `editor.background`. // "keybindingTable.rowsBackground": "#ff00ff", // Overrides `editor.background`. // "list.hoverForeground": "#808080", // Overrides `foreground`. // "list.inactiveSelectionForeground": "#808080", // Overrides `foreground`. // "list.inactiveSelectionIconForeground": "#808080", // "minimap.background": "#000000", // Overrides `editor.background`. // "minimap.foregroundOpacity": "#000000ff", // "notificationCenterHeader.background": "#ffff00", // Overrides `notifications.background`. // "notificationCenterHeader.foreground": "#808080", // Overrides `foreground`. // "panel.background": "#ff00ff", // Overrides `editor.background`. // "problemsErrorIcon.foreground": "#ff00ff", // Overrides `editorError.foreground`. // "problemsInfoIcon.foreground": "#ff00ff", // Overrides `editorInfo.foreground`. // "problemsWarningIcon.foreground": "#ff00ff", // Overrides `editorWarning.foreground`. // "quickInput.foreground": "#ff00ff", // Overrides `foreground`. // "quickInputList.focusBackground": "#ff00ff", // Overrides `list.activeSelectionBackground`. // "quickInputList.focusForeground": "#ff00ff", // Overrides `list.activeSelectionForeground`. // "quickInputList.focusIconForeground": "#ff00ff", // Overrides `list.activeSelectionIconForeground`. // "quickInputTitle.background": "#ff00ff", // Overrides __something__. // "settings.focusedRowBorder": "#ffffff80", // Overrides `focusBorder`. // "settings.headerBorder": "#ff00ff", // Overrides __something__. // "sideBar.foreground": "#ff00ff", // Overrides `foreground`. // "sideBarSectionHeader.foreground": "#ff00ff", // Overrides `foreground`. // "sideBarTitle.foreground": "#ff00ff", // Overrides `foreground`. // "statusBar.border": "#00000000", // "statusBar.debuggingBorder": "#00000000", // "statusBar.noFolderBorder": "#00000000", // "statusBarItem.focusBorder": "#ff00ff", // Overrides `focusBorder`. Shows when you click on an item on the status bar and then press Esc to close the window. // "tab.hoverBorder": "#00000000", // "tab.unfocusedHoverBackground": "#000000", // "tab.unfocusedHoverBorder": "#00000000", // "tab.unfocusedHoverForeground": "#808080", // "terminal.background": "#ff00ff", // Overrides `panel.background`. // "terminalCursor.foreground": "#ff00ff", // Overrides `terminal.foreground`. // "toolbar.hoverOutline": "#00000000", // Shows on "Disable" / "Uninstall" buttons and "Details" / "Changelog" tabs when you click on an extension. // "window.activeBorder": "#00000000", // These borders show when you open a new VS Code window and don't click it. // "window.inactiveBorder": "#00000000", }, "tokenColors": [ { "scope": [ "comment", "punctuation.definition.comment" ], "settings": { "foreground": "#808080", "fontStyle": "italic" } }, { "scope": ["constant", "string"], "settings": { "foreground": "#88f2c8" } }, { "scope": ["entity.name.function"], "settings": { "foreground": "#f0f0f0", "fontStyle": "bold" } }, { "scope": "constant.other", "settings": { "foreground": "#f0f0f0" } } ] }