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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b5cf6italic
variable, string constant.other.placeholder#6d28d9—
keyword, storage.type, storage.modifier#9333ea—
keyword.operator#db2777—
string, string.quoted#16a34a—
entity.name.function, meta.require, support.function.any-method#2563eb—
entity.name.type, entity.other.inherited-class, support.class#a16207—
constant.numeric, constant.language, support.constant, constant.character.escape#ea580c—
entity.name.tag, markup.deleted.git_gutter#dc2626—
entity.other.attribute-name#ea580c—