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#FBF9F3
  • activityBar.border#00000015
  • activityBar.foreground#259335
  • activityBar.inactiveForeground#29211860
  • activityBarBadge.background#259335
  • activityBarBadge.foreground#FBF9F3
  • button.background#259335
  • button.foreground#FBF9F3
  • button.hoverBackground#259335dd
  • editor.background#FBF9F3
  • editor.foreground#292118
  • editor.inactiveSelectionBackground#8355212580
  • editor.lineHighlightBackground#F6EFDF50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83552125
  • editorCursor.foreground#259335
  • editorGroupHeader.tabsBackground#F6EFDFaa
  • editorLineNumber.activeForeground#259335
  • editorLineNumber.foreground#d6cec180
  • focusBorder#259335
  • foreground#292118
  • input.background#F6EFDF
  • input.border#00000015
  • input.foreground#292118
  • input.placeholderForeground#29211860
  • list.activeSelectionBackground#25933530
  • list.activeSelectionForeground#292118
  • list.highlightForeground#259335
  • list.hoverBackground#F6EFDF40
  • list.hoverForeground#292118
  • list.inactiveSelectionBackground#25933515
  • list.inactiveSelectionForeground#292118
  • selection.background#83552125
  • sideBar.background#F6EFDF
  • sideBar.border#00000015
  • sideBar.foreground#292118
  • sideBarSectionHeader.background#F6EFDF80
  • sideBarSectionHeader.foreground#292118
  • sideBarTitle.foreground#259335
  • statusBar.background#FBF9F3
  • statusBar.border#00000015
  • statusBar.foreground#292118
  • statusBar.noFolderBackground#FBF9F3
  • tab.activeBackground#FBF9F3
  • tab.activeBorderTop#259335
  • tab.activeForeground#292118
  • tab.border#00000015
  • tab.inactiveBackground#FBF9F360
  • tab.inactiveForeground#29211880
  • terminal.ansiBlack#292118
  • terminal.ansiBlue#835521
  • terminal.ansiCyan#2974A3
  • terminal.ansiGreen#259335
  • terminal.ansiMagenta#764119
  • terminal.ansiRed#764119
  • terminal.ansiWhite#292118
  • terminal.ansiYellow#2974A3
  • terminal.background#FBF9F3
  • terminal.foreground#292118
  • titleBar.activeBackground#FBF9F3
  • titleBar.activeForeground#292118
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBF9F3
  • titleBar.inactiveForeground#29211860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d6cec1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835521bold
storage.type, storage.modifier#835521italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259335
string, punctuation.definition.string, string.template, meta.template.expression#2974A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764119
variable, variable.other.readwrite, variable.other.object#292118
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#292118
variable.parameter, meta.parameter#292118dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#29211880
keyword.operator#292118
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2974A3bold
entity.other.inherited-class#259335
entity.name.tag, punctuation.definition.tag#835521
entity.other.attribute-name#259335
meta.diff, meta.diff.header#d6cec1
markup.deleted#764119
markup.inserted#259335
markup.changed#2974A3
markup.heading, markup.heading.setext, punctuation.definition.heading#259335bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2974A3
string.other.link.title, string.other.link.description#259335
markup.underline.link#d6cec1underline
punctuation.definition.list#835521
markup.quote, punctuation.definition.quote#d6cec1italic