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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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