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#161018
  • activityBar.border#00000000
  • activityBar.foreground#e1bee7
  • activityBar.inactiveForeground#6a1b9a
  • editor.background#161018
  • editor.foreground#f3e5f5
  • editor.lineHighlightBackground#221726
  • editor.selectionBackground#391e45
  • editorCursor.foreground#ab47bc
  • editorGroupHeader.tabsBackground#161018
  • editorLineNumber.activeForeground#e1bee7
  • editorLineNumber.foreground#6a1b9a
  • focusBorder#00000000
  • gitDecoration.conflictingResourceForeground#ff80ab
  • gitDecoration.deletedResourceForeground#f07178
  • gitDecoration.ignoredResourceForeground#6a1b9a
  • gitDecoration.modifiedResourceForeground#ffcb6b
  • gitDecoration.untrackedResourceForeground#c3e88d
  • list.activeSelectionBackground#ab47bc40
  • list.activeSelectionBorder#00000000
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • list.focusBackground#ab47bc40
  • list.hoverBackground#ab47bc10
  • list.inactiveSelectionBackground#00000000
  • menu.background#161018
  • menu.border#00000000
  • menu.foreground#f3e5f5
  • menu.selectionBackground#ab47bc
  • menu.selectionForeground#161018
  • notifications.background#161018
  • notifications.border#ab47bc
  • notifications.foreground#f3e5f5
  • panel.background#161018
  • panel.border#00000000
  • panelTitle.activeBackground#ab47bc40
  • panelTitle.activeBorder#00000000
  • quickInput.background#221726
  • quickInput.list.focusBackground#ab47bc
  • sideBar.background#161018
  • sideBar.border#00000000
  • sideBar.foreground#e1bee7
  • sideBarSectionHeader.background#161018
  • statusBar.background#161018
  • statusBar.border#00000000
  • statusBar.foreground#e1bee7
  • tab.activeBackground#161018
  • tab.activeBorderBottom#ab47bc
  • tab.activeBorderTop#161018
  • tab.activeForeground#ea80fc
  • tab.border#16101800
  • tab.inactiveBackground#161018
  • tab.inactiveForeground#8e24aa
  • terminal.background#161018
  • titleBar.activeBackground#161018
  • titleBar.border#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a1b9aitalic
string, string.quoted, string.template#c3e88d—
constant.numeric#ff80ab—
constant.language#ff80ab—
constant.character#ff80ab—
constant.other#ff80ab—
variable#f3e5f5—
variable.other.readwrite#f3e5f5—
variable.parameter#f48fb1italic
variable.language#ab47bcitalic
keyword#ab47bcbold
keyword.control#e1bee7italic
keyword.operator#e1bee7—
keyword.declaration#ab47bcbold
storage#ab47bcbold
storage.type#ab47bcbold
entity.name.class#ea80fc—
entity.name.type#ea80fc—
entity.name.function#ce93d8—
entity.other.attribute-name#ea80fcitalic
entity.name.tag#f06292—
support.function#ce93d8—
support.constant#ff80ab—
support.type#ea80fc—
support.class#ea80fc—
support.variable#f3e5f5—
punctuation#e1bee7—
meta.brace#e1bee7—
meta.delimiter#e1bee7—
punctuation.definition.variable#f3e5f5—
punctuation.definition.string#c3e88d—
punctuation.definition.parameters#e1bee7—
punctuation.terminator#e1bee7—
punctuation.separator#e1bee7—
meta.function-call#ce93d8—
meta.object-literal.key#f3e5f5—
source.json meta.structure.dictionary.key#ea80fc—
source.css entity.name.tag#ea80fc—
source.css entity.other.attribute-name.class#c3e88d—
source.css entity.other.attribute-name.id#ce93d8—
source.css constant.numeric#ff80ab—
source.css keyword.other.unit#ff80ab—
text.html.basic entity.other.attribute-name#ea80fcitalic
meta.tag.custom#ea80fc—
markup.heading#ab47bcbold
markup.bold#ab47bcbold
markup.italic#ab47bcitalic
markup.underline#e1bee7underline
markup.quote#6a1b9aitalic
markup.raw#c3e88d—
markup.inline.raw#ff80ab—
variable.annotation#ea80fc—
meta.decorator#f06292—
variable.other.constant#ff80ab—
variable.other.enummember#ff80ab—
meta.object.member#f3e5f5—
variable.other.property#f3e5f5—
source.python variable.parameter.function.language.special.self#ab47bcitalic
source.python constant.language#ea80fc—
source.go storage.type#ab47bc—
source.go entity.name.function#ce93d8—
source.java storage.modifier#ab47bc—
source.java entity.name.type.class#ea80fc—
source.ts entity.name.type.interface#ea80fc—
source.js variable.other.object#ea80fc—
source.js variable.other.readwrite.alias#ea80fc—
source.shell variable.other#f3e5f5—
source.shell keyword.operator#e1bee7—
punctuation.definition.tag.html#e1bee7—
punctuation.definition.tag.begin.html#e1bee7—
punctuation.definition.tag.end.html#e1bee7—
string.regexp#e1bee7—
constant.character.escape.regexp#e1bee7—
variable.group.regexp#c3e88d—
constant.other.character-class.range.regexp#ff80ab—
keyword.operator.quantifier.regexp#e1bee7—
support.type.property-name.json#ea80fc—
meta.structure.dictionary.value.json string.quoted.double.json#c3e88d—
source.yaml entity.name.tag#ea80fc—
text.xml entity.name.tag#f06292—
text.xml entity.other.attribute-name#ea80fc—