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#f3e8ff
  • activityBar.foreground#8B5CF6
  • activityBarBadge.background#8B5CF6
  • button.background#8B5CF6
  • button.foreground#ffffff
  • button.hoverBackground#7c3aed
  • dropdown.background#ffffff
  • dropdown.border#c4b5fd
  • dropdown.foreground#1e293b
  • editor.background#faf5ff
  • editor.foreground#1e293b
  • editor.lineHighlightBackground#ede9fe
  • editor.selectionBackground#c4b5fd
  • editor.selectionHighlightBackground#ddd6fe60
  • editor.wordHighlightBackground#ddd6fe60
  • editorCursor.foreground#8B5CF6
  • editorGroupHeader.tabsBackground#f3e8ff
  • editorIndentGuide.activeBackground1#8B5CF6
  • editorIndentGuide.background1#c4b5fd
  • editorLineNumber.activeForeground#8B5CF6
  • editorLineNumber.foreground#64748b
  • editorWhitespace.foreground#c4b5fd
  • input.background#ffffff
  • input.border#c4b5fd
  • input.foreground#1e293b
  • list.activeSelectionBackground#8B5CF6
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ddd6fe
  • list.hoverBackground#e9d5ff
  • panel.background#f3e8ff
  • panel.border#c4b5fd
  • scrollbar.shadow#8B5CF620
  • scrollbarSlider.activeBackground#7c3aed
  • scrollbarSlider.background#c4b5fd
  • scrollbarSlider.hoverBackground#8B5CF6
  • sideBar.background#f3e8ff
  • sideBar.foreground#0f172a
  • sideBarSectionHeader.background#e9d5ff
  • sideBarSectionHeader.foreground#8B5CF6
  • sideBarTitle.foreground#6d28d9
  • statusBar.background#8B5CF6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ddd6fe
  • tab.activeBackground#faf5ff
  • tab.activeForeground#0f172a
  • tab.border#c4b5fd
  • tab.inactiveBackground#e9d5ff
  • tab.inactiveForeground#334155
  • terminal.background#faf5ff
  • terminal.foreground#1e293b
  • titleBar.activeBackground#f3e8ff
  • titleBar.activeForeground#1e293b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#64748bitalic
variable, string constant.other.placeholder#1e293b
constant.other.color#000000
invalid, invalid.illegal#dc2626
keyword, storage.type, storage.modifier#8B5CF6
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#A78BFA
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#8B5CF6
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#7c3aed
meta.block variable.other#8B5CF6
support.other.variable, string.other.link#8B5CF6
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#a855f7
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#6d28d9
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#7c3aed
support.type#1e293b
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#1e293b
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#8B5CF6
variable.language#8B5CF6italic
entity.name.method.js#7c3aeditalic
meta.class-method.js entity.name.function.js, variable.function.constructor#7c3aed
entity.other.attribute-name#8B5CF6
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#7c3aeditalic
entity.other.attribute-name.class#7c3aed
source.sass keyword.control#7c3aed
markup.inserted#6d28d9
markup.deleted#dc2626
markup.changed#8B5CF6
string.regexp#7c3aed
constant.character.escape#7c3aed
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#7c3aeditalic
source.js constant.other.object.key.js string.unquoted.label.js#8B5CF6italic
source.json meta.structure.dictionary.json support.type.property-name.json#8B5CF6
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#7c3aed
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#a855f7
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#7c3aed
text.html.markdown, punctuation.definition.list_item.markdown#1e293b
text.html.markdown markup.inline.raw.markdown#8B5CF6
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#6d28d9
markup.italic#8B5CF6italic
markup.bold, markup.bold string#8B5CF6bold
markup.quoteitalic
string.other.link.title.markdown#7c3aed
string.other.link.description.title.markdown#8B5CF6

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...