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#191a21
  • activityBar.border#bd93f9
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#ff79c6
  • button.background#1b4332
  • button.foreground#d8f3dc
  • button.hoverBackground#2d6a4f
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#44475a75
  • editor.selectionBackground#44475a
  • editor.selectionHighlightBackground#424450
  • editorBracketMatch.background#44475a
  • editorBracketMatch.border#ff79c6
  • editorLineNumber.activeForeground#ff79c6
  • editorLineNumber.foreground#6272a4
  • input.background#282c34
  • input.foreground#abb2bf
  • input.placeholderForeground#5c6370
  • sideBar.background#21222c
  • sideBar.border#191a21
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#282a36
  • sideBarSectionHeader.border#191a21
  • statusBar.background#191a21
  • statusBar.border#bd93f9
  • statusBar.foreground#f8f8f2
  • statusBarItem.remoteBackground#bd93f9
  • titleBar.activeBackground#21222c
  • titleBar.border#191a21

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier, variable.language.this#ff79c6italic
entity.name.function, support.function, meta.function-call#50fa7b
string, constant.character.escape#f1fa8c
variable, variable.parameter, variable.other.property#f8f8f2
entity.name.type, entity.name.class, support.class#8be9fditalic
constant.numeric, constant.language.boolean#bd93f9
keyword.operator, punctuation, meta.brace#ff79c6
entity.name.tag#ff79c6
entity.other.attribute-name#50fa7bitalic
support.constant#bd93f9
comment#6272a4italic