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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#DC143Citalic
comment#B22222italic
keyword#FF4500bold
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#DC143C—
entity.name.tag#ff5555—
entity.other.attribute-name#FF4500—
source.json meta.structure.dictionary.json support.type.property-name.json#f1fa8c—