Skip to content

Instantly share code, notes, and snippets.

@AndreasBackx
Created April 30, 2018 20:10
Show Gist options
  • Save AndreasBackx/ab5c7df0ef214a798cfa8fdeaf59197f to your computer and use it in GitHub Desktop.
Save AndreasBackx/ab5c7df0ef214a798cfa8fdeaf59197f to your computer and use it in GitHub Desktop.
VS Code Theme Color Reference JSON Template
{
"type": "dark",
"colors": {
//
// Contrast Colors
//
// An extra border around active elements to separate them from others for greater contrast.
"contrastActiveBorder": "#ff0000",
// An extra border around elements to separate them from others for greater contrast.
"contrastBorder": "#ff0000",
//
// Base Colors
//
// Overall border color for focused elements. This color is only used if not overridden by a component.
"focusBorder": "#ff0000",
// Overall foreground color. This color is only used if not overridden by a component.
"foreground": "#ff0000",
// Shadow color of widgets such as Find/Replace inside the editor.
"widget.shadow": "#ff0000",
// Background color of text selections in the workbench (for input fields or text areas, does not apply to selections within the editor and the terminal).
"selection.background": "#ff0000",
// Foreground color for description text providing additional information, for example for a label.
"descriptionForeground": "#ff0000",
// Overall foreground color for error messages (this color is only used if not overridden by a component).
"errorForeground": "#ff0000",
//
// Text Colors
//
// Background color for block quotes in text.
"textBlockQuote.background": "#ff0000",
// Border color for block quotes in text.
"textBlockQuote.border": "#ff0000",
// Background color for code blocks in text.
"textCodeBlock.background": "#ff0000",
// Foreground color for active links in text.
"textLink.activeForeground": "#ff0000",
// Foreground color for links in text.
"textLink.foreground": "#ff0000",
// Foreground color for preformatted text segments.
"textPreformat.foreground": "#ff0000",
// Color for text separators.
"textSeparator.foreground": "#ff0000",
//
// Button Control
//
// Button background color.
"button.background": "#ff0000",
// Button foreground color.
"button.foreground": "#ff0000",
// Button background color when hovering.
"button.hoverBackground": "#ff0000",
//
// Dropdown Control
//
// Dropdown background.
"dropdown.background": "#ff0000",
// Dropdown list background.
"dropdown.listBackground": "#ff0000",
// Dropdown border.
"dropdown.border": "#ff0000",
// Dropdown foreground.
"dropdown.foreground": "#ff0000",
//
// Input Control
//
// Input box background.
"input.background": "#ff0000",
// Input box border.
"input.border": "#ff0000",
// Input box foreground.
"input.foreground": "#ff0000",
// Input box foreground color for placeholder text.
"input.placeholderForeground": "#ff0000",
// Border color of activated options in input fields.
"inputOption.activeBorder": "#ff0000",
// Input validation background color for error severity.
"inputValidation.errorBackground": "#ff0000",
// Input validation border color for error severity.
"inputValidation.errorBorder": "#ff0000",
// Input validation background color for information severity.
"inputValidation.infoBackground": "#ff0000",
// Input validation border color for information severity.
"inputValidation.infoBorder": "#ff0000",
// Input validation background color for information warning.
"inputValidation.warningBackground": "#ff0000",
// Input validation border color for warning severity.
"inputValidation.warningBorder": "#ff0000",
//
// Scroll Bar Control
//
// Scroll Bar shadow to indicate that the view is scrolled.
"scrollbar.shadow": "#ff0000",
// Slider background color when active.
"scrollbarSlider.activeBackground": "#ff0000",
// Slider background color.
"scrollbarSlider.background": "#ff0000",
// Slider background color when hovering.
"scrollbarSlider.hoverBackground": "#ff0000",
//
// Badge
//
// Badge foreground color.
"badge.foreground": "#ff0000",
// Badge background color.
"badge.background": "#ff0000",
//
// Progress Bar
//
// Background color of the progress bar shown for long running operations.
"progressBar.background": "#ff0000",
//
// Lists and Trees
//
// List/Tree background color for the selected item when the list/tree is active.
"list.activeSelectionBackground": "#ff0000",
// List/Tree foreground color for the selected item when the list/tree is active.
"list.activeSelectionForeground": "#ff0000",
// List/Tree drag and drop background when moving items around using the mouse.
"list.dropBackground": "#ff0000",
// List/Tree background color for the focused item when the list/tree is active.
"list.focusBackground": "#ff0000",
// List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.
"list.focusForeground": "#ff0000",
// List/Tree foreground color of the match highlights when searching inside the list/tree.
"list.highlightForeground": "#ff0000",
// List/Tree background when hovering over items using the mouse.
"list.hoverBackground": "#ff0000",
// List/Tree foreground when hovering over items using the mouse.
"list.hoverForeground": "#ff0000",
// List/Tree background color for the selected item when the list/tree is inactive.
"list.inactiveSelectionBackground": "#ff0000",
// List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.
"list.inactiveSelectionForeground": "#ff0000",
// List background color for the focused item when the list is inactive. An active list has keyboard focus, an inactive does not. Currently only supported in lists.
"list.inactiveFocusBackground": "#ff0000",
// List/Tree foreground color for invalid items, for example an unresolved root in explorer.
"list.invalidItemForeground": "#ff0000",
//
// Activity Bar
//
// Activity Bar background color.
"activityBar.background": "#ff0000",
// Drag and drop feedback color for the Activity Bar items.
"activityBar.dropBackground": "#ff0000",
// Activity bar foreground color (for example used for the icons).
"activityBar.foreground": "#ff0000",
// Activity Bar border color with the Side Bar.
"activityBar.border": "#ff0000",
// Activity notification badge background color.
"activityBarBadge.background": "#ff0000",
// Activity notification badge foreground color.
"activityBarBadge.foreground": "#ff0000",
//
// Side Bar
//
// Side Bar background color.
"sideBar.background": "#ff0000",
// Side Bar foreground color. The Side Bar is the container for views like Explorer and Search.
"sideBar.foreground": "#ff0000",
// Side Bar border color on the side separating the editor.
"sideBar.border": "#ff0000",
// Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.
"sideBar.dropBackground": "#ff0000",
// Side Bar title foreground color.
"sideBarTitle.foreground": "#ff0000",
// Side Bar section header background color.
"sideBarSectionHeader.background": "#ff0000",
// Side Bar section header foreground color.
"sideBarSectionHeader.foreground": "#ff0000",
//
// Editor Groups & Tabs
//
// Background color of an editor group. The background color shows up when dragging editor groups around.
"editorGroup.background": "#ff0000",
// Color to separate multiple editor groups from each other.
"editorGroup.border": "#ff0000",
// Background color when dragging editors around.
"editorGroup.dropBackground": "#ff0000",
//
// Background color of the editor group title header when Tabs are disabled (set "workbench.editor.showTabs": false).
"editorGroupHeader.noTabsBackground": "#ff0000",
// Background color of the Tabs container.
"editorGroupHeader.tabsBackground": "#ff0000",
// Border color of the editor group title header when tabs are enabled.
"editorGroupHeader.tabsBorder": "#ff0000",
//
// Active Tab background color.
"tab.activeBackground": "#ff0000",
// Active Tab foreground color in an active group.
"tab.activeForeground": "#ff0000",
// Border to separate Tabs from each other.
"tab.border": "#ff0000",
// Bottom border for the active tab.
"tab.activeBorder": "#ff0000",
// Bottom border for the active tab in an inactive editor group.
"tab.unfocusedActiveBorder": "#ff0000",
// Inactive Tab background color.
"tab.inactiveBackground": "#ff0000",
// Inactive Tab foreground color in an active group.
"tab.inactiveForeground": "#ff0000",
// Active tab foreground color in an inactive editor group.
"tab.unfocusedActiveForeground": "#ff0000",
// Inactive tab foreground color in an inactive editor group.
"tab.unfocusedInactiveForeground": "#ff0000",
// Tab background color when hovering
"tab.hoverBackground": "#ff0000",
// Tab background color in an unfocused group when hovering
"tab.unfocusedHoverBackground": "#ff0000",
// Border to highlight tabs when hovering
"tab.hoverBorder": "#ff0000",
// Border to highlight tabs in an unfocused group when hovering
"tab.unfocusedHoverBorder": "#ff0000",
//
// Editor Colors
//
// Editor background color.
"editor.background": "#ff0000",
// Editor default foreground color.
"editor.foreground": "#ff0000",
// Color of editor line numbers.
"editorLineNumber.foreground": "#ff0000",
// Color of the active editor line number.
"editorLineNumber.activeForeground": "#ff0000",
// The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.
"editorCursor.background": "#ff0000",
// Color of the editor cursor.
"editorCursor.foreground": "#ff0000",
//
// Color of the editor selection.
"editor.selectionBackground": "#ff0000",
// Color of the selected text for high contrast.
"editor.selectionForeground": "#ff0000",
// Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.
"editor.inactiveSelectionBackground": "#ff0000",
// Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
"editor.selectionHighlightBackground": "#ff0000",
// Border color for regions with the same content as the selection.
"editor.selectionHighlightBorder": "#ff0000",
//
// Background color of a symbol during read-access, for example when reading a variable. The color must not be opaque to not hide underlying decorations.
"editor.wordHighlightBackground": "#ff0000",
// Border color of a symbol during read-access, for example when reading a variable.
"editor.wordHighlightBorder": "#ff0000",
// Background color of a symbol during write-access, for example when writing to a variable. The color must not be opaque to not hide underlying decorations.
"editor.wordHighlightStrongBackground": "#ff0000",
// Border color of a symbol during write-access, for example when writing to a variable.
"editor.wordHighlightStrongBorder": "#ff0000",
//
// Color of the current search match.
"editor.findMatchBackground": "#ff0000",
// Color of the other search matches. The color must not be opaque to not hide underlying decorations.
"editor.findMatchHighlightBackground": "#ff0000",
// Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations.
"editor.findRangeHighlightBackground": "#ff0000",
// Border color of the current search match.
"editor.findMatchBorder": "#ff0000",
// Border color of the other search matches.
"editor.findMatchHighlightBorder": "#ff0000",
// Border color the range limiting the search (Enable 'Find in Selection' in the find widget).
"editor.findRangeHighlightBorder": "#ff0000",
//
// Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.
"editor.hoverHighlightBackground": "#ff0000",
//
// Background color for the highlight of line at the cursor position.
"editor.lineHighlightBackground": "#ff0000",
// Background color for the border around the line at the cursor position.
"editor.lineHighlightBorder": "#ff0000",
//
// Color of active links.
"editorLink.activeForeground": "#ff0000",
//
// Background color of highlighted ranges, used by Quick Open, Symbol in File and Find features. The color must not be opaque to not hide underlying decorations.
"editor.rangeHighlightBackground": "#ff0000",
// Background color of the border around highlighted ranges.
"editor.rangeHighlightBorder": "#ff0000",
//
// Color of whitespace characters in the editor.
"editorWhitespace.foreground": "#ff0000",
//
// Color of the editor indentation guides.
"editorIndentGuide.background": "#ff0000",
//
// Color of the editor rulers.
"editorRuler.foreground": "#ff0000",
//
// Foreground color of an editor CodeLens.
"editorCodeLens.foreground": "#ff0000",
//
// Background color behind matching brackets.
"editorBracketMatch.background": "#ff0000",
// Color for matching brackets boxes.
"editorBracketMatch.border": "#ff0000",
//
// Color of the overview ruler border.
"editorOverviewRuler.border": "#ff0000",
// Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.
"editorOverviewRuler.findMatchForeground": "#ff0000",
// Overview ruler marker color for highlighted ranges, like by the Quick Open, Symbol in File and Find features. The color must not be opaque to not hide underlying decorations.
"editorOverviewRuler.rangeHighlightForeground": "#ff0000",
// Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
// Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.
"editorOverviewRuler.wordHighlightForeground": "#ff0000",
// Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.
"editorOverviewRuler.wordHighlightStrongForeground": "#ff0000",
// Overview ruler marker color for modified content.
"editorOverviewRuler.modifiedForeground": "#ff0000",
// Overview ruler marker color for added content.
"editorOverviewRuler.addedForeground": "#ff0000",
// Overview ruler marker color for deleted content.
"editorOverviewRuler.deletedForeground": "#ff0000",
// Overview ruler marker color for errors.
"editorOverviewRuler.errorForeground": "#ff0000",
// Overview ruler marker color for warnings.
"editorOverviewRuler.warningForeground": "#ff0000",
// Overview ruler marker color for infos.
"editorOverviewRuler.infoForeground": "#ff0000",
//
// Foreground color of error squiggles in the editor.
"editorError.foreground": "#ff0000",
// Border color of error squiggles in the editor.
"editorError.border": "#ff0000",
// Foreground color of warning squiggles in the editor.
"editorWarning.foreground": "#ff0000",
// Border color of warning squiggles in the editor.
"editorWarning.border": "#ff0000",
// Foreground color of info squiggles in the editor.
"editorInfo.foreground": "#ff0000",
// Border color of info squiggles in the editor.
"editorInfo.border": "#ff0000",
// Foreground color of hints in the editor.
"editorHint.foreground": "#ff0000",
// Border color of hints in the editor.
"editorHint.border": "#ff0000",
//
// Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.
"editorGutter.background": "#ff0000",
// Editor gutter background color for lines that are modified.
"editorGutter.modifiedBackground": "#ff0000",
// Editor gutter background color for lines that are added.
"editorGutter.addedBackground": "#ff0000",
// Editor gutter background color for lines that are deleted.
"editorGutter.deletedBackground": "#ff0000",
//
// Diff Editor Colors
//
// Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.
"diffEditor.insertedTextBackground": "#ff0000",
// Outline color for the text that got inserted.
"diffEditor.insertedTextBorder": "#ff0000",
// Background color for text that got removed. The color must not be opaque to not hide underlying decorations.
"diffEditor.removedTextBackground": "#ff0000",
// Outline color for text that got removed.
"diffEditor.removedTextBorder": "#ff0000",
//
// Editor Widget Colors
//
// Background color of editor widgets, such as Find/Replace.
"editorWidget.background": "#ff0000",
// Border color of the editor widget unless the widget does not contain a border or defines its own border color.
"editorWidget.border": "#ff0000",
// Background color of the suggestion widget.
"editorSuggestWidget.background": "#ff0000",
// Border color of the suggestion widget.
"editorSuggestWidget.border": "#ff0000",
// Foreground color of the suggestion widget.
"editorSuggestWidget.foreground": "#ff0000",
// Color of the match highlights in the suggestion widget.
"editorSuggestWidget.highlightForeground": "#ff0000",
// Background color of the selected entry in the suggestion widget.
"editorSuggestWidget.selectedBackground": "#ff0000",
// Background color of the editor hover.
"editorHoverWidget.background": "#ff0000",
// Border color of the editor hover.
"editorHoverWidget.border": "#ff0000",
//
// Exception widget background color.
"debugExceptionWidget.background": "#ff0000",
// Exception widget border color.
"debugExceptionWidget.border": "#ff0000",
//
// Editor marker navigation widget background.
"editorMarkerNavigation.background": "#ff0000",
// Editor marker navigation widget error color.
"editorMarkerNavigationError.background": "#ff0000",
// Editor marker navigation widget warning color.
"editorMarkerNavigationWarning.background": "#ff0000",
// Editor marker navigation widget info color.
"editorMarkerNavigationInfo.background": "#ff0000",
//
// Peek View Colors
//
// Color of the peek view borders and arrow.
"peekView.border": "#ff0000",
// Background color of the peek view editor.
"peekViewEditor.background": "#ff0000",
// Background color of the gutter in the peek view editor.
"peekViewEditorGutter.background": "#ff0000",
// Match highlight color in the peek view editor.
"peekViewEditor.matchHighlightBackground": "#ff0000",
// Background color of the peek view result list.
"peekViewResult.background": "#ff0000",
// Foreground color for file nodes in the peek view result list.
"peekViewResult.fileForeground": "#ff0000",
// Foreground color for line nodes in the peek view result list.
"peekViewResult.lineForeground": "#ff0000",
// Match highlight color in the peek view result list.
"peekViewResult.matchHighlightBackground": "#ff0000",
// Background color of the selected entry in the peek view result list.
"peekViewResult.selectionBackground": "#ff0000",
// Foreground color of the selected entry in the peek view result list.
"peekViewResult.selectionForeground": "#ff0000",
// Background color of the peek view title area.
"peekViewTitle.background": "#ff0000",
// Color of the peek view title info.
"peekViewTitleDescription.foreground": "#ff0000",
// Color of the peek view title.
"peekViewTitleLabel.foreground": "#ff0000",
//
// Merge Conflicts
//
// Current header background in inline merge conflicts. The color must not be opaque to not hide underlying decorations.
"merge.currentHeaderBackground": "#ff0000",
// Current content background in inline merge conflicts. The color must not be opaque to not hide underlying decorations.
"merge.currentContentBackground": "#ff0000",
// Incoming header background in inline merge conflicts. The color must not be opaque to not hide underlying decorations.
"merge.incomingHeaderBackground": "#ff0000",
// Incoming content background in inline merge conflicts. The color must not be opaque to not hide underlying decorations.
"merge.incomingContentBackground": "#ff0000",
// Border color on headers and the splitter in inline merge conflicts.
"merge.border": "#ff0000",
// Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.
"merge.commonContentBackground": "#ff0000",
// Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.
"merge.commonHeaderBackground": "#ff0000",
// Current overview ruler foreground for inline merge conflicts.
"editorOverviewRuler.currentContentForeground": "#ff0000",
// Incoming overview ruler foreground for inline merge conflicts.
"editorOverviewRuler.incomingContentForeground": "#ff0000",
// Common ancestor overview ruler foreground for inline merge conflicts.
"editorOverviewRuler.commonContentForeground": "#ff0000",
//
// Panel Colors
//
// Panel background color.
"panel.background": "#ff0000",
// Panel border color to separate the panel from the editor.
"panel.border": "#ff0000",
// Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through.
"panel.dropBackground": "#ff0000",
// Border color for the active panel title.
"panelTitle.activeBorder": "#ff0000",
// Title color for the active panel.
"panelTitle.activeForeground": "#ff0000",
// Title color for the inactive panel.
"panelTitle.inactiveForeground": "#ff0000",
//
// Status Bar Colors
//
// Standard Status Bar background color.
"statusBar.background": "#ff0000",
// Status Bar foreground color.
"statusBar.foreground": "#ff0000",
// Status Bar border color separating the Status Bar and editor.
"statusBar.border": "#ff0000",
// Status Bar background color when a program is being debugged.
"statusBar.debuggingBackground": "#ff0000",
// Status Bar foreground color when a program is being debugged.
"statusBar.debuggingForeground": "#ff0000",
// Status Bar border color separating the Status Bar and editor when a program is being debugged.
"statusBar.debuggingBorder": "#ff0000",
// Status Bar foreground color when no folder is opened.
"statusBar.noFolderForeground": "#ff0000",
// Status Bar background color when no folder is opened.
"statusBar.noFolderBackground": "#ff0000",
// Status Bar border color separating the Status Bar and editor when no folder is opened.
"statusBar.noFolderBorder": "#ff0000",
// Status Bar item background color when clicking.
"statusBarItem.activeBackground": "#ff0000",
// Status Bar item background color when hovering.
"statusBarItem.hoverBackground": "#ff0000",
// Status Bar prominent items background color. Prominent items stand out from other Status Bar entries to indicate importance. Change mode Toggle Tab Key Moves Focus from command palette to see an example.
"statusBarItem.prominentBackground": "#ff0000",
// Status Bar prominent items background color when hovering. Prominent items stand out from other Status Bar entries to indicate importance. Change mode Toggle Tab Key Moves Focus from command palette to see an example.
"statusBarItem.prominentHoverBackground": "#ff0000",
//
// Title Bar Colors (macOS)
//
// Title Bar background when the window is active.
"titleBar.activeBackground": "#ff0000",
// Title Bar foreground when the window is active.
"titleBar.activeForeground": "#ff0000",
// Title Bar background when the window is inactive.
"titleBar.inactiveBackground": "#ff0000",
// Title Bar foreground when the window is inactive.
"titleBar.inactiveForeground": "#ff0000",
// Title bar border color.
"titleBar.border": "#ff0000",
//
// Notification Colors
//
// Notification Center border color.
"notificationCenter.border": "#ff0000",
// Notification Center header foreground color.
"notificationCenterHeader.foreground": "#ff0000",
// Notification Center header background color.
"notificationCenterHeader.background": "#ff0000",
// Notification toast border color.
"notificationToast.border": "#ff0000",
// Notification foreground color.
"notifications.foreground": "#ff0000",
// Notification background color.
"notifications.background": "#ff0000",
// Notification border color separating from other notifications in the Notification Center.
"notifications.border": "#ff0000",
// Notification links foreground color.
"notificationLink.foreground": "#ff0000",
//
// Extensions
//
// Extension view button foreground color (for example Install button).
"extensionButton.prominentForeground": "#ff0000",
// Extension view button background color.
"extensionButton.prominentBackground": "#ff0000",
// Extension view button background hover color.
"extensionButton.prominentHoverBackground": "#ff0000",
//
// Quick Picker
//
// Quick picker (Quick Open) color for grouping borders.
"pickerGroup.border": "#ff0000",
// Quick picker (Quick Open) color for grouping labels.
"pickerGroup.foreground": "#ff0000",
//
// Integrated Terminal Colors
//
// The background of the Integrated Terminal's viewport.
"terminal.background": "#ff0000",
// The default foreground color of the Integrated Terminal.
"terminal.foreground": "#ff0000",
// 'Black' ANSI color in the terminal.
"terminal.ansiBlack": "#ff0000",
// 'Blue' ANSI color in the terminal.
"terminal.ansiBlue": "#ff0000",
// 'BrightBlack' ANSI color in the terminal.
"terminal.ansiBrightBlack": "#ff0000",
// 'BrightBlue' ANSI color in the terminal.
"terminal.ansiBrightBlue": "#ff0000",
// 'BrightCyan' ANSI color in the terminal.
"terminal.ansiBrightCyan": "#ff0000",
// 'BrightGreen' ANSI color in the terminal.
"terminal.ansiBrightGreen": "#ff0000",
// 'BrightMagenta' ANSI color in the terminal.
"terminal.ansiBrightMagenta": "#ff0000",
// 'BrightRed' ANSI color in the terminal.
"terminal.ansiBrightRed": "#ff0000",
// 'BrightWhite' ANSI color in the terminal.
"terminal.ansiBrightWhite": "#ff0000",
// 'BrightYellow' ANSI color in the terminal.
"terminal.ansiBrightYellow": "#ff0000",
// 'Cyan' ANSI color in the terminal.
"terminal.ansiCyan": "#ff0000",
// 'Green' ANSI color in the terminal.
"terminal.ansiGreen": "#ff0000",
// 'Magenta' ANSI color in the terminal.
"terminal.ansiMagenta": "#ff0000",
// 'Red' ANSI color in the terminal.
"terminal.ansiRed": "#ff0000",
// 'White' ANSI color in the terminal.
"terminal.ansiWhite": "#ff0000",
// 'Yellow' ANSI color in the terminal.
"terminal.ansiYellow": "#ff0000",
// The selection background color of the terminal.
"terminal.selectionBackground": "#ff0000",
// The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.
"terminalCursor.background": "#ff0000",
// The foreground color of the terminal cursor.
"terminalCursor.foreground": "#ff0000",
//
// Debug
//
// Debug toolbar background color.
"debugToolBar.background": "#ff0000",
//
// Welcome Page
//
// Background color for the buttons on the Welcome page.
"welcomePage.buttonBackground": "#ff0000",
// Hover background color for the buttons on the Welcome page.
"welcomePage.buttonHoverBackground": "#ff0000",
// Background color for the embedded editors on the Interactive Playground.
"walkThrough.embeddedEditorBackground": "#ff0000",
//
// Git Colors
//
// Color for modified git resources. Used file labels and the SCM viewlet.
"gitDecoration.modifiedResourceForeground": "#ff0000",
// Color for deleted git resources. Used file labels and the SCM viewlet.
"gitDecoration.deletedResourceForeground": "#ff0000",
// Color for untracked git resources. Used file labels and the SCM viewlet.
"gitDecoration.untrackedResourceForeground": "#ff0000",
// Color for ignored git resources. Used file labels and the SCM viewlet.
"gitDecoration.ignoredResourceForeground": "#ff0000",
// Color for conflicting git resources. Used file labels and the SCM viewlet.
"gitDecoration.conflictingResourceForeground": "#ff0000"
},
"tokenColors": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment