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#FFFAFB
  • activityBar.border#00000015
  • activityBar.foreground#93253E
  • activityBar.inactiveForeground#29141860
  • activityBarBadge.background#93253E
  • activityBarBadge.foreground#FFFAFB
  • button.background#93253E
  • button.foreground#FFFAFB
  • button.hoverBackground#93253Edd
  • editor.background#FFFAFB
  • editor.foreground#291418
  • editor.inactiveSelectionBackground#83212F2580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83212F25
  • editorCursor.foreground#93253E
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#93253E
  • editorLineNumber.foreground#F6E0E080
  • focusBorder#93253E
  • foreground#291418
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#291418
  • input.placeholderForeground#29141860
  • list.activeSelectionBackground#93253E30
  • list.activeSelectionForeground#291418
  • list.highlightForeground#93253E
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#291418
  • list.inactiveSelectionBackground#93253E15
  • list.inactiveSelectionForeground#291418
  • selection.background#83212F25
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#291418
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#291418
  • sideBarTitle.foreground#93253E
  • statusBar.background#FFFAFB
  • statusBar.border#00000015
  • statusBar.foreground#291418
  • statusBar.noFolderBackground#FFFAFB
  • tab.activeBackground#FFFAFB
  • tab.activeBorderTop#93253E
  • tab.activeForeground#291418
  • tab.border#00000015
  • tab.inactiveBackground#FFFAFB60
  • tab.inactiveForeground#29141880
  • terminal.ansiBlack#291418
  • terminal.ansiBlue#83212F
  • terminal.ansiCyan#299DA3
  • terminal.ansiGreen#93253E
  • terminal.ansiMagenta#763D19
  • terminal.ansiRed#763D19
  • terminal.ansiWhite#291418
  • terminal.ansiYellow#299DA3
  • terminal.background#FFFAFB
  • terminal.foreground#291418
  • titleBar.activeBackground#FFFAFB
  • titleBar.activeForeground#291418
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFAFB
  • titleBar.inactiveForeground#29141860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F6E0E0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#83212Fbold
storage.type, storage.modifier#83212Fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#93253E
string, punctuation.definition.string, string.template, meta.template.expression#299DA3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763D19
variable, variable.other.readwrite, variable.other.object#291418
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#291418
variable.parameter, meta.parameter#291418dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#29141880
keyword.operator#291418
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#299DA3bold
entity.other.inherited-class#93253E
entity.name.tag, punctuation.definition.tag#83212F
entity.other.attribute-name#93253E
meta.diff, meta.diff.header#F6E0E0
markup.deleted#763D19
markup.inserted#93253E
markup.changed#299DA3
markup.heading, markup.heading.setext, punctuation.definition.heading#93253Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#299DA3
string.other.link.title, string.other.link.description#93253E
markup.underline.link#F6E0E0underline
punctuation.definition.list#83212F
markup.quote, punctuation.definition.quote#F6E0E0italic