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#212326
  • activityBar.border#ffffff15
  • activityBar.foreground#E9B167
  • activityBar.inactiveForeground#F7F5F060
  • activityBarBadge.background#E9B167
  • activityBarBadge.foreground#212326
  • button.background#E9B167
  • button.foreground#212326
  • button.hoverBackground#E9B167dd
  • editor.background#212326
  • editor.foreground#F7F5F0
  • editor.inactiveSelectionBackground#ECC2793580
  • editor.lineHighlightBackground#090A0B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC27935
  • editorCursor.foreground#E9B167
  • editorGroupHeader.tabsBackground#212326dd
  • editorLineNumber.activeForeground#E9B167
  • editorLineNumber.foreground#6E845780
  • focusBorder#E9B167
  • foreground#F7F5F0
  • input.background#090A0B
  • input.border#ffffff15
  • input.foreground#F7F5F0
  • input.placeholderForeground#F7F5F060
  • list.activeSelectionBackground#E9B16730
  • list.activeSelectionForeground#F7F5F0
  • list.highlightForeground#E9B167
  • list.hoverBackground#090A0B40
  • list.hoverForeground#F7F5F0
  • list.inactiveSelectionBackground#E9B16715
  • list.inactiveSelectionForeground#F7F5F0
  • selection.background#ECC27935
  • sideBar.background#090A0B
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F5F0
  • sideBarSectionHeader.background#21232680
  • sideBarSectionHeader.foreground#F7F5F0
  • sideBarTitle.foreground#E9B167
  • statusBar.background#212326
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F5F0
  • statusBar.noFolderBackground#212326
  • tab.activeBackground#212326
  • tab.activeBorderTop#E9B167
  • tab.activeForeground#F7F5F0
  • tab.border#ffffff15
  • tab.inactiveBackground#090A0B60
  • tab.inactiveForeground#F7F5F080
  • terminal.ansiBlack#212326
  • terminal.ansiBlue#ECC279
  • terminal.ansiCyan#7FE755
  • terminal.ansiGreen#E9B167
  • terminal.ansiMagenta#F1B883
  • terminal.ansiRed#F1B883
  • terminal.ansiWhite#F7F5F0
  • terminal.ansiYellow#7FE755
  • terminal.background#212326
  • terminal.foreground#F7F5F0
  • titleBar.activeBackground#212326
  • titleBar.activeForeground#F7F5F0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#212326
  • titleBar.inactiveForeground#F7F5F060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6E8457italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC279bold
storage.type, storage.modifier#ECC279italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9B167
string, punctuation.definition.string, string.template, meta.template.expression#7FE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1B883
variable, variable.other.readwrite, variable.other.object#F7F5F0
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F5F0
variable.parameter, meta.parameter#F7F5F0dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F5F080
keyword.operator#F7F5F0
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7FE755bold
entity.other.inherited-class#E9B167
entity.name.tag, punctuation.definition.tag#ECC279
entity.other.attribute-name#E9B167
meta.diff, meta.diff.header#6E8457
markup.deleted#F1B883
markup.inserted#E9B167
markup.changed#7FE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9B167bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7FE755
string.other.link.title, string.other.link.description#E9B167
markup.underline.link#6E8457underline
punctuation.definition.list#ECC279
markup.quote, punctuation.definition.quote#6E8457italic