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#2D1A29
  • activityBar.border#ffffff15
  • activityBar.foreground#E967BA
  • activityBar.inactiveForeground#f8f1e760
  • activityBarBadge.background#E967BA
  • activityBarBadge.foreground#2D1A29
  • button.background#E967BA
  • button.foreground#2D1A29
  • button.hoverBackground#E967BAdd
  • editor.background#2D1A29
  • editor.foreground#f8f1e7
  • editor.inactiveSelectionBackground#EC79CF3580
  • editor.lineHighlightBackground#1F191B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC79CF35
  • editorCursor.foreground#E967BA
  • editorGroupHeader.tabsBackground#2D1A29dd
  • editorLineNumber.activeForeground#E967BA
  • editorLineNumber.foreground#e5e6e280
  • focusBorder#E967BA
  • foreground#f8f1e7
  • input.background#1F191B
  • input.border#ffffff15
  • input.foreground#f8f1e7
  • input.placeholderForeground#f8f1e760
  • list.activeSelectionBackground#E967BA30
  • list.activeSelectionForeground#f8f1e7
  • list.highlightForeground#E967BA
  • list.hoverBackground#1F191B40
  • list.hoverForeground#f8f1e7
  • list.inactiveSelectionBackground#E967BA15
  • list.inactiveSelectionForeground#f8f1e7
  • selection.background#EC79CF35
  • sideBar.background#1F191B
  • sideBar.border#ffffff15
  • sideBar.foreground#f8f1e7
  • sideBarSectionHeader.background#2D1A2980
  • sideBarSectionHeader.foreground#f8f1e7
  • sideBarTitle.foreground#E967BA
  • statusBar.background#2D1A29
  • statusBar.border#ffffff15
  • statusBar.foreground#f8f1e7
  • statusBar.noFolderBackground#2D1A29
  • tab.activeBackground#2D1A29
  • tab.activeBorderTop#E967BA
  • tab.activeForeground#f8f1e7
  • tab.border#ffffff15
  • tab.inactiveBackground#1F191B60
  • tab.inactiveForeground#f8f1e780
  • terminal.ansiBlack#2D1A29
  • terminal.ansiBlue#EC79CF
  • terminal.ansiCyan#92E755
  • terminal.ansiGreen#E967BA
  • terminal.ansiMagenta#F183C3
  • terminal.ansiRed#F183C3
  • terminal.ansiWhite#f8f1e7
  • terminal.ansiYellow#92E755
  • terminal.background#2D1A29
  • terminal.foreground#f8f1e7
  • titleBar.activeBackground#2D1A29
  • titleBar.activeForeground#f8f1e7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2D1A29
  • titleBar.inactiveForeground#f8f1e760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e5e6e2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC79CFbold
storage.type, storage.modifier#EC79CFitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E967BA
string, punctuation.definition.string, string.template, meta.template.expression#92E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F183C3
variable, variable.other.readwrite, variable.other.object#f8f1e7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f8f1e7
variable.parameter, meta.parameter#f8f1e7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f8f1e780
keyword.operator#f8f1e7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#92E755bold
entity.other.inherited-class#E967BA
entity.name.tag, punctuation.definition.tag#EC79CF
entity.other.attribute-name#E967BA
meta.diff, meta.diff.header#e5e6e2
markup.deleted#F183C3
markup.inserted#E967BA
markup.changed#92E755
markup.heading, markup.heading.setext, punctuation.definition.heading#E967BAbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#92E755
string.other.link.title, string.other.link.description#E967BA
markup.underline.link#e5e6e2underline
punctuation.definition.list#EC79CF
markup.quote, punctuation.definition.quote#e5e6e2italic