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#F1EEE9
  • activityBar.border#CFC8BF
  • activityBar.foreground#A83524
  • activityBarBadge.background#A83524
  • activityBarBadge.foreground#FDFDFC
  • badge.background#A83524
  • badge.foreground#FDFDFC
  • button.background#A83524
  • button.foreground#FDFDFC
  • button.hoverBackground#A83524
  • dropdown.background#FDFDFC
  • dropdown.border#CFC8BF
  • dropdown.foreground#000000
  • editor.background#FDFDFC
  • editor.foreground#000000
  • editor.lineHighlightBackground#F1EEE9CC
  • editor.selectionBackground#DEEDE466
  • editorBracketMatch.background#DEEDE455
  • editorBracketMatch.border#A83524
  • editorCursor.foreground#A83524
  • editorGroupHeader.tabsBackground#F1EEE9
  • editorIndentGuide.activeBackground#CFC8BF
  • editorIndentGuide.background#CFC8BF88
  • editorLineNumber.activeForeground#2E6B4D
  • editorLineNumber.foreground#000000AA
  • editorWhitespace.foreground#CFC8BF66
  • focusBorder#CFC8BF
  • foreground#000000
  • gitDecoration.deletedResourceForeground#AD2B1F
  • gitDecoration.modifiedResourceForeground#B38019
  • gitDecoration.untrackedResourceForeground#2E6B47
  • input.background#FDFDFC
  • input.border#CFC8BF
  • input.foreground#000000
  • inputOption.activeBorder#A83524
  • list.activeSelectionBackground#DEEDE4
  • list.activeSelectionForeground#000000
  • list.focusOutline#A83524
  • list.hoverBackground#FDFDFC
  • list.inactiveSelectionBackground#DEEDE4
  • minimap.selectionHighlight#DEEDE4AA
  • panel.background#F1EEE9
  • panel.border#CFC8BF
  • peekView.border#CFC8BF
  • peekViewEditor.background#FDFDFC
  • peekViewTitle.background#F1EEE9
  • scrollbarSlider.activeBackground#A83524AA
  • scrollbarSlider.background#CFC8BF66
  • scrollbarSlider.hoverBackground#CFC8BF99
  • sideBar.background#F8F6F2
  • sideBar.border#CFC8BF
  • sideBar.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#F1EEE9
  • statusBar.border#CFC8BF
  • statusBar.foreground#000000
  • tab.activeBackground#FDFDFC
  • tab.activeForeground#000000
  • tab.border#CFC8BF
  • tab.inactiveBackground#DEEDE4
  • tab.inactiveForeground#2E6B4D
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#2E6B4D
  • terminal.ansiCyan#000000
  • terminal.ansiGreen#2E6B4D
  • terminal.ansiMagenta#A83524
  • terminal.ansiRed#A83524
  • terminal.ansiWhite#000000
  • terminal.ansiYellow#DEEDE4
  • terminal.background#FDFDFC
  • terminal.foreground#000000
  • titleBar.activeBackground#F1EEE9
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#F8F6F2
  • titleBar.inactiveForeground#000000
  • widget.shadow#81706555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment.block.documentation#817065italic
string, constant.other.symbol, string.regexp, string.template#2E6B4D
constant.character.escape#A83524
constant.numeric#A83524
constant.language.boolean, constant.language.null, constant.language.undefined#A83524
constant, entity.name.constant, support.constant#A83524
keyword, storage.type, storage.modifier, storage.type.function#A83524
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.return, keyword.control.import, keyword.control.export#A83524
keyword.operator, keyword.operator.expression, keyword.operator.logical, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment#817065
storage.type.class, storage.type.interface, storage.type.enum#A83524
punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, punctuation.definition.array, punctuation.section#817065
entity.name.type, support.type, support.class, entity.name.type.class, entity.name.type.interface, entity.name.type.enum#2E6B4D
support.type.builtin, entity.name.type.primitive#2E6B4D
entity.name.function, meta.definition.function entity.name.function, entity.name.function.definition#422E24
meta.function-call entity.name.function, meta.function-call support.function, support.function, entity.name.function.member#A83524
variable.parameter, variable.parameter.function#422E24
variable.other.property, variable.other.object.property, variable.object.property, support.type.property-name, meta.object-literal.key, meta.field.declaration variable.object.property#2E6B4D
variable, meta.definition.variable, variable.other.readwrite#422E24
entity.name.tag, entity.name.tag.template, entity.name.tag.style, entity.name.tag.script, entity.name.tag.css, entity.name.tag.custom.css#A83524
punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#817065
entity.other.attribute-name, entity.other.attribute-name.html#2E6B4D
support.class.component, entity.name.tag.template.value#A83524
support.type.property-name.css, meta.property-name.css, support.type.vendored.property-name.css#2E6B47
entity.other.attribute-name.class.css, entity.other.attribute-name.class#A83524
entity.other.attribute-name.id.css, entity.other.attribute-name.id#A83524
support.constant.property-value.css, meta.property-value.css, constant.other.color.rgb-value.css#2E6B4D
markup.heading#A83524bold
markup.boldbold
markup.italicitalic
markup.quote#422E24
markup.inline.raw, markup.fenced_code#2E6B4D
invalid, invalid.illegal#C22929