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#a1a1aa
  • activityBar.background#27272a
  • activityBar.foreground#e4e4e7
  • activityBarBadge.background#71717a
  • activityBarBadge.foreground#18181b
  • badge.background#71717a
  • badge.foreground#18181b
  • button.background#52525b
  • button.foreground#f4f4f5
  • button.hoverBackground#71717a
  • dropdown.background#27272a
  • dropdown.border#52525b
  • dropdown.foreground#f4f4f5
  • editor.background#18181b
  • editor.findMatchBackground#52525b
  • editor.findMatchHighlightBackground#3f3f46
  • editor.foreground#f4f4f5
  • editor.hoverHighlightBackground#27272a
  • editor.lineHighlightBackground#27272a
  • editor.selectionBackground#3f3f46
  • editor.selectionHighlightBackground#3f3f46
  • editor.wordHighlightBackground#3f3f46
  • editor.wordHighlightStrongBackground#3f3f46
  • editorCursor.foreground#a1a1aa
  • editorGroupHeader.tabsBackground#27272a
  • editorIndentGuide.activeBackground#71717a
  • editorIndentGuide.background#3f3f46
  • editorLineNumber.activeForeground#d4d4d8
  • editorLineNumber.foreground#71717a
  • editorRuler.foreground#3f3f46
  • editorWhitespace.foreground#52525b
  • input.background#27272a
  • input.border#52525b
  • input.foreground#f4f4f5
  • inputOption.activeBorder#a1a1aa
  • list.activeSelectionBackground#3f3f46
  • list.activeSelectionForeground#f4f4f5
  • list.focusBackground#3f3f46
  • list.hoverBackground#27272a
  • list.inactiveSelectionBackground#27272a
  • menuBar.selectionBackground#52525b
  • menuBar.selectionForeground#f4f4f5
  • panel.background#27272a
  • panel.border#3f3f46
  • panelTitle.activeForeground#f4f4f5
  • panelTitle.inactiveForeground#a1a1aa
  • progressBar.background#71717a
  • scrollbar.shadow#09090b
  • scrollbarSlider.activeBackground#a1a1aa
  • scrollbarSlider.background#52525b
  • scrollbarSlider.hoverBackground#71717a
  • sideBar.background#27272a
  • sideBar.foreground#e4e4e7
  • sideBarSectionHeader.background#3f3f46
  • sideBarSectionHeader.foreground#f4f4f5
  • sideBarTitle.foreground#f4f4f5
  • statusBar.background#3f3f46
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f4f4f5
  • statusBar.noFolderBackground#52525b
  • tab.activeBackground#18181b
  • tab.activeBorder#a1a1aa
  • tab.activeForeground#f4f4f5
  • tab.border#3f3f46
  • tab.inactiveBackground#27272a
  • tab.inactiveForeground#a1a1aa
  • terminal.ansiBlack#27272a
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e4e4e7
  • terminal.ansiYellow#facc15
  • terminal.background#18181b
  • terminal.foreground#f4f4f5
  • titleBar.activeBackground#3f3f46
  • titleBar.activeForeground#f4f4f5
  • titleBar.inactiveBackground#27272a
  • titleBar.inactiveForeground#a1a1aa
  • window.activeBorder#52525b
  • window.inactiveBorder#3f3f46

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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