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.background#06080a
  • activityBar.border#141820
  • activityBar.foreground#80c8e8
  • activityBar.inactiveForeground#202c38
  • activityBarBadge.background#305878
  • activityBarBadge.foreground#0c0e10
  • badge.background#305878
  • badge.foreground#0c0e10
  • button.background#204868
  • button.foreground#d8ecf8
  • button.hoverBackground#2a5878
  • editor.background#0c0e10
  • editor.findMatchBackground#5a788880
  • editor.findMatchHighlightBackground#5a788840
  • editor.foreground#b8c4cc
  • editor.inactiveSelectionBackground#38506840
  • editor.lineHighlightBackground#141820
  • editor.selectionBackground#38506880
  • editor.selectionHighlightBackground#38506840
  • editor.wordHighlightBackground#38506840
  • editor.wordHighlightStrongBackground#38506860
  • editorBracketMatch.background#38506840
  • editorBracketMatch.border#6898b8
  • editorCursor.foreground#80c8e8
  • editorGroupHeader.tabsBackground#090b0d
  • editorIndentGuide.activeBackground#385878
  • editorIndentGuide.background#181e24
  • editorLineNumber.activeForeground#6a8898
  • editorLineNumber.foreground#2a3440
  • editorWhitespace.foreground#181e24
  • focusBorder#305878
  • input.background#101418
  • input.border#223040
  • input.foreground#b8c4cc
  • input.placeholderForeground#304048
  • list.activeSelectionBackground#141c28
  • list.activeSelectionForeground#90d8f8
  • list.highlightForeground#80c8e8
  • list.hoverBackground#141820
  • panel.background#090b0d
  • panel.border#141820
  • panelTitle.activeBorder#305878
  • panelTitle.activeForeground#80c8e8
  • scrollbarSlider.activeBackground#6898b8a0
  • scrollbarSlider.background#38506860
  • scrollbarSlider.hoverBackground#5a788880
  • sideBar.background#090b0d
  • sideBar.border#141820
  • sideBar.foreground#8898a8
  • sideBarSectionHeader.background#101418
  • sideBarSectionHeader.foreground#98b0c0
  • sideBarTitle.foreground#80c8e8
  • statusBar.background#1a3048
  • statusBar.foreground#b0c8d8
  • statusBarItem.hoverBackground#223858
  • statusBarItem.remoteBackground#102030
  • statusBarItem.remoteForeground#90b8cc
  • tab.activeBackground#0c0e10
  • tab.activeBorderTop#305878
  • tab.activeForeground#90d8f8
  • tab.border#141820
  • tab.inactiveBackground#090b0d
  • tab.inactiveForeground#304048
  • terminal.ansiBlue#4080b0
  • terminal.ansiCyan#50a8c8
  • terminal.ansiGreen#508878
  • terminal.ansiMagenta#8070a0
  • terminal.ansiRed#c04040
  • terminal.ansiWhite#b8c4cc
  • terminal.ansiYellow#c8a040
  • terminal.background#090b0d
  • terminal.foreground#b8c4cc
  • titleBar.activeBackground#06080a
  • titleBar.activeForeground#b8c4cc
  • titleBar.border#141820

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6080a0italic
keyword, storage.type, storage.modifier#80c8f0bold
keyword.control#a0e0ffbold
string, string.quoted#70d8c8—
constant.character.escape, string.regexp#90f0e0—
constant.numeric, constant.language, constant.other#f0d060—
entity.name.function, meta.function-call entity.name.function#c0e8f8—
variable.parameter#98c8e0italic
variable, variable.other#b8d0e0—
entity.name.type, entity.name.class, support.class#e0f0ffbold
entity.name.interface, entity.other.inherited-class#c8e0f0italic
variable.other.property, support.type.property-name#c8d8e8—
keyword.operator#60a8d0—
punctuation#7898b0—
entity.name.tag#70a8d0—
entity.other.attribute-name#70d0c8—
invalid#ff4444underline
support.type.property-name.json, meta.structure.dictionary.key.json string.quoted#a0e0ffbold
meta.structure.dictionary.value.json string.quoted, string.value.json#70d8c8—
storage.modifier, keyword.other.public, keyword.other.private, keyword.other.protected, keyword.other.static#f8e060bold italic
entity.name.function, entity.name.function.ts, entity.name.function.js, meta.definition.method entity.name.function, meta.function entity.name.function#c0e8f8—