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#2A1F19
  • activityBar.border#ffffff15
  • activityBar.foreground#E9677B
  • activityBar.inactiveForeground#faf7f260
  • activityBarBadge.background#E9677B
  • activityBarBadge.foreground#2A1F19
  • button.background#E9677B
  • button.foreground#2A1F19
  • button.hoverBackground#E9677Bdd
  • editor.background#2A1F19
  • editor.foreground#faf7f2
  • editor.inactiveSelectionBackground#EC79873580
  • editor.lineHighlightBackground#0D0A0840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC798735
  • editorCursor.foreground#E9677B
  • editorGroupHeader.tabsBackground#2A1F19dd
  • editorLineNumber.activeForeground#E9677B
  • editorLineNumber.foreground#e9e2d680
  • focusBorder#E9677B
  • foreground#faf7f2
  • input.background#0D0A08
  • input.border#ffffff15
  • input.foreground#faf7f2
  • input.placeholderForeground#faf7f260
  • list.activeSelectionBackground#E9677B30
  • list.activeSelectionForeground#faf7f2
  • list.highlightForeground#E9677B
  • list.hoverBackground#0D0A0840
  • list.hoverForeground#faf7f2
  • list.inactiveSelectionBackground#E9677B15
  • list.inactiveSelectionForeground#faf7f2
  • selection.background#EC798735
  • sideBar.background#0D0A08
  • sideBar.border#ffffff15
  • sideBar.foreground#faf7f2
  • sideBarSectionHeader.background#2A1F1980
  • sideBarSectionHeader.foreground#faf7f2
  • sideBarTitle.foreground#E9677B
  • statusBar.background#2A1F19
  • statusBar.border#ffffff15
  • statusBar.foreground#faf7f2
  • statusBar.noFolderBackground#2A1F19
  • tab.activeBackground#2A1F19
  • tab.activeBorderTop#E9677B
  • tab.activeForeground#faf7f2
  • tab.border#ffffff15
  • tab.inactiveBackground#0D0A0860
  • tab.inactiveForeground#faf7f280
  • terminal.ansiBlack#2A1F19
  • terminal.ansiBlue#EC7987
  • terminal.ansiCyan#81E755
  • terminal.ansiGreen#E9677B
  • terminal.ansiMagenta#F18390
  • terminal.ansiRed#F18390
  • terminal.ansiWhite#faf7f2
  • terminal.ansiYellow#81E755
  • terminal.background#2A1F19
  • terminal.foreground#faf7f2
  • titleBar.activeBackground#2A1F19
  • titleBar.activeForeground#faf7f2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A1F19
  • titleBar.inactiveForeground#faf7f260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e9e2d6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC7987bold
storage.type, storage.modifier#EC7987italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9677B
string, punctuation.definition.string, string.template, meta.template.expression#81E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18390
variable, variable.other.readwrite, variable.other.object#faf7f2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#faf7f2
variable.parameter, meta.parameter#faf7f2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#faf7f280
keyword.operator#faf7f2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#81E755bold
entity.other.inherited-class#E9677B
entity.name.tag, punctuation.definition.tag#EC7987
entity.other.attribute-name#E9677B
meta.diff, meta.diff.header#e9e2d6
markup.deleted#F18390
markup.inserted#E9677B
markup.changed#81E755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9677Bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#81E755
string.other.link.title, string.other.link.description#E9677B
markup.underline.link#e9e2d6underline
punctuation.definition.list#EC7987
markup.quote, punctuation.definition.quote#e9e2d6italic