Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBorder#B20000
  • activityBar.background#FFFFFF
  • activityBar.border#B20000
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#595959
  • activityBarBadge.background#B20000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#B20000
  • badge.foreground#FFFFFF
  • button.background#FFFFFF
  • button.border#B20000
  • button.foreground#000000
  • button.hoverBackground#B2000044
  • contrastActiveBorder#000000
  • contrastBorder#B20000
  • dropdown.background#FFFFFF
  • dropdown.border#B20000
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#B2000055
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#B2000022
  • editor.foreground#000000
  • editor.selectionBackground#B2000055
  • editor.selectionHighlightBackground#B2000022
  • editor.selectionHighlightBorder#B20000
  • editor.wordHighlightBackground#B2000022
  • editor.wordHighlightBorder#B20000
  • editorBracketMatch.background#B2000022
  • editorBracketMatch.border#B20000
  • editorCursor.foreground#B20000
  • editorGroup.border#C8C8C8
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGroupHeader.tabsBorder#B20000
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#B20000
  • editorIndentGuide.activeBackground1#B20000
  • editorIndentGuide.background1#C8C8C8
  • editorLineNumber.activeForeground#B20000
  • editorLineNumber.foreground#595959
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#B20000
  • editorSuggestWidget.highlightForeground#B20000
  • editorSuggestWidget.selectedBackground#B2000033
  • editorWhitespace.foreground#C8C8C8
  • editorWidget.background#FFFFFF
  • editorWidget.border#B20000
  • extensionButton.prominentBackground#FFFFFF
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#B2000044
  • focusBorder#000000
  • gitDecoration.modifiedResourceForeground#B20000
  • input.background#FFFFFF
  • input.border#B20000
  • input.foreground#000000
  • input.placeholderForeground#595959
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#B2000044
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.highlightForeground#B20000
  • list.hoverBackground#B2000022
  • list.inactiveSelectionBackground#B2000022
  • minimap.findMatchHighlight#B20000
  • panel.background#FFFFFF
  • panel.border#B20000
  • panelTitle.activeBorder#B20000
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#595959
  • peekView.border#B20000
  • progressBar.background#B20000
  • scrollbarSlider.activeBackground#B20000AA
  • scrollbarSlider.background#59595944
  • scrollbarSlider.hoverBackground#B2000066
  • sideBar.background#FFFFFF
  • sideBar.border#B20000
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.border#B20000
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#2B2B2B
  • statusBar.background#FFFFFF
  • statusBar.border#B20000
  • statusBar.debuggingBackground#B20000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FFFFFF
  • statusBarItem.hoverBackground#B2000033
  • statusBarItem.remoteBackground#8F0000
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#B20000
  • tab.activeForeground#000000
  • tab.border#B20000
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#595959
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • terminalCursor.foreground#B20000
  • textLink.activeForeground#8F0000
  • textLink.foreground#B20000
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2B2B2B
  • titleBar.border#B20000
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#595959
  • tree.indentGuidesStroke#C8C8C8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#066642italic
string, punctuation.definition.string#5A12FC
constant.numeric, constant.language, constant.character#24606C
keyword, keyword.control, storage, storage.type#B20000bold
entity.name.function, support.function#3C2A18
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#003C3C
variable, variable.parameter#0600A2
entity.name.tag, meta.tag#B20000bold
entity.other.attribute-name#0600A2
keyword.operator, punctuation#24184E
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#3C2A18