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#0F0907
  • activityBar.foreground#FF6B35
  • activityBar.inactiveForeground#8D6E63
  • activityBarBadge.background#E91E63
  • activityBarBadge.foreground#FFF8E1
  • badge.background#FF6B35
  • badge.foreground#1A0E0A
  • button.background#E91E63
  • button.border#FF6B35
  • button.foreground#FFF8E1
  • contrastActiveBorder#FF6B35
  • contrastBorder#E91E63
  • descriptionForeground#FFCC80
  • diffEditor.insertedTextBorder#4CAF50
  • diffEditor.removedTextBorder#FF5722
  • dropdown.background#2D1B16
  • dropdown.foreground#FFF8E1
  • dropdown.listBackground#1A0E0A
  • editor.background#1A0E0A
  • editor.foreground#FFF8E1
  • editor.lineHighlightBackground#2D1B16
  • editor.lineHighlightBorder#FF6B35
  • editor.selectionBackground#E91E6350
  • editor.selectionForeground#FFF8E1
  • editorCursor.foreground#FF6B35
  • editorLineNumber.activeForeground#FF6B35
  • editorLineNumber.foreground#BCAAA4
  • editorWhitespace.foreground#8D6E63
  • editorWidget.background#2D1B16
  • editorWidget.foreground#FFF8E1
  • errorForeground#FF5722
  • focusBorder#FF6B35
  • foreground#FFF8E1
  • icon.foreground#FF6B35
  • input.background#2D1B16
  • input.border#FF6B35
  • input.foreground#FFF8E1
  • input.placeholderForeground#8D6E63
  • inputOption.activeBackground#FF6B35
  • inputOption.activeBorder#E91E63
  • inputOption.activeForeground#1A0E0A
  • minimap.background#1A0E0A
  • minimap.errorHighlight#FF5722
  • minimap.findMatchHighlight#FFAB00
  • minimap.selectionHighlight#E91E63
  • minimap.selectionOccurrenceHighlight#FF6B3550
  • minimap.warningHighlight#FFAB00
  • panel.background#1A0E0A
  • panelSectionHeader.background#2D1B16
  • panelTitle.activeForeground#FF6B35
  • panelTitle.inactiveForeground#BCAAA4
  • pickerGroup.border#FF6B35
  • scrollbarSlider.activeBackground#FF6B3580
  • scrollbarSlider.background#8D6E6350
  • scrollbarSlider.hoverBackground#BCAAA470
  • selection.background#E91E63
  • settings.headerForeground#FF6B35
  • settings.modifiedItemIndicator#E91E63
  • sideBar.background#1A0E0A
  • sideBar.foreground#FFCC80
  • statusBar.background#0F0907
  • statusBar.foreground#FFCC80
  • tab.activeBackground#FF6B35
  • tab.activeForeground#1A0E0A
  • tab.inactiveBackground#2D1B16
  • tab.inactiveForeground#8D6E63
  • tab.unfocusedActiveBackground#8D6E63
  • tab.unfocusedActiveForeground#FFF8E1
  • tab.unfocusedInactiveBackground#1A0E0A
  • tab.unfocusedInactiveForeground#8D6E63
  • terminal.ansiBlack#1A0E0A
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlack#8D6E63
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#F06292
  • terminal.ansiBrightRed#FF8A65
  • terminal.ansiBrightWhite#FFF8E1
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#E91E63
  • terminal.ansiRed#FF5722
  • terminal.ansiWhite#FFF8E1
  • terminal.ansiYellow#FFAB00
  • terminal.background#1A0E0A
  • terminal.foreground#FFF8E1
  • terminal.selectionBackground#E91E6350
  • textLink.foreground#FF6B35

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#E91E63italic
comment#8D6E63italic
keyword#FF6B35bold
variable#FFF8E1—
string#81C784—
constant.numeric#FFD54F—
constant.language#FF8A65—
support.function#4DD0E1bold
punctuation#BCAAA4—
entity.name.function#4DD0E1bold
meta.class, entity.other.inherited-class, entity.name.type.class#E91E63—
entity.name.tag#FF5722—
entity.other.attribute-name#FF6B35—
source.json meta.structure.dictionary.json support.type.property-name.json#FFD54F—