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#a3a3a3
  • activityBar.background#262626
  • activityBar.foreground#e5e5e5
  • activityBarBadge.background#737373
  • activityBarBadge.foreground#171717
  • badge.background#737373
  • badge.foreground#171717
  • button.background#525252
  • button.foreground#f5f5f5
  • button.hoverBackground#737373
  • dropdown.background#262626
  • dropdown.border#525252
  • dropdown.foreground#f5f5f5
  • editor.background#171717
  • editor.findMatchBackground#525252
  • editor.findMatchHighlightBackground#404040
  • editor.foreground#f5f5f5
  • editor.hoverHighlightBackground#262626
  • editor.lineHighlightBackground#262626
  • editor.selectionBackground#404040
  • editor.selectionHighlightBackground#404040
  • editor.wordHighlightBackground#404040
  • editor.wordHighlightStrongBackground#404040
  • editorCursor.foreground#a3a3a3
  • editorGroupHeader.tabsBackground#262626
  • editorIndentGuide.activeBackground#737373
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#d4d4d4
  • editorLineNumber.foreground#737373
  • editorRuler.foreground#404040
  • editorWhitespace.foreground#525252
  • input.background#262626
  • input.border#525252
  • input.foreground#f5f5f5
  • inputOption.activeBorder#a3a3a3
  • list.activeSelectionBackground#404040
  • list.activeSelectionForeground#f5f5f5
  • list.focusBackground#404040
  • list.hoverBackground#262626
  • list.inactiveSelectionBackground#262626
  • menuBar.selectionBackground#525252
  • menuBar.selectionForeground#f5f5f5
  • panel.background#262626
  • panel.border#404040
  • panelTitle.activeForeground#f5f5f5
  • panelTitle.inactiveForeground#a3a3a3
  • progressBar.background#737373
  • scrollbar.shadow#0a0a0a
  • scrollbarSlider.activeBackground#a3a3a3
  • scrollbarSlider.background#525252
  • scrollbarSlider.hoverBackground#737373
  • sideBar.background#262626
  • sideBar.foreground#e5e5e5
  • sideBarSectionHeader.background#404040
  • sideBarSectionHeader.foreground#f5f5f5
  • sideBarTitle.foreground#f5f5f5
  • statusBar.background#404040
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f5f5f5
  • statusBar.noFolderBackground#525252
  • tab.activeBackground#171717
  • tab.activeBorder#a3a3a3
  • tab.activeForeground#f5f5f5
  • tab.border#404040
  • tab.inactiveBackground#262626
  • tab.inactiveForeground#a3a3a3
  • terminal.ansiBlack#262626
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e5e5e5
  • terminal.ansiYellow#facc15
  • terminal.background#171717
  • terminal.foreground#f5f5f5
  • titleBar.activeBackground#404040
  • titleBar.activeForeground#f5f5f5
  • titleBar.inactiveBackground#262626
  • titleBar.inactiveForeground#a3a3a3
  • window.activeBorder#525252
  • window.inactiveBorder#404040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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