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#1D2225
  • activityBar.border#3C4549
  • activityBar.foreground#C75760
  • activityBarBadge.background#C75760
  • activityBarBadge.foreground#16191D
  • badge.background#C75760
  • badge.foreground#16191D
  • button.background#C75760
  • button.foreground#16191D
  • button.hoverBackground#C75760
  • dropdown.background#1D2225
  • dropdown.border#3C4549
  • dropdown.foreground#FFFFFF
  • editor.background#0F1215
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1D222599
  • editor.selectionBackground#25373480
  • editorBracketMatch.background#25373455
  • editorBracketMatch.border#C75760
  • editorCursor.foreground#C75760
  • editorGroupHeader.tabsBackground#1D2225
  • editorIndentGuide.activeBackground#3C4549
  • editorIndentGuide.background#3C454988
  • editorLineNumber.activeForeground#83B9AC
  • editorLineNumber.foreground#FFFFFFAA
  • editorWhitespace.foreground#3C454966
  • focusBorder#3C4549
  • foreground#FFFFFF
  • gitDecoration.deletedResourceForeground#CD515B
  • gitDecoration.modifiedResourceForeground#CEA23B
  • gitDecoration.untrackedResourceForeground#5CA385
  • input.background#1D2225
  • input.border#3C4549
  • input.foreground#FFFFFF
  • inputOption.activeBorder#C75760
  • list.activeSelectionBackground#253734
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#C75760
  • list.hoverBackground#1D2225
  • list.inactiveSelectionBackground#253734
  • minimap.selectionHighlight#253734AA
  • panel.background#1D2225
  • panel.border#3C4549
  • peekView.border#3C4549
  • peekViewEditor.background#1D2225
  • peekViewTitle.background#1D2225
  • scrollbarSlider.activeBackground#C75760AA
  • scrollbarSlider.background#3C454966
  • scrollbarSlider.hoverBackground#3C454999
  • sideBar.background#16191D
  • sideBar.border#3C4549
  • sideBar.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#1D2225
  • statusBar.border#3C4549
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#0F1215
  • tab.activeForeground#FFFFFF
  • tab.border#3C4549
  • tab.inactiveBackground#253734
  • tab.inactiveForeground#83B9AC
  • terminal.ansiBlack#0F1215
  • terminal.ansiBlue#83B9AC
  • terminal.ansiCyan#FFFFFF
  • terminal.ansiGreen#83B9AC
  • terminal.ansiMagenta#C75760
  • terminal.ansiRed#C75760
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#253734
  • terminal.background#0F1215
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#1D2225
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#16191D
  • titleBar.inactiveForeground#FFFFFF
  • widget.shadow#0A0A0A55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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