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#070D09
  • activityBar.border#ffffff15
  • activityBar.foreground#E96797
  • activityBar.inactiveForeground#F8FAF160
  • activityBarBadge.background#E96797
  • activityBarBadge.foreground#070D09
  • button.background#E96797
  • button.foreground#070D09
  • button.hoverBackground#E96797dd
  • editor.background#070D09
  • editor.foreground#F8FAF1
  • editor.inactiveSelectionBackground#B6EC793580
  • editor.lineHighlightBackground#09110B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#B6EC7935
  • editorCursor.foreground#E96797
  • editorGroupHeader.tabsBackground#070D09dd
  • editorLineNumber.activeForeground#E96797
  • editorLineNumber.foreground#B3124C80
  • focusBorder#E96797
  • foreground#F8FAF1
  • input.background#09110B
  • input.border#ffffff15
  • input.foreground#F8FAF1
  • input.placeholderForeground#F8FAF160
  • list.activeSelectionBackground#E9679730
  • list.activeSelectionForeground#F8FAF1
  • list.highlightForeground#E96797
  • list.hoverBackground#09110B40
  • list.hoverForeground#F8FAF1
  • list.inactiveSelectionBackground#E9679715
  • list.inactiveSelectionForeground#F8FAF1
  • selection.background#B6EC7935
  • sideBar.background#09110B
  • sideBar.border#ffffff15
  • sideBar.foreground#F8FAF1
  • sideBarSectionHeader.background#070D0980
  • sideBarSectionHeader.foreground#F8FAF1
  • sideBarTitle.foreground#E96797
  • statusBar.background#070D09
  • statusBar.border#ffffff15
  • statusBar.foreground#F8FAF1
  • statusBar.noFolderBackground#070D09
  • tab.activeBackground#070D09
  • tab.activeBorderTop#E96797
  • tab.activeForeground#F8FAF1
  • tab.border#ffffff15
  • tab.inactiveBackground#09110B60
  • tab.inactiveForeground#F8FAF180
  • terminal.ansiBlack#070D09
  • terminal.ansiBlue#B6EC79
  • terminal.ansiCyan#E7CA55
  • terminal.ansiGreen#E96797
  • terminal.ansiMagenta#BAF183
  • terminal.ansiRed#BAF183
  • terminal.ansiWhite#F8FAF1
  • terminal.ansiYellow#E7CA55
  • terminal.background#070D09
  • terminal.foreground#F8FAF1
  • titleBar.activeBackground#070D09
  • titleBar.activeForeground#F8FAF1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#070D09
  • titleBar.inactiveForeground#F8FAF160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B3124Citalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#B6EC79bold
storage.type, storage.modifier#B6EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96797
string, punctuation.definition.string, string.template, meta.template.expression#E7CA55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#BAF183
variable, variable.other.readwrite, variable.other.object#F8FAF1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F8FAF1
variable.parameter, meta.parameter#F8FAF1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F8FAF180
keyword.operator#F8FAF1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7CA55bold
entity.other.inherited-class#E96797
entity.name.tag, punctuation.definition.tag#B6EC79
entity.other.attribute-name#E96797
meta.diff, meta.diff.header#B3124C
markup.deleted#BAF183
markup.inserted#E96797
markup.changed#E7CA55
markup.heading, markup.heading.setext, punctuation.definition.heading#E96797bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7CA55
string.other.link.title, string.other.link.description#E96797
markup.underline.link#B3124Cunderline
punctuation.definition.list#B6EC79
markup.quote, punctuation.definition.quote#B3124Citalic