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

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#FFFAFA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFFAFA
variable.parameter, meta.parameter#FFFAFAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFFAFA80
keyword.operator#FFFAFA
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