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#0A0507
  • activityBar.border#ffffff15
  • activityBar.foreground#E96786
  • activityBar.inactiveForeground#FFF8F960
  • activityBarBadge.background#E96786
  • activityBarBadge.foreground#0A0507
  • button.background#E96786
  • button.foreground#0A0507
  • button.hoverBackground#E96786dd
  • editor.background#0A0507
  • editor.foreground#FFF8F9
  • editor.inactiveSelectionBackground#EC798A3580
  • editor.lineHighlightBackground#1B0D1040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC798A35
  • editorCursor.foreground#E96786
  • editorGroupHeader.tabsBackground#0A0507dd
  • editorLineNumber.activeForeground#E96786
  • editorLineNumber.foreground#F6E0E080
  • focusBorder#E96786
  • foreground#FFF8F9
  • input.background#1B0D10
  • input.border#ffffff15
  • input.foreground#FFF8F9
  • input.placeholderForeground#FFF8F960
  • list.activeSelectionBackground#E9678630
  • list.activeSelectionForeground#FFF8F9
  • list.highlightForeground#E96786
  • list.hoverBackground#1B0D1040
  • list.hoverForeground#FFF8F9
  • list.inactiveSelectionBackground#E9678615
  • list.inactiveSelectionForeground#FFF8F9
  • selection.background#EC798A35
  • sideBar.background#1B0D10
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF8F9
  • sideBarSectionHeader.background#0A050780
  • sideBarSectionHeader.foreground#FFF8F9
  • sideBarTitle.foreground#E96786
  • statusBar.background#0A0507
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF8F9
  • statusBar.noFolderBackground#0A0507
  • tab.activeBackground#0A0507
  • tab.activeBorderTop#E96786
  • tab.activeForeground#FFF8F9
  • tab.border#ffffff15
  • tab.inactiveBackground#1B0D1060
  • tab.inactiveForeground#FFF8F980
  • terminal.ansiBlack#0A0507
  • terminal.ansiBlue#EC798A
  • terminal.ansiCyan#55E0E7
  • terminal.ansiGreen#E96786
  • terminal.ansiMagenta#F1AD83
  • terminal.ansiRed#F1AD83
  • terminal.ansiWhite#FFF8F9
  • terminal.ansiYellow#55E0E7
  • terminal.background#0A0507
  • terminal.foreground#FFF8F9
  • titleBar.activeBackground#0A0507
  • titleBar.activeForeground#FFF8F9
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0A0507
  • titleBar.inactiveForeground#FFF8F960
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F6E0E0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC798Abold
storage.type, storage.modifier#EC798Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96786
string, punctuation.definition.string, string.template, meta.template.expression#55E0E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1AD83
variable, variable.other.readwrite, variable.other.object#FFF8F9
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF8F9
variable.parameter, meta.parameter#FFF8F9dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF8F980
keyword.operator#FFF8F9
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E0E7bold
entity.other.inherited-class#E96786
entity.name.tag, punctuation.definition.tag#EC798A
entity.other.attribute-name#E96786
meta.diff, meta.diff.header#F6E0E0
markup.deleted#F1AD83
markup.inserted#E96786
markup.changed#55E0E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E96786bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E0E7
string.other.link.title, string.other.link.description#E96786
markup.underline.link#F6E0E0underline
punctuation.definition.list#EC798A
markup.quote, punctuation.definition.quote#F6E0E0italic