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#9ca3af
  • activityBar.background#1f2937
  • activityBar.foreground#e5e7eb
  • activityBarBadge.background#6b7280
  • activityBarBadge.foreground#111827
  • badge.background#6b7280
  • badge.foreground#111827
  • button.background#4b5563
  • button.foreground#f3f4f6
  • button.hoverBackground#6b7280
  • dropdown.background#1f2937
  • dropdown.border#4b5563
  • dropdown.foreground#f3f4f6
  • editor.background#111827
  • editor.findMatchBackground#4b5563
  • editor.findMatchHighlightBackground#374151
  • editor.foreground#f3f4f6
  • editor.hoverHighlightBackground#1f2937
  • editor.lineHighlightBackground#1f2937
  • editor.selectionBackground#374151
  • editor.selectionHighlightBackground#374151
  • editor.wordHighlightBackground#374151
  • editor.wordHighlightStrongBackground#374151
  • editorCursor.foreground#9ca3af
  • editorGroupHeader.tabsBackground#1f2937
  • editorIndentGuide.activeBackground#6b7280
  • editorIndentGuide.background#374151
  • editorLineNumber.activeForeground#d1d5db
  • editorLineNumber.foreground#6b7280
  • editorRuler.foreground#374151
  • editorWhitespace.foreground#4b5563
  • input.background#1f2937
  • input.border#4b5563
  • input.foreground#f3f4f6
  • inputOption.activeBorder#9ca3af
  • list.activeSelectionBackground#374151
  • list.activeSelectionForeground#f3f4f6
  • list.focusBackground#374151
  • list.hoverBackground#1f2937
  • list.inactiveSelectionBackground#1f2937
  • menuBar.selectionBackground#4b5563
  • menuBar.selectionForeground#f3f4f6
  • panel.background#1f2937
  • panel.border#374151
  • panelTitle.activeForeground#f3f4f6
  • panelTitle.inactiveForeground#9ca3af
  • progressBar.background#6b7280
  • scrollbar.shadow#030712
  • scrollbarSlider.activeBackground#9ca3af
  • scrollbarSlider.background#4b5563
  • scrollbarSlider.hoverBackground#6b7280
  • sideBar.background#1f2937
  • sideBar.foreground#e5e7eb
  • sideBarSectionHeader.background#374151
  • sideBarSectionHeader.foreground#f3f4f6
  • sideBarTitle.foreground#f3f4f6
  • statusBar.background#374151
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#f3f4f6
  • statusBar.noFolderBackground#4b5563
  • tab.activeBackground#111827
  • tab.activeBorder#9ca3af
  • tab.activeForeground#f3f4f6
  • tab.border#374151
  • tab.inactiveBackground#1f2937
  • tab.inactiveForeground#9ca3af
  • terminal.ansiBlack#1f2937
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e5e7eb
  • terminal.ansiYellow#facc15
  • terminal.background#111827
  • terminal.foreground#f3f4f6
  • titleBar.activeBackground#374151
  • titleBar.activeForeground#f3f4f6
  • titleBar.inactiveBackground#1f2937
  • titleBar.inactiveForeground#9ca3af
  • window.activeBorder#4b5563
  • window.inactiveBorder#374151

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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