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#f7e9b7
  • activityBar.foreground#3a2f1a
  • activityBar.inactiveForeground#a19d80
  • activityBarBadge.background#ffe8b7
  • activityBarBadge.foreground#3a2f1a
  • badge.background#ffe8b7
  • badge.foreground#3a2f1a
  • button.background#e19e4b
  • button.border#e19e4b
  • button.foreground#fff7e6
  • contrastActiveBorder#e19e4b
  • contrastBorder#f7e5c7
  • descriptionForeground#4e3b1d
  • diffEditor.insertedTextBorder#e19e4b
  • diffEditor.removedTextBorder#b73838
  • dropdown.background#fdf1c2
  • dropdown.foreground#3a2f1a
  • dropdown.listBackground#fdf1c2
  • editor.background#fdf1c2
  • editor.foreground#3a2f1a
  • editor.lineHighlightBackground#fff7e6
  • editor.lineHighlightBorder#e19e4b
  • editor.selectionBackground#f7e5c7
  • editor.selectionForeground#3a2f1a
  • editorCursor.foreground#e19e4b
  • editorLineNumber.activeForeground#3a2f1a
  • editorLineNumber.foreground#a19d80
  • editorWhitespace.foreground#e19e4b
  • editorWidget.background#f7e9b7
  • editorWidget.foreground#3a2f1a
  • errorForeground#b73838
  • focusBorder#e19e4b
  • foreground#3a2f1a
  • icon.foreground#e19e4b
  • input.background#fdf1c2
  • input.border#e19e4b
  • input.foreground#3a2f1a
  • input.placeholderForeground#a19d80
  • inputOption.activeBackground#e19e4b
  • inputOption.activeBorder#e19e4b
  • inputOption.activeForeground#fff7e6
  • minimap.background#fff7e6
  • minimap.errorHighlight#b73838
  • minimap.findMatchHighlight#e19e4b
  • minimap.selectionHighlight#f7e5c7
  • minimap.selectionOccurrenceHighlight#fdf1c2
  • minimap.warningHighlight#e19e4b
  • panel.background#f7e9b7
  • panelSectionHeader.background#ffe8b7
  • panelTitle.activeForeground#e19e4b
  • panelTitle.inactiveForeground#a19d80
  • pickerGroup.border#e19e4b
  • scrollbarSlider.activeBackground#e19e4b
  • scrollbarSlider.background#e19e4b80
  • scrollbarSlider.hoverBackground#e19e4bb0
  • selection.background#f7e5c7
  • settings.headerForeground#e19e4b
  • settings.modifiedItemIndicator#e19e4b
  • sideBar.background#fdf1c2
  • sideBar.foreground#3a2f1a
  • statusBar.background#ffe8b7
  • statusBar.foreground#3a2f1a
  • tab.activeBackground#fff7e6
  • tab.activeForeground#e19e4b
  • tab.inactiveBackground#fdf1c2
  • tab.inactiveForeground#a19d80
  • tab.unfocusedActiveBackground#fdf1c2
  • tab.unfocusedActiveForeground#a19d80
  • tab.unfocusedInactiveBackground#fdf1c2
  • tab.unfocusedInactiveForeground#a19d80
  • terminal.ansiBlack#4a4a4a
  • terminal.ansiBlue#e19e4b
  • terminal.ansiBrightBlack#a19d80
  • terminal.ansiBrightBlue#e19e4b
  • terminal.ansiBrightCyan#f7e5c7
  • terminal.ansiBrightGreen#e19e4b
  • terminal.ansiBrightMagenta#b881a7
  • terminal.ansiBrightRed#b73838
  • terminal.ansiBrightWhite#fff7e6
  • terminal.ansiBrightYellow#ffe8b7
  • terminal.ansiCyan#f7e5c7
  • terminal.ansiGreen#e19e4b
  • terminal.ansiMagenta#b881a7
  • terminal.ansiRed#b73838
  • terminal.ansiWhite#fdf1c2
  • terminal.ansiYellow#ffe8b7
  • terminal.background#fdf1c2
  • terminal.foreground#3a2f1a
  • terminal.selectionBackground#f7e5c7
  • textLink.foreground#e19e4b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#e19e4bitalic
comment#a19d80italic
keyword#b73838bold
variable#3a2f1a—
string#e19e4b—
constant.numeric#ffe8b7—
constant.language#b73838—
support.function#e19e4bbold
punctuation#3a2f1a—
entity.name.function#e19e4bbold
meta.class, entity.other.inherited-class, entity.name.type.class#e19e4b—
entity.name.tag#b73838—
entity.other.attribute-name#ffe8b7—
source.json meta.structure.dictionary.json support.type.property-name.json#b73838—