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#78716c
  • activityBar.background#f5f5f4
  • activityBar.foreground#44403c
  • activityBarBadge.background#78716c
  • activityBarBadge.foreground#fafaf9
  • badge.background#78716c
  • badge.foreground#fafaf9
  • button.background#78716c
  • button.foreground#fafaf9
  • button.hoverBackground#57534e
  • dropdown.background#fafaf9
  • dropdown.border#d6d3d1
  • dropdown.foreground#292524
  • editor.background#fafaf9
  • editor.findMatchBackground#d6d3d1
  • editor.findMatchHighlightBackground#e7e5e4
  • editor.foreground#292524
  • editor.hoverHighlightBackground#f5f5f4
  • editor.lineHighlightBackground#f5f5f4
  • editor.selectionBackground#e7e5e4
  • editor.selectionHighlightBackground#e7e5e4
  • editor.wordHighlightBackground#e7e5e4
  • editor.wordHighlightStrongBackground#e7e5e4
  • editorCursor.foreground#57534e
  • editorGroupHeader.tabsBackground#f5f5f4
  • editorIndentGuide.activeBackground#a8a29e
  • editorIndentGuide.background#e7e5e4
  • editorLineNumber.activeForeground#57534e
  • editorLineNumber.foreground#a8a29e
  • editorRuler.foreground#e7e5e4
  • editorWhitespace.foreground#d6d3d1
  • input.background#fafaf9
  • input.border#d6d3d1
  • input.foreground#292524
  • inputOption.activeBorder#78716c
  • list.activeSelectionBackground#e7e5e4
  • list.activeSelectionForeground#292524
  • list.focusBackground#e7e5e4
  • list.hoverBackground#f5f5f4
  • list.inactiveSelectionBackground#f5f5f4
  • menuBar.selectionBackground#78716c
  • menuBar.selectionForeground#fafaf9
  • panel.background#f5f5f4
  • panel.border#e7e5e4
  • panelTitle.activeForeground#292524
  • panelTitle.inactiveForeground#57534e
  • progressBar.background#78716c
  • scrollbar.shadow#e7e5e4
  • scrollbarSlider.activeBackground#78716c
  • scrollbarSlider.background#d6d3d1
  • scrollbarSlider.hoverBackground#a8a29e
  • sideBar.background#f5f5f4
  • sideBar.foreground#44403c
  • sideBarSectionHeader.background#e7e5e4
  • sideBarSectionHeader.foreground#292524
  • sideBarTitle.foreground#292524
  • statusBar.background#57534e
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#fafaf9
  • statusBar.noFolderBackground#78716c
  • tab.activeBackground#fafaf9
  • tab.activeBorder#78716c
  • tab.activeForeground#292524
  • tab.border#e7e5e4
  • tab.inactiveBackground#f5f5f4
  • tab.inactiveForeground#57534e
  • terminal.ansiBlack#1c1917
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#f5f5f4
  • terminal.ansiYellow#eab308
  • terminal.background#fafaf9
  • terminal.foreground#292524
  • titleBar.activeBackground#57534e
  • titleBar.activeForeground#fafaf9
  • titleBar.inactiveBackground#78716c
  • titleBar.inactiveForeground#e7e5e4
  • window.activeBorder#d6d3d1
  • window.inactiveBorder#e7e5e4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#78716citalic
variable, string constant.other.placeholder#44403c—
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—