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#eee1c7
  • activityBar.border#00000015
  • activityBar.foreground#6a4428
  • activityBar.inactiveForeground#2a1a1160
  • activityBarBadge.background#6a4428
  • activityBarBadge.foreground#eee1c7
  • button.background#6a4428
  • button.foreground#eee1c7
  • button.hoverBackground#6a4428dd
  • editor.background#eee1c7
  • editor.foreground#2a1a11
  • editor.inactiveSelectionBackground#c79b632580
  • editor.lineHighlightBackground#fbf1dc50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#c79b6325
  • editorCursor.foreground#6a4428
  • editorGroupHeader.tabsBackground#fbf1dcaa
  • editorLineNumber.activeForeground#6a4428
  • editorLineNumber.foreground#a5ab8680
  • focusBorder#6a4428
  • foreground#2a1a11
  • input.background#fbf1dc
  • input.border#00000015
  • input.foreground#2a1a11
  • input.placeholderForeground#2a1a1160
  • list.activeSelectionBackground#6a442830
  • list.activeSelectionForeground#2a1a11
  • list.highlightForeground#6a4428
  • list.hoverBackground#fbf1dc40
  • list.hoverForeground#2a1a11
  • list.inactiveSelectionBackground#6a442815
  • list.inactiveSelectionForeground#2a1a11
  • selection.background#c79b6325
  • sideBar.background#fbf1dc
  • sideBar.border#00000015
  • sideBar.foreground#2a1a11
  • sideBarSectionHeader.background#fbf1dc80
  • sideBarSectionHeader.foreground#2a1a11
  • sideBarTitle.foreground#6a4428
  • statusBar.background#eee1c7
  • statusBar.border#00000015
  • statusBar.foreground#2a1a11
  • statusBar.noFolderBackground#eee1c7
  • tab.activeBackground#eee1c7
  • tab.activeBorderTop#6a4428
  • tab.activeForeground#2a1a11
  • tab.border#00000015
  • tab.inactiveBackground#eee1c760
  • tab.inactiveForeground#2a1a1180
  • terminal.ansiBlack#2a1a11
  • terminal.ansiBlue#c79b63
  • terminal.ansiCyan#738063
  • terminal.ansiGreen#6a4428
  • terminal.ansiMagenta#d59a2f
  • terminal.ansiRed#d59a2f
  • terminal.ansiWhite#2a1a11
  • terminal.ansiYellow#738063
  • terminal.background#eee1c7
  • terminal.foreground#2a1a11
  • titleBar.activeBackground#eee1c7
  • titleBar.activeForeground#2a1a11
  • titleBar.border#00000015
  • titleBar.inactiveBackground#eee1c7
  • titleBar.inactiveForeground#2a1a1160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a5ab86italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#c79b63bold
storage.type, storage.modifier#c79b63italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6a4428
string, punctuation.definition.string, string.template, meta.template.expression#738063
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#d59a2f
variable, variable.other.readwrite, variable.other.object#2a1a11
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2a1a11
variable.parameter, meta.parameter#2a1a11dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2a1a1180
keyword.operator#2a1a11
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#738063bold
entity.other.inherited-class#6a4428
entity.name.tag, punctuation.definition.tag#c79b63
entity.other.attribute-name#6a4428
meta.diff, meta.diff.header#a5ab86
markup.deleted#d59a2f
markup.inserted#6a4428
markup.changed#738063
markup.heading, markup.heading.setext, punctuation.definition.heading#6a4428bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#738063
string.other.link.title, string.other.link.description#6a4428
markup.underline.link#a5ab86underline
punctuation.definition.list#c79b63
markup.quote, punctuation.definition.quote#a5ab86italic