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#0F0505
  • activityBar.foreground#DC143C
  • activityBar.inactiveForeground#8B0000
  • activityBarBadge.background#FFD700
  • activityBarBadge.foreground#000000
  • badge.background#FFD700
  • badge.foreground#000000
  • button.background#DC143C
  • button.border#FFD700
  • button.foreground#F5F5DC
  • contrastActiveBorder#FFD700
  • contrastBorder#DC143C
  • descriptionForeground#E6E6FA
  • dropdown.background#2A1A1A
  • dropdown.foreground#F5F5DC
  • dropdown.listBackground#1A0A0A
  • editor.background#1A0A0A
  • editor.foreground#F5F5DC
  • editor.lineHighlightBackground#2A1A1A
  • editor.lineHighlightBorder#DC143C
  • editor.selectionBackground#DC143C
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#B8860B
  • editorWhitespace.foreground#8B0000
  • errorForeground#FF0000
  • focusBorder#DC143C
  • foreground#F5F5DC
  • input.background#2A1A1A
  • input.border#DC143C
  • input.foreground#F5F5DC
  • input.placeholderForeground#8B0000
  • inputOption.activeBackground#DC143C
  • inputOption.activeBorder#FFD700
  • inputOption.activeForeground#FFFFFF
  • panel.background#1A0A0A
  • panelSectionHeader.background#2A1A1A
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#E6E6FA
  • selection.background#DC143C
  • sideBar.background#1A0A0A
  • sideBar.foreground#E6E6FA
  • statusBar.background#0F0505
  • statusBar.foreground#E6E6FA
  • tab.activeBackground#DC143C
  • tab.activeForeground#F5F5DC
  • tab.inactiveBackground#1A0A0A
  • tab.inactiveForeground#8B0000
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#191970
  • terminal.ansiCyan#008B8B
  • terminal.ansiGreen#006400
  • terminal.ansiMagenta#8B008B
  • terminal.ansiRed#DC143C
  • terminal.ansiWhite#F5F5DC
  • terminal.ansiYellow#FFD700
  • terminal.background#1A0A0A
  • terminal.foreground#F5F5DC
  • textLink.foreground#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#FFD700italic
comment#8B0000italic
keyword#FF4500bold
variable#F5F5DC
string#32CD32
constant.numeric#FFD700
constant.language#DC143C
support.function#008B8Bbold
punctuation#E6E6FA
entity.name.function#008B8Bbold
meta.class, entity.other.inherited-class, entity.name.type.class#FFD700
entity.name.tag#DC143C
entity.other.attribute-name#B8860B
source.json meta.structure.dictionary.json support.type.property-name.json#FFD700