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#070509
  • activityBar.foreground#AB47BC
  • activityBar.inactiveForeground#7B1FA2
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#0D0A0F
  • badge.background#FF6F00
  • badge.foreground#0D0A0F
  • button.background#673AB7
  • button.border#9C27B0
  • button.foreground#F3E5F5
  • contrastActiveBorder#9C27B0
  • contrastBorder#673AB7
  • descriptionForeground#CE93D8
  • diffEditor.insertedTextBorder#4CAF50
  • diffEditor.removedTextBorder#F44336
  • dropdown.background#1A0E1F
  • dropdown.foreground#F3E5F5
  • dropdown.listBackground#0D0A0F
  • editor.background#0D0A0F
  • editor.foreground#F3E5F5
  • editor.lineHighlightBackground#1A0E1F
  • editor.lineHighlightBorder#9C27B0
  • editor.selectionBackground#9C27B050
  • editor.selectionForeground#F3E5F5
  • editorCursor.foreground#AB47BC
  • editorLineNumber.activeForeground#AB47BC
  • editorLineNumber.foreground#B39DDB
  • editorWhitespace.foreground#7B1FA2
  • editorWidget.background#1A0E1F
  • editorWidget.foreground#F3E5F5
  • errorForeground#F44336
  • focusBorder#9C27B0
  • foreground#F3E5F5
  • icon.foreground#AB47BC
  • input.background#1A0E1F
  • input.border#9C27B0
  • input.foreground#F3E5F5
  • input.placeholderForeground#7B1FA2
  • inputOption.activeBackground#9C27B0
  • inputOption.activeBorder#673AB7
  • inputOption.activeForeground#0D0A0F
  • minimap.background#0D0A0F
  • minimap.errorHighlight#F44336
  • minimap.findMatchHighlight#FF9800
  • minimap.selectionHighlight#9C27B0
  • minimap.selectionOccurrenceHighlight#9C27B050
  • minimap.warningHighlight#FF9800
  • panel.background#0D0A0F
  • panelSectionHeader.background#1A0E1F
  • panelTitle.activeForeground#AB47BC
  • panelTitle.inactiveForeground#B39DDB
  • pickerGroup.border#9C27B0
  • scrollbarSlider.activeBackground#9C27B080
  • scrollbarSlider.background#7B1FA250
  • scrollbarSlider.hoverBackground#B39DDB70
  • selection.background#9C27B0
  • settings.headerForeground#AB47BC
  • settings.modifiedItemIndicator#9C27B0
  • sideBar.background#0D0A0F
  • sideBar.foreground#CE93D8
  • statusBar.background#070509
  • statusBar.foreground#CE93D8
  • tab.activeBackground#9C27B0
  • tab.activeForeground#0D0A0F
  • tab.inactiveBackground#1A0E1F
  • tab.inactiveForeground#7B1FA2
  • tab.unfocusedActiveBackground#7B1FA2
  • tab.unfocusedActiveForeground#F3E5F5
  • tab.unfocusedInactiveBackground#0D0A0F
  • tab.unfocusedInactiveForeground#7B1FA2
  • terminal.ansiBlack#0D0A0F
  • terminal.ansiBlue#3F51B5
  • terminal.ansiBrightBlack#7B1FA2
  • terminal.ansiBrightBlue#7986CB
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightWhite#F3E5F5
  • terminal.ansiBrightYellow#FFB74D
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#F44336
  • terminal.ansiWhite#F3E5F5
  • terminal.ansiYellow#FF9800
  • terminal.background#0D0A0F
  • terminal.foreground#F3E5F5
  • terminal.selectionBackground#9C27B050
  • textLink.foreground#AB47BC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#9C27B0italic
comment#7B1FA2italic
keyword#AB47BCbold
variable#F3E5F5—
string#81C784—
constant.numeric#FFB74D—
constant.language#EF5350—
support.function#4DD0E1bold
punctuation#B39DDB—
entity.name.function#4DD0E1bold
meta.class, entity.other.inherited-class, entity.name.type.class#9C27B0—
entity.name.tag#F44336—
entity.other.attribute-name#AB47BC—
source.json meta.structure.dictionary.json support.type.property-name.json#FFB74D—