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#101011
  • activityBar.border#212121
  • editor.background#101011
  • editor.foreground#adb3bc
  • editor.lineHighlightBackground#212121
  • editor.selectionBackground#212121
  • editorCursor.foreground#F8F8F0
  • editorGroupHeader.noTabsBackground#FFFFFF
  • editorGroupHeader.tabsBackground#151516
  • editorGroupHeader.tabsBorder#212121
  • editorWhitespace.foreground#212121
  • sideBar.background#131314
  • sideBar.border#212121
  • sideBarSectionHeader.background#151516
  • sideBarSectionHeader.border#212121
  • statusBar.background#b5446e
  • tab.border#212121
  • tab.inactiveBackground#151516

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#666666
string#aea097
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable
keyword#b5446e
storage#b5446e
storage.type#b5446e
entity.name.class#b5446eunderline
entity.other.inherited-class#92b6b1italic underline
entity.name.function#92b6b1
variable.parameter#B2A2ADitalic
entity.name.tag#b5446e
entity.other.attribute-name#92b6b1
support.function#b5446e
support.constant#b5446e
support.type, support.class#92b6b1
support.other.variable#c7e8f3
entity.name.namespaceunderline
entity.name.type.class.genericitalic underline
variable.other.property#788aa3
entity.name.type#92b6b1
invalid#F8F8F0
invalid.deprecated#F8F8F0