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#050910
  • activityBar.border#141e2c
  • activityBar.foreground#80d0ff
  • activityBar.inactiveForeground#283848
  • activityBarBadge.background#2870c0
  • activityBarBadge.foreground#0a0f18
  • badge.background#2870c0
  • badge.foreground#0a0f18
  • button.background#1858a8
  • button.foreground#d8f0ff
  • button.hoverBackground#2068b8
  • editor.background#0a0f18
  • editor.findMatchBackground#3080c080
  • editor.findMatchHighlightBackground#3080c040
  • editor.foreground#c8ddf0
  • editor.inactiveSelectionBackground#2060a040
  • editor.lineHighlightBackground#121c28
  • editor.selectionBackground#2060a080
  • editor.selectionHighlightBackground#2060a040
  • editor.wordHighlightBackground#2060a040
  • editor.wordHighlightStrongBackground#2060a060
  • editorBracketMatch.background#2060a040
  • editorBracketMatch.border#5090d0
  • editorCursor.foreground#90d8ff
  • editorGroupHeader.tabsBackground#070c14
  • editorIndentGuide.activeBackground#305080
  • editorIndentGuide.background#141e2c
  • editorLineNumber.activeForeground#6090c0
  • editorLineNumber.foreground#2a3848
  • editorWhitespace.foreground#141e2c
  • focusBorder#2870c0
  • input.background#0d1520
  • input.border#203040
  • input.foreground#c8ddf0
  • input.placeholderForeground#304858
  • inputOption.activeBackground#102030
  • inputOption.activeBorder#2870c0
  • list.activeSelectionBackground#102030
  • list.activeSelectionForeground#a0d8ff
  • list.focusBackground#102030
  • list.highlightForeground#80d0ff
  • list.hoverBackground#121c28
  • list.inactiveSelectionBackground#121c28
  • panel.background#070c14
  • panel.border#141e2c
  • panelTitle.activeBorder#2870c0
  • panelTitle.activeForeground#80d0ff
  • panelTitle.inactiveForeground#283848
  • scrollbarSlider.activeBackground#4090d0a0
  • scrollbarSlider.background#2060a060
  • scrollbarSlider.hoverBackground#3080c080
  • sideBar.background#070c14
  • sideBar.border#141e2c
  • sideBar.foreground#90b8d8
  • sideBarSectionHeader.background#0d1520
  • sideBarSectionHeader.foreground#a0c8e8
  • sideBarTitle.foreground#80d0ff
  • statusBar.background#0d3060
  • statusBar.foreground#c0e0ff
  • statusBarItem.hoverBackground#154070
  • statusBarItem.remoteBackground#082040
  • statusBarItem.remoteForeground#90c8f0
  • tab.activeBackground#0a0f18
  • tab.activeBorderTop#2870c0
  • tab.activeForeground#a0d8ff
  • tab.border#141e2c
  • tab.inactiveBackground#070c14
  • tab.inactiveForeground#304858
  • terminal.ansiBlue#4090e0
  • terminal.ansiCyan#60d0f0
  • terminal.ansiGreen#60c0b0
  • terminal.ansiMagenta#9080c0
  • terminal.ansiRed#cc4488
  • terminal.ansiWhite#c8ddf0
  • terminal.ansiYellow#90b0d0
  • terminal.background#070c14
  • terminal.foreground#c8ddf0
  • titleBar.activeBackground#050910
  • titleBar.activeForeground#c8ddf0
  • titleBar.border#141e2c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6080a0italic
keyword, storage.type, storage.modifier#70c8f8bold
keyword.control#90e8ffbold
string, string.quoted#70d8c8—
constant.character.escape, string.regexp#90f0e0—
constant.numeric, constant.language, constant.other#c0b8ff—
entity.name.function, meta.function-call entity.name.function#b8e8ff—
variable.parameter#90c8e8italic
variable, variable.other#c0d8f0—
entity.name.type, entity.name.class, support.class#f0f8ffbold
entity.name.interface, entity.other.inherited-class#d8f0ffitalic
variable.other.property, support.type.property-name#d8e8f8—
keyword.operator#60a8e0—
punctuation#7898b8—
entity.name.tag#60a8d8—
entity.other.attribute-name#70d0c8—
invalid#ff6699underline
support.type.property-name.json, meta.structure.dictionary.key.json string.quoted#90e8ffbold
meta.structure.dictionary.value.json string.quoted, string.value.json#c0b8ff—
storage.modifier, keyword.other.public, keyword.other.private, keyword.other.protected, keyword.other.static#f8e898bold italic
entity.name.function, entity.name.function.ts, entity.name.function.js, meta.definition.method entity.name.function, meta.function entity.name.function#b8e8ff—