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#1C1C1C
  • activityBar.foreground#FF8C00
  • activityBar.inactiveForeground#FFFFFF
  • activityBarBadge.background#1C1C1C
  • activityBarBadge.foreground#FFFFFF
  • badge.background#1C1C1C
  • badge.foreground#FFFFFF
  • button.background#1C1C1C
  • button.border#FF8C00
  • button.foreground#FFFFFF
  • contrastActiveBorder#FF8C00
  • contrastBorder#654321
  • descriptionForeground#FFFFFF
  • diffEditor.insertedTextBorder#32CD32
  • diffEditor.removedTextBorder#FF4500
  • dropdown.background#1C1C1C
  • dropdown.foreground#FFFFFF
  • dropdown.listBackground#1C1C1C
  • editor.background#1C1C1C
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1C1C1C
  • editor.lineHighlightBorder#FF8C00
  • editor.selectionBackground#654321
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#FF8C00
  • editorLineNumber.activeForeground#FF8C00
  • editorLineNumber.foreground#FFFFFF
  • editorWhitespace.foreground#654321
  • editorWidget.background#1C1C1C
  • editorWidget.foreground#FFFFFF
  • errorForeground#FF4500
  • focusBorder#654321
  • foreground#FFFFFF
  • icon.foreground#FF8C00
  • input.background#1C1C1C
  • input.border#FF8C00
  • input.foreground#FFFFFF
  • input.placeholderForeground#FF8C00
  • inputOption.activeBackground#FF8C00
  • inputOption.activeBorder#FF8C00
  • inputOption.activeForeground#1C1C1C
  • minimap.background#1C1C1C
  • minimap.errorHighlight#FF4500
  • minimap.findMatchHighlight#FF8C00
  • minimap.selectionHighlight#654321
  • minimap.selectionOccurrenceHighlight#1C1C1C
  • minimap.warningHighlight#FFD700
  • panel.background#1C1C1C
  • panelSectionHeader.background#1C1C1C
  • panelTitle.activeForeground#FF8C00
  • panelTitle.inactiveForeground#FFFFFF
  • pickerGroup.border#FF8C00
  • scrollbarSlider.activeBackground#FF8C00B
  • scrollbarSlider.background#FF8C007
  • scrollbarSlider.hoverBackground#FF8C007
  • selection.background#654321
  • settings.headerForeground#FF8C00
  • settings.modifiedItemIndicator#FF8C00
  • sideBar.background#1C1C1C
  • sideBar.foreground#FFFFFF
  • statusBar.background#1C1C1C
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#FF8C00
  • tab.activeForeground#1C1C1C
  • tab.inactiveBackground#1C1C1C
  • tab.inactiveForeground#FFFFFF
  • tab.unfocusedActiveBackground#1C1C1C
  • tab.unfocusedActiveForeground#FFFFFF
  • tab.unfocusedInactiveBackground#1C1C1C
  • tab.unfocusedInactiveForeground#FFFFFF
  • terminal.ansiBlack#1C1C1C
  • terminal.ansiBlue#4169E1
  • terminal.ansiBrightBlack#1C1C1C
  • terminal.ansiBrightBlue#4169E1
  • terminal.ansiBrightCyan#00CED1
  • terminal.ansiBrightGreen#32CD32
  • terminal.ansiBrightMagenta#8B008B
  • terminal.ansiBrightRed#FF4500
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD700
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#32CD32
  • terminal.ansiMagenta#8B008B
  • terminal.ansiRed#FF4500
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFD700
  • terminal.background#1C1C1C
  • terminal.foreground#FFFFFF
  • terminal.selectionBackground#654321
  • textLink.foreground#FF8C00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#FFD700italic
comment#696969italic
keyword#FF8C00bold
variable#FFFFFF—
string#32CD32—
constant.numeric#FFD700—
constant.language#FF4500—
support.function#4169E1bold
punctuation#FFFFFF—
entity.name.function#4169E1bold
meta.class, entity.other.inherited-class, entity.name.type.class#FF8C00—
entity.name.tag#FF4500—
entity.other.attribute-name#FFD700—
source.json meta.structure.dictionary.json support.type.property-name.json#32CD32—