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#0f172a
  • activityBar.foreground#8B5CF6
  • activityBarBadge.background#8B5CF6
  • button.background#8B5CF6
  • button.foreground#ffffff
  • button.hoverBackground#A78BFA
  • dropdown.background#1e293b
  • dropdown.border#334155
  • dropdown.foreground#cbd5e1
  • editor.background#0A0A2E
  • editor.foreground#cbd5e1
  • editor.lineHighlightBackground#1e293b
  • editor.selectionBackground#8B5CF6
  • editor.selectionHighlightBackground#33415550
  • editor.wordHighlightBackground#33415550
  • editorCursor.foreground#8B5CF6
  • editorGroupHeader.tabsBackground#0f172a
  • editorIndentGuide.activeBackground1#8B5CF6
  • editorIndentGuide.background1#334155
  • editorLineNumber.activeForeground#8B5CF6
  • editorLineNumber.foreground#94a3b8
  • editorWhitespace.foreground#334155
  • input.background#1e293b
  • input.border#334155
  • input.foreground#cbd5e1
  • list.activeSelectionBackground#8B5CF6
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#334155
  • list.hoverBackground#1e293b
  • panel.background#0f172a
  • panel.border#334155
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#A78BFA
  • scrollbarSlider.background#334155
  • scrollbarSlider.hoverBackground#8B5CF6
  • sideBar.background#0f172a
  • sideBar.foreground#cbd5e1
  • sideBarSectionHeader.background#1e293b
  • sideBarSectionHeader.foreground#8B5CF6
  • sideBarTitle.foreground#A78BFA
  • statusBar.background#8B5CF6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#334155
  • tab.activeBackground#1e293b
  • tab.activeForeground#cbd5e1
  • tab.border#334155
  • tab.inactiveBackground#0f172a
  • tab.inactiveForeground#94a3b8
  • terminal.background#0A0A2E
  • terminal.foreground#cbd5e1
  • titleBar.activeBackground#0f172a
  • titleBar.activeForeground#cbd5e1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#94a3b8italic
variable, string constant.other.placeholder#cbd5e1
constant.other.color#ffffff
invalid, invalid.illegal#ef4444
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#A78BFA
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#c084fc
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#a5b4fc
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#c4b5fd
support.type#cbd5e1
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#cbd5e1
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#8B5CF6
variable.language#8B5CF6italic
entity.name.method.js#A78BFAitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#A78BFA
entity.other.attribute-name#8B5CF6
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#c4b5fditalic
entity.other.attribute-name.class#c4b5fd
source.sass keyword.control#A78BFA
markup.inserted#a5b4fc
markup.deleted#ef4444
markup.changed#8B5CF6
string.regexp#A78BFA
constant.character.escape#A78BFA
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#A78BFAitalic
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#c4b5fd
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#c084fc
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#A78BFA
text.html.markdown, punctuation.definition.list_item.markdown#cbd5e1
text.html.markdown markup.inline.raw.markdown#8B5CF6
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#a5b4fc
markup.italic#8B5CF6italic
markup.bold, markup.bold string#8B5CF6bold
markup.quoteitalic
string.other.link.title.markdown#A78BFA
string.other.link.description.title.markdown#8B5CF6

Shiki preview

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

Loading...