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#F9F2E6
  • activityBar.border#00000015
  • activityBar.foreground#935325
  • activityBar.inactiveForeground#1D0F0860
  • activityBarBadge.background#935325
  • activityBarBadge.foreground#F9F2E6
  • button.background#935325
  • button.foreground#F9F2E6
  • button.hoverBackground#935325dd
  • editor.background#F9F2E6
  • editor.foreground#1D0F08
  • editor.inactiveSelectionBackground#8353212580
  • editor.lineHighlightBackground#EBDFCB50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83532125
  • editorCursor.foreground#935325
  • editorGroupHeader.tabsBackground#EBDFCBaa
  • editorLineNumber.activeForeground#935325
  • editorLineNumber.foreground#D3B79680
  • focusBorder#935325
  • foreground#1D0F08
  • input.background#EBDFCB
  • input.border#00000015
  • input.foreground#1D0F08
  • input.placeholderForeground#1D0F0860
  • list.activeSelectionBackground#93532530
  • list.activeSelectionForeground#1D0F08
  • list.highlightForeground#935325
  • list.hoverBackground#EBDFCB40
  • list.hoverForeground#1D0F08
  • list.inactiveSelectionBackground#93532515
  • list.inactiveSelectionForeground#1D0F08
  • selection.background#83532125
  • sideBar.background#EBDFCB
  • sideBar.border#00000015
  • sideBar.foreground#1D0F08
  • sideBarSectionHeader.background#EBDFCB80
  • sideBarSectionHeader.foreground#1D0F08
  • sideBarTitle.foreground#935325
  • statusBar.background#F9F2E6
  • statusBar.border#00000015
  • statusBar.foreground#1D0F08
  • statusBar.noFolderBackground#F9F2E6
  • tab.activeBackground#F9F2E6
  • tab.activeBorderTop#935325
  • tab.activeForeground#1D0F08
  • tab.border#00000015
  • tab.inactiveBackground#F9F2E660
  • tab.inactiveForeground#1D0F0880
  • terminal.ansiBlack#1D0F08
  • terminal.ansiBlue#835321
  • terminal.ansiCyan#78A329
  • terminal.ansiGreen#935325
  • terminal.ansiMagenta#557619
  • terminal.ansiRed#557619
  • terminal.ansiWhite#1D0F08
  • terminal.ansiYellow#78A329
  • terminal.background#F9F2E6
  • terminal.foreground#1D0F08
  • titleBar.activeBackground#F9F2E6
  • titleBar.activeForeground#1D0F08
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F9F2E6
  • titleBar.inactiveForeground#1D0F0860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D3B796italic
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#935325
string, punctuation.definition.string, string.template, meta.template.expression#78A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#557619
variable, variable.other.readwrite, variable.other.object#1D0F08
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1D0F08
variable.parameter, meta.parameter#1D0F08dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1D0F0880
keyword.operator#1D0F08
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#78A329bold
entity.other.inherited-class#935325
entity.name.tag, punctuation.definition.tag#835321
entity.other.attribute-name#935325
meta.diff, meta.diff.header#D3B796
markup.deleted#557619
markup.inserted#935325
markup.changed#78A329
markup.heading, markup.heading.setext, punctuation.definition.heading#935325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#78A329
string.other.link.title, string.other.link.description#935325
markup.underline.link#D3B796underline
punctuation.definition.list#835321
markup.quote, punctuation.definition.quote#D3B796italic