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#d946ef
  • activityBar.background#fae8ff
  • activityBar.foreground#a21caf
  • activityBarBadge.background#d946ef
  • activityBarBadge.foreground#fdf4ff
  • badge.background#d946ef
  • badge.foreground#fdf4ff
  • button.background#d946ef
  • button.foreground#fdf4ff
  • button.hoverBackground#c026d3
  • dropdown.background#fdf4ff
  • dropdown.border#f0abfc
  • dropdown.foreground#86198f
  • editor.background#fdf4ff
  • editor.findMatchBackground#f0abfc
  • editor.findMatchHighlightBackground#f5d0fe
  • editor.foreground#86198f
  • editor.hoverHighlightBackground#fae8ff
  • editor.lineHighlightBackground#fae8ff
  • editor.selectionBackground#f5d0fe
  • editor.selectionHighlightBackground#f5d0fe
  • editor.wordHighlightBackground#f5d0fe
  • editor.wordHighlightStrongBackground#f5d0fe
  • editorCursor.foreground#c026d3
  • editorGroupHeader.tabsBackground#fae8ff
  • editorIndentGuide.activeBackground#e879f9
  • editorIndentGuide.background#f5d0fe
  • editorLineNumber.activeForeground#c026d3
  • editorLineNumber.foreground#e879f9
  • editorRuler.foreground#f5d0fe
  • editorWhitespace.foreground#f0abfc
  • input.background#fdf4ff
  • input.border#f0abfc
  • input.foreground#86198f
  • inputOption.activeBorder#d946ef
  • list.activeSelectionBackground#f5d0fe
  • list.activeSelectionForeground#86198f
  • list.focusBackground#f5d0fe
  • list.hoverBackground#fae8ff
  • list.inactiveSelectionBackground#fae8ff
  • menuBar.selectionBackground#d946ef
  • menuBar.selectionForeground#fdf4ff
  • panel.background#fae8ff
  • panel.border#f5d0fe
  • panelTitle.activeForeground#86198f
  • panelTitle.inactiveForeground#c026d3
  • progressBar.background#d946ef
  • scrollbar.shadow#f5d0fe
  • scrollbarSlider.activeBackground#d946ef
  • scrollbarSlider.background#f0abfc
  • scrollbarSlider.hoverBackground#e879f9
  • sideBar.background#fae8ff
  • sideBar.foreground#a21caf
  • sideBarSectionHeader.background#f5d0fe
  • sideBarSectionHeader.foreground#86198f
  • sideBarTitle.foreground#86198f
  • statusBar.background#c026d3
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#fdf4ff
  • statusBar.noFolderBackground#d946ef
  • tab.activeBackground#fdf4ff
  • tab.activeBorder#d946ef
  • tab.activeForeground#86198f
  • tab.border#f5d0fe
  • tab.inactiveBackground#fae8ff
  • tab.inactiveForeground#c026d3
  • terminal.ansiBlack#701a75
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#fae8ff
  • terminal.ansiYellow#eab308
  • terminal.background#fdf4ff
  • terminal.foreground#86198f
  • titleBar.activeBackground#c026d3
  • titleBar.activeForeground#fdf4ff
  • titleBar.inactiveBackground#d946ef
  • titleBar.inactiveForeground#f5d0fe
  • window.activeBorder#f0abfc
  • window.inactiveBorder#f5d0fe

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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