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#8b86ba
comment.block.documentation#f5478c
keyword, storage, storage.type#f5478c
keyword.operator#f5478c
entity.other.attribute-name#f5478c
entity.name.function, support.function#71fc62
entity.name.type.class#f5478c
entity.name.type, support.type#19baff
entity.name.type.interface#19baffitalic
entity.other.inherited-class#19baffitalic
constant#927ee1
entity.name.type.enum#927ee1
constant.numeric#927ee1
constant.language.boolean#f5478c
string#ebc62c
constant.character.escape#f5478c
string.regexp#e76759
string.other#f5478c
constant.other.symbol#927ee1
markup.raw, markup.inline.raw#71fc62
markup.underline.link#19baff
string.other.link.title#f5478c
entity.name.tag#f5478c
variable.other.property#19baff
variable#d8d8d8
variable.other.member#d8d8d8
variable.parameter#f58c47italic
variable.language#927ee1italic
entity.name.label#d8d8d8
entity.name.section#927ee1bold
punctuation#f5478c
punctuation.bracket#d8d8d8
punctuation.separator#f5478c
punctuation.definition.tag#f5478c
meta.preprocessor#8b86ba
markup.italic#ebc62citalic
markup.bold#f58c47bold

Shiki preview

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

Loading...