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#818cf8
  • activityBar.background#3730a3
  • activityBar.foreground#c7d2fe
  • activityBarBadge.background#6366f1
  • activityBarBadge.foreground#312e81
  • badge.background#6366f1
  • badge.foreground#312e81
  • button.background#4f46e5
  • button.foreground#e0e7ff
  • button.hoverBackground#6366f1
  • dropdown.background#3730a3
  • dropdown.border#4f46e5
  • dropdown.foreground#e0e7ff
  • editor.background#312e81
  • editor.findMatchBackground#4f46e5
  • editor.findMatchHighlightBackground#4338ca
  • editor.foreground#e0e7ff
  • editor.hoverHighlightBackground#3730a3
  • editor.lineHighlightBackground#3730a3
  • editor.selectionBackground#4338ca
  • editor.selectionHighlightBackground#4338ca
  • editor.wordHighlightBackground#4338ca
  • editor.wordHighlightStrongBackground#4338ca
  • editorCursor.foreground#818cf8
  • editorGroupHeader.tabsBackground#3730a3
  • editorIndentGuide.activeBackground#6366f1
  • editorIndentGuide.background#4338ca
  • editorLineNumber.activeForeground#a5b4fc
  • editorLineNumber.foreground#6366f1
  • editorRuler.foreground#4338ca
  • editorWhitespace.foreground#4f46e5
  • input.background#3730a3
  • input.border#4f46e5
  • input.foreground#e0e7ff
  • inputOption.activeBorder#818cf8
  • list.activeSelectionBackground#4338ca
  • list.activeSelectionForeground#e0e7ff
  • list.focusBackground#4338ca
  • list.hoverBackground#3730a3
  • list.inactiveSelectionBackground#3730a3
  • menuBar.selectionBackground#4f46e5
  • menuBar.selectionForeground#e0e7ff
  • panel.background#3730a3
  • panel.border#4338ca
  • panelTitle.activeForeground#e0e7ff
  • panelTitle.inactiveForeground#818cf8
  • progressBar.background#6366f1
  • scrollbar.shadow#1e1b4b
  • scrollbarSlider.activeBackground#818cf8
  • scrollbarSlider.background#4f46e5
  • scrollbarSlider.hoverBackground#6366f1
  • sideBar.background#3730a3
  • sideBar.foreground#c7d2fe
  • sideBarSectionHeader.background#4338ca
  • sideBarSectionHeader.foreground#e0e7ff
  • sideBarTitle.foreground#e0e7ff
  • statusBar.background#4338ca
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#e0e7ff
  • statusBar.noFolderBackground#4f46e5
  • tab.activeBackground#312e81
  • tab.activeBorder#818cf8
  • tab.activeForeground#e0e7ff
  • tab.border#4338ca
  • tab.inactiveBackground#3730a3
  • tab.inactiveForeground#818cf8
  • terminal.ansiBlack#3730a3
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#c7d2fe
  • terminal.ansiYellow#facc15
  • terminal.background#312e81
  • terminal.foreground#e0e7ff
  • titleBar.activeBackground#4338ca
  • titleBar.activeForeground#e0e7ff
  • titleBar.inactiveBackground#3730a3
  • titleBar.inactiveForeground#818cf8
  • window.activeBorder#4f46e5
  • window.inactiveBorder#4338ca

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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