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#a8a29e
  • activityBar.background#292524
  • activityBar.foreground#e7e5e4
  • activityBarBadge.background#78716c
  • activityBarBadge.foreground#1c1917
  • badge.background#78716c
  • badge.foreground#1c1917
  • button.background#57534e
  • button.foreground#f5f5f4
  • button.hoverBackground#78716c
  • dropdown.background#292524
  • dropdown.border#57534e
  • dropdown.foreground#f5f5f4
  • editor.background#1c1917
  • editor.findMatchBackground#57534e
  • editor.findMatchHighlightBackground#44403c
  • editor.foreground#f5f5f4
  • editor.hoverHighlightBackground#292524
  • editor.lineHighlightBackground#292524
  • editor.selectionBackground#44403c
  • editor.selectionHighlightBackground#44403c
  • editor.wordHighlightBackground#44403c
  • editor.wordHighlightStrongBackground#44403c
  • editorCursor.foreground#a8a29e
  • editorGroupHeader.tabsBackground#292524
  • editorIndentGuide.activeBackground#78716c
  • editorIndentGuide.background#44403c
  • editorLineNumber.activeForeground#d6d3d1
  • editorLineNumber.foreground#78716c
  • editorRuler.foreground#44403c
  • editorWhitespace.foreground#57534e
  • input.background#292524
  • input.border#57534e
  • input.foreground#f5f5f4
  • inputOption.activeBorder#a8a29e
  • list.activeSelectionBackground#44403c
  • list.activeSelectionForeground#f5f5f4
  • list.focusBackground#44403c
  • list.hoverBackground#292524
  • list.inactiveSelectionBackground#292524
  • menuBar.selectionBackground#57534e
  • menuBar.selectionForeground#f5f5f4
  • panel.background#292524
  • panel.border#44403c
  • panelTitle.activeForeground#f5f5f4
  • panelTitle.inactiveForeground#a8a29e
  • progressBar.background#78716c
  • scrollbar.shadow#0c0a09
  • scrollbarSlider.activeBackground#a8a29e
  • scrollbarSlider.background#57534e
  • scrollbarSlider.hoverBackground#78716c
  • sideBar.background#292524
  • sideBar.foreground#e7e5e4
  • sideBarSectionHeader.background#44403c
  • sideBarSectionHeader.foreground#f5f5f4
  • sideBarTitle.foreground#f5f5f4
  • statusBar.background#44403c
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f5f5f4
  • statusBar.noFolderBackground#57534e
  • tab.activeBackground#1c1917
  • tab.activeBorder#a8a29e
  • tab.activeForeground#f5f5f4
  • tab.border#44403c
  • tab.inactiveBackground#292524
  • tab.inactiveForeground#a8a29e
  • terminal.ansiBlack#292524
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e7e5e4
  • terminal.ansiYellow#facc15
  • terminal.background#1c1917
  • terminal.foreground#f5f5f4
  • titleBar.activeBackground#44403c
  • titleBar.activeForeground#f5f5f4
  • titleBar.inactiveBackground#292524
  • titleBar.inactiveForeground#a8a29e
  • window.activeBorder#57534e
  • window.inactiveBorder#44403c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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