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#c084fc
  • activityBar.background#6b21a8
  • activityBar.foreground#e9d5ff
  • activityBarBadge.background#a855f7
  • activityBarBadge.foreground#581c87
  • badge.background#a855f7
  • badge.foreground#581c87
  • button.background#9333ea
  • button.foreground#f3e8ff
  • button.hoverBackground#a855f7
  • dropdown.background#6b21a8
  • dropdown.border#9333ea
  • dropdown.foreground#f3e8ff
  • editor.background#581c87
  • editor.findMatchBackground#9333ea
  • editor.findMatchHighlightBackground#7e22ce
  • editor.foreground#f3e8ff
  • editor.hoverHighlightBackground#6b21a8
  • editor.lineHighlightBackground#6b21a8
  • editor.selectionBackground#7e22ce
  • editor.selectionHighlightBackground#7e22ce
  • editor.wordHighlightBackground#7e22ce
  • editor.wordHighlightStrongBackground#7e22ce
  • editorCursor.foreground#c084fc
  • editorGroupHeader.tabsBackground#6b21a8
  • editorIndentGuide.activeBackground#a855f7
  • editorIndentGuide.background#7e22ce
  • editorLineNumber.activeForeground#d8b4fe
  • editorLineNumber.foreground#a855f7
  • editorRuler.foreground#7e22ce
  • editorWhitespace.foreground#9333ea
  • input.background#6b21a8
  • input.border#9333ea
  • input.foreground#f3e8ff
  • inputOption.activeBorder#c084fc
  • list.activeSelectionBackground#7e22ce
  • list.activeSelectionForeground#f3e8ff
  • list.focusBackground#7e22ce
  • list.hoverBackground#6b21a8
  • list.inactiveSelectionBackground#6b21a8
  • menuBar.selectionBackground#9333ea
  • menuBar.selectionForeground#f3e8ff
  • panel.background#6b21a8
  • panel.border#7e22ce
  • panelTitle.activeForeground#f3e8ff
  • panelTitle.inactiveForeground#c084fc
  • progressBar.background#a855f7
  • scrollbar.shadow#3b0764
  • scrollbarSlider.activeBackground#c084fc
  • scrollbarSlider.background#9333ea
  • scrollbarSlider.hoverBackground#a855f7
  • sideBar.background#6b21a8
  • sideBar.foreground#e9d5ff
  • sideBarSectionHeader.background#7e22ce
  • sideBarSectionHeader.foreground#f3e8ff
  • sideBarTitle.foreground#f3e8ff
  • statusBar.background#7e22ce
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f3e8ff
  • statusBar.noFolderBackground#9333ea
  • tab.activeBackground#581c87
  • tab.activeBorder#c084fc
  • tab.activeForeground#f3e8ff
  • tab.border#7e22ce
  • tab.inactiveBackground#6b21a8
  • tab.inactiveForeground#c084fc
  • terminal.ansiBlack#6b21a8
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e9d5ff
  • terminal.ansiYellow#facc15
  • terminal.background#581c87
  • terminal.foreground#f3e8ff
  • titleBar.activeBackground#7e22ce
  • titleBar.activeForeground#f3e8ff
  • titleBar.inactiveBackground#6b21a8
  • titleBar.inactiveForeground#c084fc
  • window.activeBorder#9333ea
  • window.inactiveBorder#7e22ce

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c084fcitalic
variable, string constant.other.placeholder#e9d5ff—
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—