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#0F1A14
  • activityBar.border#27342E
  • activityBar.foreground#2BEE5B
  • activityBarBadge.background#2BEE5B
  • activityBarBadge.foreground#0B140F
  • badge.background#2BEE5B
  • badge.foreground#0B140F
  • button.background#2BEE5B
  • button.foreground#0B140F
  • button.hoverBackground#47F572
  • dropdown.background#141F1A
  • dropdown.border#384D42
  • dropdown.foreground#D7F4DE
  • editor.background#0A100D
  • editor.foreground#B0E8BE
  • editor.lineHighlightBackground#0F1A1499
  • editor.selectionBackground#12492080
  • editorBracketMatch.background#12492055
  • editorBracketMatch.border#2BEE5B
  • editorCursor.foreground#2BEE5B
  • editorGroupHeader.tabsBackground#0F1A14
  • editorIndentGuide.activeBackground#384D42
  • editorIndentGuide.background#27342E88
  • editorLineNumber.activeForeground#49DF6E
  • editorLineNumber.foreground#81A78AAA
  • editorWhitespace.foreground#27342E66
  • focusBorder#384D42
  • foreground#B0E8BE
  • gitDecoration.deletedResourceForeground#FF6B6B
  • gitDecoration.modifiedResourceForeground#E9C93F
  • gitDecoration.untrackedResourceForeground#4ED4B1
  • input.background#141F1A
  • input.border#384D42
  • input.foreground#D7F4DE
  • inputOption.activeBorder#2BEE5B
  • list.activeSelectionBackground#124920
  • list.activeSelectionForeground#B0E8BE
  • list.focusOutline#2BEE5B
  • list.hoverBackground#141F1A
  • list.inactiveSelectionBackground#131B17
  • minimap.selectionHighlight#124920AA
  • panel.background#0F1A14
  • panel.border#27342E
  • peekView.border#384D42
  • peekViewEditor.background#0C1712
  • peekViewTitle.background#0F1A14
  • scrollbarSlider.activeBackground#2BEE5BAA
  • scrollbarSlider.background#384D4266
  • scrollbarSlider.hoverBackground#384D4299
  • sideBar.background#0B140F
  • sideBar.border#27342E
  • sideBar.foreground#D0F1D8
  • sideBarTitle.foreground#B0E8BE
  • statusBar.background#0F1A14
  • statusBar.border#27342E
  • statusBar.foreground#8FAE96
  • tab.activeBackground#0A100D
  • tab.activeForeground#B0E8BE
  • tab.border#27342E
  • tab.inactiveBackground#131B17
  • tab.inactiveForeground#9FD1AB
  • terminal.ansiBlack#0A100D
  • terminal.ansiBlue#9FD1AB
  • terminal.ansiCyan#81A78A
  • terminal.ansiGreen#49DF6E
  • terminal.ansiMagenta#38FA69
  • terminal.ansiRed#2BEE5B
  • terminal.ansiWhite#B0E8BE
  • terminal.ansiYellow#0BDA3F
  • terminal.background#0A100D
  • terminal.foreground#B0E8BE
  • titleBar.activeBackground#0F1A14
  • titleBar.activeForeground#B0E8BE
  • titleBar.inactiveBackground#0B140F
  • titleBar.inactiveForeground#81A78A
  • widget.shadow#03070555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment.block.documentation#5B8B69italic
string, constant.other.symbol, string.regexp, string.template#4ED4B1
constant.character.escape#61FFDF
constant.numeric#E9C93F
constant.language.boolean, constant.language.null, constant.language.undefined#F5D742
constant, entity.name.constant, support.constant#F09E9E
keyword, storage.type, storage.modifier, storage.type.function#FF6B6B
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.return, keyword.control.import, keyword.control.export#FF8A8A
keyword.operator, keyword.operator.expression, keyword.operator.logical, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment#6A9A79
storage.type.class, storage.type.interface, storage.type.enum#FF6B6B
punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, punctuation.definition.array, punctuation.section#4A7858
entity.name.type, support.type, support.class, entity.name.type.class, entity.name.type.interface, entity.name.type.enum#86DFA8
support.type.builtin, entity.name.type.primitive#9EF0BF
entity.name.function, meta.definition.function entity.name.function, entity.name.function.definition#38FA69
meta.function-call entity.name.function, meta.function-call support.function, support.function, entity.name.function.member#2BEE5B
variable.parameter, variable.parameter.function#81A78A
variable.other.property, variable.other.object.property, variable.object.property, support.type.property-name, meta.object-literal.key, meta.field.declaration variable.object.property#49DF6E
variable, meta.definition.variable, variable.other.readwrite#B0E8BE
entity.name.tag, entity.name.tag.template, entity.name.tag.style, entity.name.tag.script, entity.name.tag.css, entity.name.tag.custom.css#FF6B6B
punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#5B8B69
entity.other.attribute-name, entity.other.attribute-name.html#86DFA8
support.class.component, entity.name.tag.template.value#E9C93F
support.type.property-name.css, meta.property-name.css, support.type.vendored.property-name.css#4ED4B1
entity.other.attribute-name.class.css, entity.other.attribute-name.class#F5D742
entity.other.attribute-name.id.css, entity.other.attribute-name.id#FF6B6B
support.constant.property-value.css, meta.property-value.css, constant.other.color.rgb-value.css#86DFA8
markup.heading#FF6B6Bbold
markup.boldbold
markup.italicitalic
markup.quote#B0E8BE
markup.inline.raw, markup.fenced_code#4ED4B1
invalid, invalid.illegal#FF6B6B