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#B20A00
  • activityBar.background#FFFFFF
  • activityBar.border#B20A00
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#595959
  • activityBarBadge.background#B20A00
  • activityBarBadge.foreground#FFFFFF
  • badge.background#B20A00
  • badge.foreground#FFFFFF
  • button.background#FFFFFF
  • button.border#B20A00
  • button.foreground#000000
  • button.hoverBackground#B20A0044
  • contrastActiveBorder#000000
  • contrastBorder#B20A00
  • dropdown.background#FFFFFF
  • dropdown.border#B20A00
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#B20A0055
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#B20A0022
  • editor.foreground#000000
  • editor.selectionBackground#B20A0055
  • editor.selectionHighlightBackground#B20A0022
  • editor.selectionHighlightBorder#B20A00
  • editor.wordHighlightBackground#B20A0022
  • editor.wordHighlightBorder#B20A00
  • editorBracketMatch.background#B20A0022
  • editorBracketMatch.border#B20A00
  • editorCursor.foreground#B20A00
  • editorGroup.border#C8C8C8
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGroupHeader.tabsBorder#B20A00
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#B20A00
  • editorIndentGuide.activeBackground1#B20A00
  • editorIndentGuide.background1#C8C8C8
  • editorLineNumber.activeForeground#B20A00
  • editorLineNumber.foreground#595959
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#B20A00
  • editorSuggestWidget.highlightForeground#B20A00
  • editorSuggestWidget.selectedBackground#B20A0033
  • editorWhitespace.foreground#C8C8C8
  • editorWidget.background#FFFFFF
  • editorWidget.border#B20A00
  • extensionButton.prominentBackground#FFFFFF
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#B20A0044
  • focusBorder#000000
  • gitDecoration.modifiedResourceForeground#B20A00
  • input.background#FFFFFF
  • input.border#B20A00
  • input.foreground#000000
  • input.placeholderForeground#595959
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#B20A0044
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.highlightForeground#B20A00
  • list.hoverBackground#B20A0022
  • list.inactiveSelectionBackground#B20A0022
  • minimap.findMatchHighlight#B20A00
  • panel.background#FFFFFF
  • panel.border#B20A00
  • panelTitle.activeBorder#B20A00
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#595959
  • peekView.border#B20A00
  • progressBar.background#B20A00
  • scrollbarSlider.activeBackground#B20A00AA
  • scrollbarSlider.background#59595944
  • scrollbarSlider.hoverBackground#B20A0066
  • sideBar.background#FFFFFF
  • sideBar.border#B20A00
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.border#B20A00
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#2B2B2B
  • statusBar.background#FFFFFF
  • statusBar.border#B20A00
  • statusBar.debuggingBackground#B20A00
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FFFFFF
  • statusBarItem.hoverBackground#B20A0033
  • statusBarItem.remoteBackground#8F0800
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#B20A00
  • tab.activeForeground#000000
  • tab.border#B20A00
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#595959
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • terminalCursor.foreground#B20A00
  • textLink.activeForeground#8F0800
  • textLink.foreground#B20A00
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2B2B2B
  • titleBar.border#B20A00
  • 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#2A0096
constant.numeric, constant.language, constant.character#124848
keyword, keyword.control, storage, storage.type#B20A00bold
entity.name.function, support.function#3C2A18
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#1E6078
variable, variable.parameter#5424F6
entity.name.tag, meta.tag#B20A00bold
entity.other.attribute-name#5424F6
keyword.operator, punctuation#1E1E42
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#3C2A18