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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6366f1italic
variable, string constant.other.placeholder#4338ca—
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—