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.activeBorder#e8a0b8
  • activityBar.background#120810
  • activityBar.foreground#f0d0dc
  • activityBarBadge.background#e8a0b8
  • activityBarBadge.foreground#1e0f14
  • badge.background#e8a0b8
  • badge.foreground#1e0f14
  • button.background#7a1530
  • button.foreground#ffd6e0
  • button.hoverBackground#b87890
  • editor.background#1e0f14
  • editor.findMatchBackground#7a153060
  • editor.findMatchHighlightBackground#7a153040
  • editor.foreground#f0d0dc
  • editor.lineHighlightBackground#2d1820
  • editor.selectionBackground#5a253580
  • editorBracketMatch.background#7a153030
  • editorBracketMatch.border#e8a0b8
  • editorCursor.foreground#e8a0b8
  • editorGroupHeader.tabsBackground#170b10
  • editorLineNumber.activeForeground#e8a0b8
  • editorLineNumber.foreground#6a3848
  • focusBorder#e8a0b880
  • input.background#170b10
  • input.border#6a384840
  • input.foreground#f0d0dc
  • input.placeholderForeground#6a3848
  • list.activeSelectionBackground#5a2535
  • list.activeSelectionForeground#f0d0dc
  • list.hoverBackground#e8a0b820
  • list.inactiveSelectionBackground#5a253580
  • panel.background#170b10
  • panel.border#6a384830
  • panelTitle.activeBorder#e8a0b8
  • panelTitle.activeForeground#e8a0b8
  • scrollbarSlider.activeBackground#b8789070
  • scrollbarSlider.background#b8789030
  • scrollbarSlider.hoverBackground#b8789050
  • sideBar.background#170b10
  • sideBar.border#6a384830
  • sideBar.foreground#f0d0dc
  • sideBarTitle.foreground#e8a0b8
  • statusBar.background#7a1530
  • statusBar.foreground#ffd6e0
  • statusBar.noFolderBackground#7a1530
  • statusBarItem.hoverBackground#b8789040
  • tab.activeBackground#1e0f14
  • tab.activeBorderTop#e8a0b8
  • tab.activeForeground#f0d0dc
  • tab.inactiveBackground#170b10
  • tab.inactiveForeground#6a3848
  • terminal.ansiBrightGreen#ffd6e0
  • terminal.ansiBrightRed#e8a0b8
  • terminal.ansiGreen#b87890
  • terminal.ansiRed#c0506a
  • terminal.background#1e0f14
  • terminal.foreground#f0d0dc
  • titleBar.activeBackground#170b10
  • titleBar.activeForeground#f0d0dc
  • titleBar.inactiveBackground#120810

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a3848italic
keyword, keyword.control, keyword.operator.new, storage, storage.type, keyword.control.import, keyword.control.export#e8a0b8—
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor#b87890—
entity.name.function, support.function, meta.function-call.generic#c0506a—
entity.name.class, entity.name.type, support.class, support.type#e8a0b8italic
string, string.quoted, string.template#ffd6e0—
constant, constant.numeric, constant.language, constant.character#b87890—
variable, variable.other#f5c2ce—
variable.parameter#f5c2ceitalic
entity.name.tag, meta.tag#c0506a—
entity.other.attribute-name#e8a0b8—
support.type.property-name, entity.other.attribute-name.css#f5c2ce—
punctuation.definition.string#b87890—
markup.heading#e8a0b8bold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#ffd6e0—