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#FFFCFA
  • activityBar.border#00000015
  • activityBar.foreground#932540
  • activityBar.inactiveForeground#1A1E1B60
  • activityBarBadge.background#932540
  • activityBarBadge.foreground#FFFCFA
  • button.background#932540
  • button.foreground#FFFCFA
  • button.hoverBackground#932540dd
  • editor.background#FFFCFA
  • editor.foreground#1A1E1B
  • editor.inactiveSelectionBackground#21833C2580
  • editor.lineHighlightBackground#FFF0F250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21833C25
  • editorCursor.foreground#932540
  • editorGroupHeader.tabsBackground#FFF0F2aa
  • editorLineNumber.activeForeground#932540
  • editorLineNumber.foreground#C8A6A680
  • focusBorder#932540
  • foreground#1A1E1B
  • input.background#FFF0F2
  • input.border#00000015
  • input.foreground#1A1E1B
  • input.placeholderForeground#1A1E1B60
  • list.activeSelectionBackground#93254030
  • list.activeSelectionForeground#1A1E1B
  • list.highlightForeground#932540
  • list.hoverBackground#FFF0F240
  • list.hoverForeground#1A1E1B
  • list.inactiveSelectionBackground#93254015
  • list.inactiveSelectionForeground#1A1E1B
  • selection.background#21833C25
  • sideBar.background#FFF0F2
  • sideBar.border#00000015
  • sideBar.foreground#1A1E1B
  • sideBarSectionHeader.background#FFF0F280
  • sideBarSectionHeader.foreground#1A1E1B
  • sideBarTitle.foreground#932540
  • statusBar.background#FFFCFA
  • statusBar.border#00000015
  • statusBar.foreground#1A1E1B
  • statusBar.noFolderBackground#FFFCFA
  • tab.activeBackground#FFFCFA
  • tab.activeBorderTop#932540
  • tab.activeForeground#1A1E1B
  • tab.border#00000015
  • tab.inactiveBackground#FFFCFA60
  • tab.inactiveForeground#1A1E1B80
  • terminal.ansiBlack#1A1E1B
  • terminal.ansiBlue#21833C
  • terminal.ansiCyan#A32945
  • terminal.ansiGreen#932540
  • terminal.ansiMagenta#765A19
  • terminal.ansiRed#765A19
  • terminal.ansiWhite#1A1E1B
  • terminal.ansiYellow#A32945
  • terminal.background#FFFCFA
  • terminal.foreground#1A1E1B
  • titleBar.activeBackground#FFFCFA
  • titleBar.activeForeground#1A1E1B
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFCFA
  • titleBar.inactiveForeground#1A1E1B60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8A6A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#21833Cbold
storage.type, storage.modifier#21833Citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932540
string, punctuation.definition.string, string.template, meta.template.expression#A32945
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765A19
variable, variable.other.readwrite, variable.other.object#1A1E1B
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1A1E1B
variable.parameter, meta.parameter#1A1E1Bdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1A1E1B80
keyword.operator#1A1E1B
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A32945bold
entity.other.inherited-class#932540
entity.name.tag, punctuation.definition.tag#21833C
entity.other.attribute-name#932540
meta.diff, meta.diff.header#C8A6A6
markup.deleted#765A19
markup.inserted#932540
markup.changed#A32945
markup.heading, markup.heading.setext, punctuation.definition.heading#932540bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A32945
string.other.link.title, string.other.link.description#932540
markup.underline.link#C8A6A6underline
punctuation.definition.list#21833C
markup.quote, punctuation.definition.quote#C8A6A6italic