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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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