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.activeBorder#a78bfa
  • activityBar.background#5b21b6
  • activityBar.foreground#ddd6fe
  • activityBarBadge.background#8b5cf6
  • activityBarBadge.foreground#4c1d95
  • badge.background#8b5cf6
  • badge.foreground#4c1d95
  • button.background#7c3aed
  • button.foreground#ede9fe
  • button.hoverBackground#8b5cf6
  • dropdown.background#5b21b6
  • dropdown.border#7c3aed
  • dropdown.foreground#ede9fe
  • editor.background#4c1d95
  • editor.findMatchBackground#7c3aed
  • editor.findMatchHighlightBackground#6d28d9
  • editor.foreground#ede9fe
  • editor.hoverHighlightBackground#5b21b6
  • editor.lineHighlightBackground#5b21b6
  • editor.selectionBackground#6d28d9
  • editor.selectionHighlightBackground#6d28d9
  • editor.wordHighlightBackground#6d28d9
  • editor.wordHighlightStrongBackground#6d28d9
  • editorCursor.foreground#a78bfa
  • editorGroupHeader.tabsBackground#5b21b6
  • editorIndentGuide.activeBackground#8b5cf6
  • editorIndentGuide.background#6d28d9
  • editorLineNumber.activeForeground#c4b5fd
  • editorLineNumber.foreground#8b5cf6
  • editorRuler.foreground#6d28d9
  • editorWhitespace.foreground#7c3aed
  • input.background#5b21b6
  • input.border#7c3aed
  • input.foreground#ede9fe
  • inputOption.activeBorder#a78bfa
  • list.activeSelectionBackground#6d28d9
  • list.activeSelectionForeground#ede9fe
  • list.focusBackground#6d28d9
  • list.hoverBackground#5b21b6
  • list.inactiveSelectionBackground#5b21b6
  • menuBar.selectionBackground#7c3aed
  • menuBar.selectionForeground#ede9fe
  • panel.background#5b21b6
  • panel.border#6d28d9
  • panelTitle.activeForeground#ede9fe
  • panelTitle.inactiveForeground#a78bfa
  • progressBar.background#8b5cf6
  • scrollbar.shadow#2e1065
  • scrollbarSlider.activeBackground#a78bfa
  • scrollbarSlider.background#7c3aed
  • scrollbarSlider.hoverBackground#8b5cf6
  • sideBar.background#5b21b6
  • sideBar.foreground#ddd6fe
  • sideBarSectionHeader.background#6d28d9
  • sideBarSectionHeader.foreground#ede9fe
  • sideBarTitle.foreground#ede9fe
  • statusBar.background#6d28d9
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#ede9fe
  • statusBar.noFolderBackground#7c3aed
  • tab.activeBackground#4c1d95
  • tab.activeBorder#a78bfa
  • tab.activeForeground#ede9fe
  • tab.border#6d28d9
  • tab.inactiveBackground#5b21b6
  • tab.inactiveForeground#a78bfa
  • terminal.ansiBlack#5b21b6
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#ddd6fe
  • terminal.ansiYellow#facc15
  • terminal.background#4c1d95
  • terminal.foreground#ede9fe
  • titleBar.activeBackground#6d28d9
  • titleBar.activeForeground#ede9fe
  • titleBar.inactiveBackground#5b21b6
  • titleBar.inactiveForeground#a78bfa
  • window.activeBorder#7c3aed
  • window.inactiveBorder#6d28d9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a78bfaitalic
variable, string constant.other.placeholder#ddd6fe—
keyword, storage.type, storage.modifier#c084fc—
keyword.operator#f472b6—
string, string.quoted#4ade80—
entity.name.function, meta.require, support.function.any-method#60a5fa—
entity.name.type, entity.other.inherited-class, support.class#facc15—
constant.numeric, constant.language, support.constant, constant.character.escape#fb923c—
entity.name.tag, markup.deleted.git_gutter#f87171—
entity.other.attribute-name#fb923c—