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#FFFAFA
  • activityBar.border#00000015
  • activityBar.foreground#F6D5DF
  • activityBar.inactiveForeground#1A1A1A60
  • activityBarBadge.background#F6D5DF
  • activityBarBadge.foreground#FFFAFA
  • button.background#F6D5DF
  • button.foreground#FFFAFA
  • button.hoverBackground#F6D5DFdd
  • editor.background#FFFAFA
  • editor.foreground#1A1A1A
  • editor.inactiveSelectionBackground#FFF7F72580
  • editor.lineHighlightBackground#F7F2EC50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFF7F725
  • editorCursor.foreground#F6D5DF
  • editorGroupHeader.tabsBackground#F7F2ECaa
  • editorLineNumber.activeForeground#F6D5DF
  • editorLineNumber.foreground#A88C8680
  • focusBorder#F6D5DF
  • foreground#1A1A1A
  • input.background#F7F2EC
  • input.border#00000015
  • input.foreground#1A1A1A
  • input.placeholderForeground#1A1A1A60
  • list.activeSelectionBackground#F6D5DF30
  • list.activeSelectionForeground#1A1A1A
  • list.highlightForeground#F6D5DF
  • list.hoverBackground#F7F2EC40
  • list.hoverForeground#1A1A1A
  • list.inactiveSelectionBackground#F6D5DF15
  • list.inactiveSelectionForeground#1A1A1A
  • selection.background#FFF7F725
  • sideBar.background#F7F2EC
  • sideBar.border#00000015
  • sideBar.foreground#1A1A1A
  • sideBarSectionHeader.background#F7F2EC80
  • sideBarSectionHeader.foreground#1A1A1A
  • sideBarTitle.foreground#F6D5DF
  • statusBar.background#FFFAFA
  • statusBar.border#00000015
  • statusBar.foreground#1A1A1A
  • statusBar.noFolderBackground#FFFAFA
  • tab.activeBackground#FFFAFA
  • tab.activeBorderTop#F6D5DF
  • tab.activeForeground#1A1A1A
  • tab.border#00000015
  • tab.inactiveBackground#FFFAFA60
  • tab.inactiveForeground#1A1A1A80
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#FFF7F7
  • terminal.ansiCyan#C0393A
  • terminal.ansiGreen#F6D5DF
  • terminal.ansiMagenta#D7A84A
  • terminal.ansiRed#D7A84A
  • terminal.ansiWhite#1A1A1A
  • terminal.ansiYellow#C0393A
  • terminal.background#FFFAFA
  • terminal.foreground#1A1A1A
  • titleBar.activeBackground#FFFAFA
  • titleBar.activeForeground#1A1A1A
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFAFA
  • titleBar.inactiveForeground#1A1A1A60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A88C86italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFF7F7bold
storage.type, storage.modifier#FFF7F7italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F6D5DF
string, punctuation.definition.string, string.template, meta.template.expression#C0393A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D7A84A
variable, variable.other.readwrite, variable.other.object#1A1A1A
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1A1A1A
variable.parameter, meta.parameter#1A1A1Additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1A1A1A80
keyword.operator#1A1A1A
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C0393Abold
entity.other.inherited-class#F6D5DF
entity.name.tag, punctuation.definition.tag#FFF7F7
entity.other.attribute-name#F6D5DF
meta.diff, meta.diff.header#A88C86
markup.deleted#D7A84A
markup.inserted#F6D5DF
markup.changed#C0393A
markup.heading, markup.heading.setext, punctuation.definition.heading#F6D5DFbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C0393A
string.other.link.title, string.other.link.description#F6D5DF
markup.underline.link#A88C86underline
punctuation.definition.list#FFF7F7
markup.quote, punctuation.definition.quote#A88C86italic