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.background#000
  • activityBar.foreground#FF0
  • activityBar.inactiveForeground#FFF
  • activityBarBadge.background#000
  • activityBarBadge.foreground#FFF
  • badge.background#000
  • badge.foreground#FFF
  • button.background#000
  • button.border#0FF
  • button.foreground#FFF
  • contrastActiveBorder#FF0
  • contrastBorder#0FF
  • descriptionForeground#FFF
  • diffEditor.insertedTextBorder#0F0
  • diffEditor.removedTextBorder#F00
  • dropdown.background#000
  • dropdown.foreground#FFF
  • dropdown.listBackground#000
  • editor.background#000
  • editor.foreground#FFF
  • editor.lineHighlightBackground#000
  • editor.lineHighlightBorder#00F
  • editor.selectionBackground#00F
  • editor.selectionForeground#FFF
  • editorCursor.foreground#FFF
  • editorLineNumber.activeForeground#FF0
  • editorLineNumber.foreground#FFF
  • editorWhitespace.foreground#00F
  • editorWidget.background#000
  • editorWidget.foreground#FFF
  • errorForeground#F00
  • focusBorder#FF0
  • foreground#FFF
  • icon.foreground#FFF
  • input.background#000
  • input.border#0FF
  • input.foreground#FFF
  • input.placeholderForeground#F0F
  • inputOption.activeBackground#0FF
  • inputOption.activeBorder#0FF
  • inputOption.activeForeground#000
  • minimap.background#000
  • minimap.errorHighlight#F00
  • minimap.findMatchHighlight#FF0
  • minimap.selectionHighlight#00F
  • minimap.selectionOccurrenceHighlight#000
  • minimap.warningHighlight#FF0
  • panel.background#000
  • panelSectionHeader.background#000
  • panelTitle.activeForeground#FF0
  • panelTitle.inactiveForeground#FFF
  • pickerGroup.border#0FF
  • scrollbarSlider.activeBackground#0FFB
  • scrollbarSlider.background#0FF7
  • scrollbarSlider.hoverBackground#0FF7
  • selection.background#00F
  • settings.headerForeground#FF0
  • settings.modifiedItemIndicator#0FF
  • sideBar.background#000
  • sideBar.foreground#FFF
  • statusBar.background#000
  • statusBar.foreground#FFF
  • tab.activeBackground#00F
  • tab.activeForeground#FF0
  • tab.inactiveBackground#000
  • tab.inactiveForeground#FFF
  • tab.unfocusedActiveBackground#000
  • tab.unfocusedActiveForeground#FFF
  • tab.unfocusedInactiveBackground#000
  • tab.unfocusedInactiveForeground#FFF
  • terminal.ansiBlack#000
  • terminal.ansiBlue#00F
  • terminal.ansiBrightBlack#000
  • terminal.ansiBrightBlue#00F
  • terminal.ansiBrightCyan#0FF
  • terminal.ansiBrightGreen#0F0
  • terminal.ansiBrightMagenta#F0F
  • terminal.ansiBrightRed#F00
  • terminal.ansiBrightWhite#FFF
  • terminal.ansiBrightYellow#FF0
  • terminal.ansiCyan#0FF
  • terminal.ansiGreen#0F0
  • terminal.ansiMagenta#F0F
  • terminal.ansiRed#F00
  • terminal.ansiWhite#FFF
  • terminal.ansiYellow#FF0
  • terminal.background#000
  • terminal.foreground#FFF
  • terminal.selectionBackground#00F
  • textLink.foreground#0FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00F—
string#0F0—
constant.numeric#F00—
constant.language#F00—
constant.character, constant.other#F00—
variable#FFF—
keyword#0FF—
storage#F0F—
meta.interface#F00—
meta.type.declaration, entity.name.type#F00—
meta.class, entity.other.inherited-class, entity.name.type.class#F00—
entity.name.function#FF0—
variable.parameter#FFF—
entity.name.tag#F00—
entity.other.attribute-name#F00—
support.function#0F0—
support.constant#0F0—
support.type, support.class#F00—
support.other.variable#F00—
invalid#FFF—
invalid.deprecated#FFF—
source.json meta.structure.dictionary.json support.type.property-name.json#FF0—