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#3A2822
  • activityBar.border#ffffff15
  • activityBar.foreground#E9677B
  • activityBar.inactiveForeground#FFF6EE60
  • activityBarBadge.background#E9677B
  • activityBarBadge.foreground#3A2822
  • button.background#E9677B
  • button.foreground#3A2822
  • button.hoverBackground#E9677Bdd
  • editor.background#3A2822
  • editor.foreground#FFF6EE
  • editor.inactiveSelectionBackground#ECC2793580
  • editor.lineHighlightBackground#2F262240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC27935
  • editorCursor.foreground#E9677B
  • editorGroupHeader.tabsBackground#3A2822dd
  • editorLineNumber.activeForeground#E9677B
  • editorLineNumber.foreground#C9A99680
  • focusBorder#E9677B
  • foreground#FFF6EE
  • input.background#2F2622
  • input.border#ffffff15
  • input.foreground#FFF6EE
  • input.placeholderForeground#FFF6EE60
  • list.activeSelectionBackground#E9677B30
  • list.activeSelectionForeground#FFF6EE
  • list.highlightForeground#E9677B
  • list.hoverBackground#2F262240
  • list.hoverForeground#FFF6EE
  • list.inactiveSelectionBackground#E9677B15
  • list.inactiveSelectionForeground#FFF6EE
  • selection.background#ECC27935
  • sideBar.background#2F2622
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF6EE
  • sideBarSectionHeader.background#3A282280
  • sideBarSectionHeader.foreground#FFF6EE
  • sideBarTitle.foreground#E9677B
  • statusBar.background#3A2822
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF6EE
  • statusBar.noFolderBackground#3A2822
  • tab.activeBackground#3A2822
  • tab.activeBorderTop#E9677B
  • tab.activeForeground#FFF6EE
  • tab.border#ffffff15
  • tab.inactiveBackground#2F262260
  • tab.inactiveForeground#FFF6EE80
  • terminal.ansiBlack#3A2822
  • terminal.ansiBlue#ECC279
  • terminal.ansiCyan#83E755
  • terminal.ansiGreen#E9677B
  • terminal.ansiMagenta#F183A2
  • terminal.ansiRed#F183A2
  • terminal.ansiWhite#FFF6EE
  • terminal.ansiYellow#83E755
  • terminal.background#3A2822
  • terminal.foreground#FFF6EE
  • titleBar.activeBackground#3A2822
  • titleBar.activeForeground#FFF6EE
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3A2822
  • titleBar.inactiveForeground#FFF6EE60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C9A996italic
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#E9677B
string, punctuation.definition.string, string.template, meta.template.expression#83E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F183A2
variable, variable.other.readwrite, variable.other.object#FFF6EE
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF6EE
variable.parameter, meta.parameter#FFF6EEdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF6EE80
keyword.operator#FFF6EE
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#83E755bold
entity.other.inherited-class#E9677B
entity.name.tag, punctuation.definition.tag#ECC279
entity.other.attribute-name#E9677B
meta.diff, meta.diff.header#C9A996
markup.deleted#F183A2
markup.inserted#E9677B
markup.changed#83E755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9677Bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#83E755
string.other.link.title, string.other.link.description#E9677B
markup.underline.link#C9A996underline
punctuation.definition.list#ECC279
markup.quote, punctuation.definition.quote#C9A996italic