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#FAF7F0
  • activityBar.border#00000015
  • activityBar.foreground#935F25
  • activityBar.inactiveForeground#3A2A1F60
  • activityBarBadge.background#935F25
  • activityBarBadge.foreground#FAF7F0
  • button.background#935F25
  • button.foreground#FAF7F0
  • button.hoverBackground#935F25dd
  • editor.background#FAF7F0
  • editor.foreground#3A2A1F
  • editor.inactiveSelectionBackground#8353212580
  • editor.lineHighlightBackground#FFFAF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83532125
  • editorCursor.foreground#935F25
  • editorGroupHeader.tabsBackground#FFFAF0aa
  • editorLineNumber.activeForeground#935F25
  • editorLineNumber.foreground#B8AA9780
  • focusBorder#935F25
  • foreground#3A2A1F
  • input.background#FFFAF0
  • input.border#00000015
  • input.foreground#3A2A1F
  • input.placeholderForeground#3A2A1F60
  • list.activeSelectionBackground#935F2530
  • list.activeSelectionForeground#3A2A1F
  • list.highlightForeground#935F25
  • list.hoverBackground#FFFAF040
  • list.hoverForeground#3A2A1F
  • list.inactiveSelectionBackground#935F2515
  • list.inactiveSelectionForeground#3A2A1F
  • selection.background#83532125
  • sideBar.background#FFFAF0
  • sideBar.border#00000015
  • sideBar.foreground#3A2A1F
  • sideBarSectionHeader.background#FFFAF080
  • sideBarSectionHeader.foreground#3A2A1F
  • sideBarTitle.foreground#935F25
  • statusBar.background#FAF7F0
  • statusBar.border#00000015
  • statusBar.foreground#3A2A1F
  • statusBar.noFolderBackground#FAF7F0
  • tab.activeBackground#FAF7F0
  • tab.activeBorderTop#935F25
  • tab.activeForeground#3A2A1F
  • tab.border#00000015
  • tab.inactiveBackground#FAF7F060
  • tab.inactiveForeground#3A2A1F80
  • terminal.ansiBlack#3A2A1F
  • terminal.ansiBlue#835321
  • terminal.ansiCyan#74A329
  • terminal.ansiGreen#935F25
  • terminal.ansiMagenta#762A19
  • terminal.ansiRed#762A19
  • terminal.ansiWhite#3A2A1F
  • terminal.ansiYellow#74A329
  • terminal.background#FAF7F0
  • terminal.foreground#3A2A1F
  • titleBar.activeBackground#FAF7F0
  • titleBar.activeForeground#3A2A1F
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF7F0
  • titleBar.inactiveForeground#3A2A1F60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B8AA97italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835321bold
storage.type, storage.modifier#835321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935F25
string, punctuation.definition.string, string.template, meta.template.expression#74A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#762A19
variable, variable.other.readwrite, variable.other.object#3A2A1F
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3A2A1F
variable.parameter, meta.parameter#3A2A1Fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3A2A1F80
keyword.operator#3A2A1F
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#74A329bold
entity.other.inherited-class#935F25
entity.name.tag, punctuation.definition.tag#835321
entity.other.attribute-name#935F25
meta.diff, meta.diff.header#B8AA97
markup.deleted#762A19
markup.inserted#935F25
markup.changed#74A329
markup.heading, markup.heading.setext, punctuation.definition.heading#935F25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#74A329
string.other.link.title, string.other.link.description#935F25
markup.underline.link#B8AA97underline
punctuation.definition.list#835321
markup.quote, punctuation.definition.quote#B8AA97italic