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#94a3b8
  • activityBar.background#1e293b
  • activityBar.foreground#e2e8f0
  • activityBarBadge.background#64748b
  • activityBarBadge.foreground#0f172a
  • badge.background#64748b
  • badge.foreground#0f172a
  • button.background#475569
  • button.foreground#f1f5f9
  • button.hoverBackground#64748b
  • dropdown.background#1e293b
  • dropdown.border#475569
  • dropdown.foreground#f1f5f9
  • editor.background#0f172a
  • editor.findMatchBackground#475569
  • editor.findMatchHighlightBackground#334155
  • editor.foreground#f1f5f9
  • editor.hoverHighlightBackground#1e293b
  • editor.lineHighlightBackground#1e293b
  • editor.selectionBackground#334155
  • editor.selectionHighlightBackground#334155
  • editor.wordHighlightBackground#334155
  • editor.wordHighlightStrongBackground#334155
  • editorCursor.foreground#94a3b8
  • editorGroupHeader.tabsBackground#1e293b
  • editorIndentGuide.activeBackground#64748b
  • editorIndentGuide.background#334155
  • editorLineNumber.activeForeground#cbd5e1
  • editorLineNumber.foreground#64748b
  • editorRuler.foreground#334155
  • editorWhitespace.foreground#475569
  • input.background#1e293b
  • input.border#475569
  • input.foreground#f1f5f9
  • inputOption.activeBorder#94a3b8
  • list.activeSelectionBackground#334155
  • list.activeSelectionForeground#f1f5f9
  • list.focusBackground#334155
  • list.hoverBackground#1e293b
  • list.inactiveSelectionBackground#1e293b
  • menuBar.selectionBackground#475569
  • menuBar.selectionForeground#f1f5f9
  • panel.background#1e293b
  • panel.border#334155
  • panelTitle.activeForeground#f1f5f9
  • panelTitle.inactiveForeground#94a3b8
  • progressBar.background#64748b
  • scrollbar.shadow#020617
  • scrollbarSlider.activeBackground#94a3b8
  • scrollbarSlider.background#475569
  • scrollbarSlider.hoverBackground#64748b
  • sideBar.background#1e293b
  • sideBar.foreground#e2e8f0
  • sideBarSectionHeader.background#334155
  • sideBarSectionHeader.foreground#f1f5f9
  • sideBarTitle.foreground#f1f5f9
  • statusBar.background#334155
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f1f5f9
  • statusBar.noFolderBackground#475569
  • tab.activeBackground#0f172a
  • tab.activeBorder#94a3b8
  • tab.activeForeground#f1f5f9
  • tab.border#334155
  • tab.inactiveBackground#1e293b
  • tab.inactiveForeground#94a3b8
  • terminal.ansiBlack#1e293b
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e2e8f0
  • terminal.ansiYellow#facc15
  • terminal.background#0f172a
  • terminal.foreground#f1f5f9
  • titleBar.activeBackground#334155
  • titleBar.activeForeground#f1f5f9
  • titleBar.inactiveBackground#1e293b
  • titleBar.inactiveForeground#94a3b8
  • window.activeBorder#475569
  • window.inactiveBorder#334155

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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