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#ECEEEC
  • activityBar.border#00000015
  • activityBar.foreground#933225
  • activityBar.inactiveForeground#20262a60
  • activityBarBadge.background#933225
  • activityBarBadge.foreground#ECEEEC
  • button.background#933225
  • button.foreground#ECEEEC
  • button.hoverBackground#933225dd
  • editor.background#ECEEEC
  • editor.foreground#20262a
  • editor.inactiveSelectionBackground#2183832580
  • editor.lineHighlightBackground#FAF9F550
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21838325
  • editorCursor.foreground#933225
  • editorGroupHeader.tabsBackground#FAF9F5aa
  • editorLineNumber.activeForeground#933225
  • editorLineNumber.foreground#aeb7b780
  • focusBorder#933225
  • foreground#20262a
  • input.background#FAF9F5
  • input.border#00000015
  • input.foreground#20262a
  • input.placeholderForeground#20262a60
  • list.activeSelectionBackground#93322530
  • list.activeSelectionForeground#20262a
  • list.highlightForeground#933225
  • list.hoverBackground#FAF9F540
  • list.hoverForeground#20262a
  • list.inactiveSelectionBackground#93322515
  • list.inactiveSelectionForeground#20262a
  • selection.background#21838325
  • sideBar.background#FAF9F5
  • sideBar.border#00000015
  • sideBar.foreground#20262a
  • sideBarSectionHeader.background#FAF9F580
  • sideBarSectionHeader.foreground#20262a
  • sideBarTitle.foreground#933225
  • statusBar.background#ECEEEC
  • statusBar.border#00000015
  • statusBar.foreground#20262a
  • statusBar.noFolderBackground#ECEEEC
  • tab.activeBackground#ECEEEC
  • tab.activeBorderTop#933225
  • tab.activeForeground#20262a
  • tab.border#00000015
  • tab.inactiveBackground#ECEEEC60
  • tab.inactiveForeground#20262a80
  • terminal.ansiBlack#20262a
  • terminal.ansiBlue#218383
  • terminal.ansiCyan#297CA3
  • terminal.ansiGreen#933225
  • terminal.ansiMagenta#197662
  • terminal.ansiRed#197662
  • terminal.ansiWhite#20262a
  • terminal.ansiYellow#297CA3
  • terminal.background#ECEEEC
  • terminal.foreground#20262a
  • titleBar.activeBackground#ECEEEC
  • titleBar.activeForeground#20262a
  • titleBar.border#00000015
  • titleBar.inactiveBackground#ECEEEC
  • titleBar.inactiveForeground#20262a60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aeb7b7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218383bold
storage.type, storage.modifier#218383italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#933225
string, punctuation.definition.string, string.template, meta.template.expression#297CA3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197662
variable, variable.other.readwrite, variable.other.object#20262a
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#20262a
variable.parameter, meta.parameter#20262additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#20262a80
keyword.operator#20262a
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#297CA3bold
entity.other.inherited-class#933225
entity.name.tag, punctuation.definition.tag#218383
entity.other.attribute-name#933225
meta.diff, meta.diff.header#aeb7b7
markup.deleted#197662
markup.inserted#933225
markup.changed#297CA3
markup.heading, markup.heading.setext, punctuation.definition.heading#933225bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#297CA3
string.other.link.title, string.other.link.description#933225
markup.underline.link#aeb7b7underline
punctuation.definition.list#218383
markup.quote, punctuation.definition.quote#aeb7b7italic