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#2E1A00
  • activityBar.foreground#FFD700
  • activityBar.inactiveForeground#F4A460
  • activityBarBadge.background#FF8C00
  • activityBarBadge.foreground#FFFACD
  • badge.background#FF8C00
  • badge.foreground#FFFACD
  • button.background#FF8C00
  • button.border#FFA500
  • button.foreground#FFFACD
  • contrastActiveBorder#FFD700
  • contrastBorder#FF8C00
  • descriptionForeground#F4A460
  • diffEditor.insertedTextBorder#32CD32
  • diffEditor.removedTextBorder#DC143C
  • dropdown.background#3D2600
  • dropdown.foreground#FFFACD
  • dropdown.listBackground#2E1A00
  • editor.background#2E1A00
  • editor.foreground#FFFACD
  • editor.lineHighlightBackground#3D2600
  • editor.lineHighlightBorder#FFA500
  • editor.selectionBackground#FF8C00
  • editor.selectionForeground#FFFACD
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#F4A460
  • editorWhitespace.foreground#CD853F
  • editorWidget.background#3D2600
  • editorWidget.foreground#FFFACD
  • errorForeground#DC143C
  • focusBorder#FFA500
  • foreground#FFFACD
  • icon.foreground#FFD700
  • input.background#3D2600
  • input.border#FFA500
  • input.foreground#FFFACD
  • input.placeholderForeground#FFD700
  • inputOption.activeBackground#FF8C00
  • inputOption.activeBorder#FFA500
  • inputOption.activeForeground#FFFACD
  • minimap.background#2E1A00
  • minimap.errorHighlight#DC143C
  • minimap.findMatchHighlight#FFD700
  • minimap.selectionHighlight#FFA500
  • minimap.selectionOccurrenceHighlight#FF8C00
  • minimap.warningHighlight#FF8C00
  • panel.background#2E1A00
  • panelSectionHeader.background#3D2600
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#F4A460
  • pickerGroup.border#FF8C00
  • scrollbarSlider.activeBackground#FFD70077
  • scrollbarSlider.background#FF8C0077
  • scrollbarSlider.hoverBackground#FFA50077
  • selection.background#FF8C00
  • settings.headerForeground#FFD700
  • settings.modifiedItemIndicator#FFA500
  • sideBar.background#2E1A00
  • sideBar.foreground#F4A460
  • statusBar.background#2E1A00
  • statusBar.foreground#F4A460
  • tab.activeBackground#FFA500
  • tab.activeForeground#2E1A00
  • tab.inactiveBackground#2E1A00
  • tab.inactiveForeground#F4A460
  • tab.unfocusedActiveBackground#3D2600
  • tab.unfocusedActiveForeground#F4A460
  • tab.unfocusedInactiveBackground#2E1A00
  • tab.unfocusedInactiveForeground#F4A460
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4169E1
  • terminal.ansiBrightBlack#8B4513
  • terminal.ansiBrightBlue#6495ED
  • terminal.ansiBrightCyan#40E0D0
  • terminal.ansiBrightGreen#90EE90
  • terminal.ansiBrightMagenta#DDA0DD
  • terminal.ansiBrightRed#FF6347
  • terminal.ansiBrightWhite#FFFFF0
  • terminal.ansiBrightYellow#FFFFE0
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#32CD32
  • terminal.ansiMagenta#DA70D6
  • terminal.ansiRed#DC143C
  • terminal.ansiWhite#FFFACD
  • terminal.ansiYellow#FFD700
  • terminal.background#2E1A00
  • terminal.foreground#FFFACD
  • terminal.selectionBackground#FF8C00
  • textLink.foreground#FFA500

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#FFD700italic
comment#CD853Fitalic
keyword#F4A460bold
variable#FFFACD—
string#FFA500—
constant.numeric#FFD700—
constant.language#DC143C—
support.function#FFD700bold
punctuation#F4A460—
entity.name.function#FFD700bold
meta.class, entity.other.inherited-class, entity.name.type.class#FFA500—
entity.name.tag#DC143C—
entity.other.attribute-name#F4A460—
source.json meta.structure.dictionary.json support.type.property-name.json#FFD700—