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#7a4a2e
  • activityBar.border#ffffff15
  • activityBar.foreground#f2c94c
  • activityBar.inactiveForeground#fff7e660
  • activityBarBadge.background#f2c94c
  • activityBarBadge.foreground#7a4a2e
  • button.background#f2c94c
  • button.foreground#7a4a2e
  • button.hoverBackground#f2c94cdd
  • editor.background#7a4a2e
  • editor.foreground#fff7e6
  • editor.inactiveSelectionBackground#e3a6173580
  • editor.lineHighlightBackground#1b1a1740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#e3a61735
  • editorCursor.foreground#f2c94c
  • editorGroupHeader.tabsBackground#7a4a2edd
  • editorLineNumber.activeForeground#f2c94c
  • editorLineNumber.foreground#e6e1d480
  • focusBorder#f2c94c
  • foreground#fff7e6
  • input.background#1b1a17
  • input.border#ffffff15
  • input.foreground#fff7e6
  • input.placeholderForeground#fff7e660
  • list.activeSelectionBackground#f2c94c30
  • list.activeSelectionForeground#fff7e6
  • list.highlightForeground#f2c94c
  • list.hoverBackground#1b1a1740
  • list.hoverForeground#fff7e6
  • list.inactiveSelectionBackground#f2c94c15
  • list.inactiveSelectionForeground#fff7e6
  • selection.background#e3a61735
  • sideBar.background#1b1a17
  • sideBar.border#ffffff15
  • sideBar.foreground#fff7e6
  • sideBarSectionHeader.background#7a4a2e80
  • sideBarSectionHeader.foreground#fff7e6
  • sideBarTitle.foreground#f2c94c
  • statusBar.background#7a4a2e
  • statusBar.border#ffffff15
  • statusBar.foreground#fff7e6
  • statusBar.noFolderBackground#7a4a2e
  • tab.activeBackground#7a4a2e
  • tab.activeBorderTop#f2c94c
  • tab.activeForeground#fff7e6
  • tab.border#ffffff15
  • tab.inactiveBackground#1b1a1760
  • tab.inactiveForeground#fff7e680
  • terminal.ansiBlack#7a4a2e
  • terminal.ansiBlue#e3a617
  • terminal.ansiCyan#6b7f3a
  • terminal.ansiGreen#f2c94c
  • terminal.ansiMagenta#556b2f
  • terminal.ansiRed#556b2f
  • terminal.ansiWhite#fff7e6
  • terminal.ansiYellow#6b7f3a
  • terminal.background#7a4a2e
  • terminal.foreground#fff7e6
  • titleBar.activeBackground#7a4a2e
  • titleBar.activeForeground#fff7e6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#7a4a2e
  • titleBar.inactiveForeground#fff7e660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e6e1d4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#e3a617bold
storage.type, storage.modifier#e3a617italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f2c94c
string, punctuation.definition.string, string.template, meta.template.expression#6b7f3a
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#556b2f
variable, variable.other.readwrite, variable.other.object#fff7e6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff7e6
variable.parameter, meta.parameter#fff7e6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff7e680
keyword.operator#fff7e6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6b7f3abold
entity.other.inherited-class#f2c94c
entity.name.tag, punctuation.definition.tag#e3a617
entity.other.attribute-name#f2c94c
meta.diff, meta.diff.header#e6e1d4
markup.deleted#556b2f
markup.inserted#f2c94c
markup.changed#6b7f3a
markup.heading, markup.heading.setext, punctuation.definition.heading#f2c94cbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6b7f3a
string.other.link.title, string.other.link.description#f2c94c
markup.underline.link#e6e1d4underline
punctuation.definition.list#e3a617
markup.quote, punctuation.definition.quote#e6e1d4italic