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#FFD700
  • activityBar.inactiveForeground#FFF
  • activityBarBadge.background#000
  • activityBarBadge.foreground#FFF
  • badge.background#000
  • badge.foreground#FFF
  • button.background#000
  • button.border#FFD700
  • button.foreground#FFF
  • contrastActiveBorder#FFD700
  • contrastBorder#FFA500
  • 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#FFD700
  • editor.selectionBackground#FFA500
  • editor.selectionForeground#FFF
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#FFF
  • editorWhitespace.foreground#FFA500
  • editorWidget.background#000
  • editorWidget.foreground#FFF
  • errorForeground#F00
  • focusBorder#FFD700
  • foreground#FFF
  • icon.foreground#FFD700
  • input.background#000
  • input.border#FFD700
  • input.foreground#FFF
  • input.placeholderForeground#FFD700
  • inputOption.activeBackground#FFD700
  • inputOption.activeBorder#FFA500
  • inputOption.activeForeground#000
  • minimap.background#000
  • minimap.errorHighlight#F00
  • minimap.findMatchHighlight#FF0
  • minimap.selectionHighlight#FFA500
  • minimap.selectionOccurrenceHighlight#000
  • minimap.warningHighlight#FF0
  • panel.background#000
  • panelSectionHeader.background#000
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#FFF
  • pickerGroup.border#FFD700
  • scrollbarSlider.activeBackground#FFA500B
  • scrollbarSlider.background#FFA5007
  • scrollbarSlider.hoverBackground#FFD7007
  • selection.background#FFA500
  • settings.headerForeground#FFD700
  • settings.modifiedItemIndicator#FFA500
  • sideBar.background#000
  • sideBar.foreground#FFF
  • statusBar.background#000
  • statusBar.foreground#FFF
  • tab.activeBackground#FFD700
  • tab.activeForeground#000
  • 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#FFA500
  • terminal.ansiBrightRed#F00
  • terminal.ansiBrightWhite#FFF
  • terminal.ansiBrightYellow#FF0
  • terminal.ansiCyan#0FF
  • terminal.ansiGreen#0F0
  • terminal.ansiMagenta#FFA500
  • terminal.ansiRed#F00
  • terminal.ansiWhite#FFF
  • terminal.ansiYellow#FF0
  • terminal.background#000
  • terminal.foreground#FFF
  • terminal.selectionBackground#FFA500
  • textLink.foreground#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#FFA500italic
comment#DAA520italic
keyword#FFD700bold
variable#f8f8f2—
string#50fa7b—
constant.numeric#f1fa8c—
constant.language#ff5555—
support.function#8be9fdbold
punctuation#f5f5f5—
entity.name.function#8be9fdbold
meta.class, entity.other.inherited-class, entity.name.type.class#FFA500—
entity.name.tag#ff5555—
entity.other.attribute-name#FFD700—
source.json meta.structure.dictionary.json support.type.property-name.json#f1fa8c—