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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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