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#2A2D2F
  • activityBar.border#45494B
  • editor.background#333739
  • editor.foreground#E0E6E8
  • editor.selectionBackground#3E4446
  • editorCursor.foreground#80CBC4
  • editorGroup.border#45494B
  • editorGroupHeader.tabsBackground#2A2D2F
  • editorIndentGuide.activeBackground1#60686B
  • editorIndentGuide.background1#45494B
  • editorLineNumber.activeForeground#E0E6E8
  • editorLineNumber.foreground#60686B
  • list.activeSelectionBackground#3E4446
  • list.hoverBackground#35393B
  • panel.border#45494B
  • sideBar.background#2D3032
  • sideBar.border#45494B
  • statusBar.background#383C3E
  • statusBar.border#45494B
  • statusBar.foreground#E0E6E8
  • tab.activeBackground#333739
  • tab.border#45494B
  • tab.inactiveBackground#2A2D2F
  • titleBar.activeBackground#2A2D2F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7E939Eitalic
string#C3E88D—
constant.numeric#F78C6C—
constant.language#F78C6C—
keyword#C792EAbold
storage#C792EAbold
entity.name.class#FFCB6B—
entity.name.function#82AAFFbold
variable#E0E6E8—
variable.parameter#B0BEC5—
variable.other.php#E0E6E8—
support.function#89DDFF—
keyword.operator#89DDFF—
entity.other.attribute-name#C3E88D—
meta.tag#f07178—