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#08090900
  • activityBarBadge.background#212121
  • activityBarBadge.foreground#abb2bf
  • dropdown.background#2c313a
  • dropdown.border#212121
  • dropdown.foreground#abb2bf
  • editor.background#08090900
  • editor.foreground#abb2bf
  • editor.selectionBackground#2c313a
  • editor.selectionHighlightBackground#555a6345
  • editor.wordHighlightBackground#555a6345
  • editor.wordHighlightStrongBackground#555a6345
  • editorBracketMatch.background#abb2bf30
  • editorCursor.foreground#212121
  • editorGutter.background#08090900
  • editorLineHighlightBackground#08090900
  • editorLineNumber.activeForeground#abb2bf
  • editorLineNumber.foreground#495162
  • focusBorder#212121
  • foreground#abb2bf
  • input.background#2c313a
  • input.border#212121
  • input.foreground#abb2bf
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#abb2bf
  • list.hoverBackground#2c313a
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#abb2bf
  • panel.background#08090900
  • panel.border#212121
  • scrollbarSlider.background#4e566680
  • scrollbarSlider.hoverBackground#5a6375
  • selection.background#2c313a
  • sideBar.background#08090900
  • sideBar.border#212121
  • sideBar.foreground#abb2bf
  • statusBar.background#080909DD
  • statusBar.border#212121
  • statusBar.foreground#abb2bf
  • tab.activeBackground#080909
  • tab.activeBorderTop#212121
  • tab.activeForeground#abb2bf
  • tab.border#212121
  • tab.inactiveBackground#08090900
  • terminal.ansiBlack#3f4451
  • terminal.ansiBlue#4aa5f0
  • terminal.ansiBrightBlack#4f5666
  • terminal.ansiBrightBlue#4dc4ff
  • terminal.ansiBrightCyan#4cd1e0
  • terminal.ansiBrightGreen#a5e075
  • terminal.ansiBrightMagenta#de73ff
  • terminal.ansiBrightRed#ff616e
  • terminal.ansiBrightWhite#e6e6e6
  • terminal.ansiBrightYellow#f0a45d
  • terminal.ansiCyan#42b3c2
  • terminal.ansiGreen#8cc265
  • terminal.ansiMagenta#c162de
  • terminal.ansiRed#e05561
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#d18f52
  • terminal.background#08090900
  • terminal.foreground#abb2bf
  • terminalCursor.foreground#abb2bf
  • titleBar.activeBackground#080909DD
  • titleBar.activeForeground#abb2bf
  • titleBar.inactiveBackground#080909DD
  • widget.border#212121
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9189de
comment.block.documentation#e11b6a
keyword, storage, storage.type#e11b6a
keyword.operator#e11b6a
entity.other.attribute-name#e11b6a
entity.name.function, support.function#24cd12
entity.name.type.class#e11b6a
entity.name.type, support.type#049dde
entity.name.type.interface#049ddeitalic
entity.other.inherited-class#049ddeitalic
constant#7053e2
entity.name.type.enum#7053e2
constant.numeric#7053e2
constant.language.boolean#e11b6a
string#d9b522
constant.character.escape#e11b6a
string.regexp#e4412f
string.other#e11b6a
constant.other.symbol#7053e2
markup.raw, markup.inline.raw#24cd12
markup.underline.link#049dde
string.other.link.title#e11b6a
entity.name.tag#e11b6a
variable.other.property#049dde
variable#c3c3c3
variable.other.member#c3c3c3
variable.parameter#e16a1bitalic
variable.language#7053e2italic
entity.name.label#c3c3c3
entity.name.section#7053e2bold
punctuation#e11b6a
punctuation.bracket#c3c3c3
punctuation.separator#e11b6a
punctuation.definition.tag#e11b6a
meta.preprocessor#9189de
markup.italic#d9b522italic
markup.bold#e16a1bbold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...