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#FBF9F4
  • activityBar.border#00000015
  • activityBar.foreground#A6B68F
  • activityBar.inactiveForeground#2E291F60
  • activityBarBadge.background#A6B68F
  • activityBarBadge.foreground#FBF9F4
  • button.background#A6B68F
  • button.foreground#FBF9F4
  • button.hoverBackground#A6B68Fdd
  • editor.background#FBF9F4
  • editor.foreground#2E291F
  • editor.inactiveSelectionBackground#7F95682580
  • editor.lineHighlightBackground#F2EBD650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7F956825
  • editorCursor.foreground#A6B68F
  • editorGroupHeader.tabsBackground#F2EBD6aa
  • editorLineNumber.activeForeground#A6B68F
  • editorLineNumber.foreground#A9876C80
  • focusBorder#A6B68F
  • foreground#2E291F
  • input.background#F2EBD6
  • input.border#00000015
  • input.foreground#2E291F
  • input.placeholderForeground#2E291F60
  • list.activeSelectionBackground#A6B68F30
  • list.activeSelectionForeground#2E291F
  • list.highlightForeground#A6B68F
  • list.hoverBackground#F2EBD640
  • list.hoverForeground#2E291F
  • list.inactiveSelectionBackground#A6B68F15
  • list.inactiveSelectionForeground#2E291F
  • selection.background#7F956825
  • sideBar.background#F2EBD6
  • sideBar.border#00000015
  • sideBar.foreground#2E291F
  • sideBarSectionHeader.background#F2EBD680
  • sideBarSectionHeader.foreground#2E291F
  • sideBarTitle.foreground#A6B68F
  • statusBar.background#FBF9F4
  • statusBar.border#00000015
  • statusBar.foreground#2E291F
  • statusBar.noFolderBackground#FBF9F4
  • tab.activeBackground#FBF9F4
  • tab.activeBorderTop#A6B68F
  • tab.activeForeground#2E291F
  • tab.border#00000015
  • tab.inactiveBackground#FBF9F460
  • tab.inactiveForeground#2E291F80
  • terminal.ansiBlack#2E291F
  • terminal.ansiBlue#7F9568
  • terminal.ansiCyan#7A4A2E
  • terminal.ansiGreen#A6B68F
  • terminal.ansiMagenta#C8A662
  • terminal.ansiRed#C8A662
  • terminal.ansiWhite#2E291F
  • terminal.ansiYellow#7A4A2E
  • terminal.background#FBF9F4
  • terminal.foreground#2E291F
  • titleBar.activeBackground#FBF9F4
  • titleBar.activeForeground#2E291F
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBF9F4
  • titleBar.inactiveForeground#2E291F60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A9876Citalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7F9568bold
storage.type, storage.modifier#7F9568italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#A6B68F—
string, punctuation.definition.string, string.template, meta.template.expression#7A4A2E—
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C8A662—
variable, variable.other.readwrite, variable.other.object#2E291F—
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E291F—
variable.parameter, meta.parameter#2E291Fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E291F80—
keyword.operator#2E291F—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7A4A2Ebold
entity.other.inherited-class#A6B68F—
entity.name.tag, punctuation.definition.tag#7F9568—
entity.other.attribute-name#A6B68F—
meta.diff, meta.diff.header#A9876C—
markup.deleted#C8A662—
markup.inserted#A6B68F—
markup.changed#7A4A2E—
markup.heading, markup.heading.setext, punctuation.definition.heading#A6B68Fbold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.raw.block#7A4A2E—
string.other.link.title, string.other.link.description#A6B68F—
markup.underline.link#A9876Cunderline
punctuation.definition.list#7F9568—
markup.quote, punctuation.definition.quote#A9876Citalic