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#b7843e
  • activityBar.border#ffffff15
  • activityBar.foreground#e6c789
  • activityBar.inactiveForeground#f8f7f460
  • activityBarBadge.background#e6c789
  • activityBarBadge.foreground#b7843e
  • button.background#e6c789
  • button.foreground#b7843e
  • button.hoverBackground#e6c789dd
  • editor.background#b7843e
  • editor.foreground#f8f7f4
  • editor.inactiveSelectionBackground#f3e9d63580
  • editor.lineHighlightBackground#28241e40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#f3e9d635
  • editorCursor.foreground#e6c789
  • editorGroupHeader.tabsBackground#b7843edd
  • editorLineNumber.activeForeground#e6c789
  • editorLineNumber.foreground#d9c9a780
  • focusBorder#e6c789
  • foreground#f8f7f4
  • input.background#28241e
  • input.border#ffffff15
  • input.foreground#f8f7f4
  • input.placeholderForeground#f8f7f460
  • list.activeSelectionBackground#e6c78930
  • list.activeSelectionForeground#f8f7f4
  • list.highlightForeground#e6c789
  • list.hoverBackground#28241e40
  • list.hoverForeground#f8f7f4
  • list.inactiveSelectionBackground#e6c78915
  • list.inactiveSelectionForeground#f8f7f4
  • selection.background#f3e9d635
  • sideBar.background#28241e
  • sideBar.border#ffffff15
  • sideBar.foreground#f8f7f4
  • sideBarSectionHeader.background#b7843e80
  • sideBarSectionHeader.foreground#f8f7f4
  • sideBarTitle.foreground#e6c789
  • statusBar.background#b7843e
  • statusBar.border#ffffff15
  • statusBar.foreground#f8f7f4
  • statusBar.noFolderBackground#b7843e
  • tab.activeBackground#b7843e
  • tab.activeBorderTop#e6c789
  • tab.activeForeground#f8f7f4
  • tab.border#ffffff15
  • tab.inactiveBackground#28241e60
  • tab.inactiveForeground#f8f7f480
  • terminal.ansiBlack#b7843e
  • terminal.ansiBlue#f3e9d6
  • terminal.ansiCyan#ede6d6
  • terminal.ansiGreen#e6c789
  • terminal.ansiMagenta#785a3a
  • terminal.ansiRed#785a3a
  • terminal.ansiWhite#f8f7f4
  • terminal.ansiYellow#ede6d6
  • terminal.background#b7843e
  • terminal.foreground#f8f7f4
  • titleBar.activeBackground#b7843e
  • titleBar.activeForeground#f8f7f4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#b7843e
  • titleBar.inactiveForeground#f8f7f460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d9c9a7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#f3e9d6bold
storage.type, storage.modifier#f3e9d6italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#e6c789
string, punctuation.definition.string, string.template, meta.template.expression#ede6d6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#785a3a
variable, variable.other.readwrite, variable.other.object#f8f7f4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f8f7f4
variable.parameter, meta.parameter#f8f7f4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f8f7f480
keyword.operator#f8f7f4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#ede6d6bold
entity.other.inherited-class#e6c789
entity.name.tag, punctuation.definition.tag#f3e9d6
entity.other.attribute-name#e6c789
meta.diff, meta.diff.header#d9c9a7
markup.deleted#785a3a
markup.inserted#e6c789
markup.changed#ede6d6
markup.heading, markup.heading.setext, punctuation.definition.heading#e6c789bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#ede6d6
string.other.link.title, string.other.link.description#e6c789
markup.underline.link#d9c9a7underline
punctuation.definition.list#f3e9d6
markup.quote, punctuation.definition.quote#d9c9a7italic