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#6B4229
  • activityBar.border#ffffff15
  • activityBar.foreground#E9B167
  • activityBar.inactiveForeground#F6F3EC60
  • activityBarBadge.background#E9B167
  • activityBarBadge.foreground#6B4229
  • button.background#E9B167
  • button.foreground#6B4229
  • button.hoverBackground#E9B167dd
  • editor.background#6B4229
  • editor.foreground#F6F3EC
  • editor.inactiveSelectionBackground#ECA9793580
  • editor.lineHighlightBackground#24231E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECA97935
  • editorCursor.foreground#E9B167
  • editorGroupHeader.tabsBackground#6B4229dd
  • editorLineNumber.activeForeground#E9B167
  • editorLineNumber.foreground#E9EDF080
  • focusBorder#E9B167
  • foreground#F6F3EC
  • input.background#24231E
  • input.border#ffffff15
  • input.foreground#F6F3EC
  • input.placeholderForeground#F6F3EC60
  • list.activeSelectionBackground#E9B16730
  • list.activeSelectionForeground#F6F3EC
  • list.highlightForeground#E9B167
  • list.hoverBackground#24231E40
  • list.hoverForeground#F6F3EC
  • list.inactiveSelectionBackground#E9B16715
  • list.inactiveSelectionForeground#F6F3EC
  • selection.background#ECA97935
  • sideBar.background#24231E
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F3EC
  • sideBarSectionHeader.background#6B422980
  • sideBarSectionHeader.foreground#F6F3EC
  • sideBarTitle.foreground#E9B167
  • statusBar.background#6B4229
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F3EC
  • statusBar.noFolderBackground#6B4229
  • tab.activeBackground#6B4229
  • tab.activeBorderTop#E9B167
  • tab.activeForeground#F6F3EC
  • tab.border#ffffff15
  • tab.inactiveBackground#24231E60
  • tab.inactiveForeground#F6F3EC80
  • terminal.ansiBlack#6B4229
  • terminal.ansiBlue#ECA979
  • terminal.ansiCyan#55D3E7
  • terminal.ansiGreen#E9B167
  • terminal.ansiMagenta#97F183
  • terminal.ansiRed#97F183
  • terminal.ansiWhite#F6F3EC
  • terminal.ansiYellow#55D3E7
  • terminal.background#6B4229
  • terminal.foreground#F6F3EC
  • titleBar.activeBackground#6B4229
  • titleBar.activeForeground#F6F3EC
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#6B4229
  • titleBar.inactiveForeground#F6F3EC60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9EDF0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECA979bold
storage.type, storage.modifier#ECA979italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9B167
string, punctuation.definition.string, string.template, meta.template.expression#55D3E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#97F183
variable, variable.other.readwrite, variable.other.object#F6F3EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F3EC
variable.parameter, meta.parameter#F6F3ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F3EC80
keyword.operator#F6F3EC
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55D3E7bold
entity.other.inherited-class#E9B167
entity.name.tag, punctuation.definition.tag#ECA979
entity.other.attribute-name#E9B167
meta.diff, meta.diff.header#E9EDF0
markup.deleted#97F183
markup.inserted#E9B167
markup.changed#55D3E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9B167bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55D3E7
string.other.link.title, string.other.link.description#E9B167
markup.underline.link#E9EDF0underline
punctuation.definition.list#ECA979
markup.quote, punctuation.definition.quote#E9EDF0italic