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#1A2128
  • activityBar.border#39424C
  • activityBar.foreground#69A7D3
  • activityBarBadge.background#69A7D3
  • activityBarBadge.foreground#121821
  • badge.background#69A7D3
  • badge.foreground#121821
  • button.background#69A7D3
  • button.foreground#121821
  • button.hoverBackground#69A7D3
  • dropdown.background#1A2128
  • dropdown.border#39424C
  • dropdown.foreground#FFFFFF
  • editor.background#0C1017
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1A212899
  • editor.selectionBackground#2A322080
  • editorBracketMatch.background#2A322055
  • editorBracketMatch.border#69A7D3
  • editorCursor.foreground#69A7D3
  • editorGroupHeader.tabsBackground#1A2128
  • editorIndentGuide.activeBackground#39424C
  • editorIndentGuide.background#39424C88
  • editorLineNumber.activeForeground#A9C07C
  • editorLineNumber.foreground#FFFFFFAA
  • editorWhitespace.foreground#39424C66
  • focusBorder#39424C
  • foreground#FFFFFF
  • gitDecoration.deletedResourceForeground#D15347
  • gitDecoration.modifiedResourceForeground#D49F35
  • gitDecoration.untrackedResourceForeground#59A679
  • input.background#1A2128
  • input.border#39424C
  • input.foreground#FFFFFF
  • inputOption.activeBorder#69A7D3
  • list.activeSelectionBackground#2A3220
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#69A7D3
  • list.hoverBackground#1A2128
  • list.inactiveSelectionBackground#2A3220
  • minimap.selectionHighlight#2A3220AA
  • panel.background#1A2128
  • panel.border#39424C
  • peekView.border#39424C
  • peekViewEditor.background#1A2128
  • peekViewTitle.background#1A2128
  • scrollbarSlider.activeBackground#69A7D3AA
  • scrollbarSlider.background#39424C66
  • scrollbarSlider.hoverBackground#39424C99
  • sideBar.background#121821
  • sideBar.border#39424C
  • sideBar.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#1A2128
  • statusBar.border#39424C
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#0C1017
  • tab.activeForeground#FFFFFF
  • tab.border#39424C
  • tab.inactiveBackground#2A3220
  • tab.inactiveForeground#A9C07C
  • terminal.ansiBlack#0C1017
  • terminal.ansiBlue#A9C07C
  • terminal.ansiCyan#FFFFFF
  • terminal.ansiGreen#A9C07C
  • terminal.ansiMagenta#69A7D3
  • terminal.ansiRed#69A7D3
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#2A3220
  • terminal.background#0C1017
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#1A2128
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#121821
  • titleBar.inactiveForeground#FFFFFF
  • widget.shadow#0A0A0A55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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