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#202020
  • activityBar.border#606060
  • editor.background#2D2D2D
  • editor.foreground#FFFFFF
  • editor.selectionBackground#505050
  • editorCursor.foreground#FFFF00
  • editorGroup.border#606060
  • editorGroupHeader.tabsBackground#202020
  • editorIndentGuide.activeBackground1#909090
  • editorIndentGuide.background1#505050
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#909090
  • list.activeSelectionBackground#505050
  • list.hoverBackground#404040
  • panel.border#606060
  • sideBar.background#252525
  • sideBar.border#606060
  • statusBar.background#303030
  • statusBar.border#606060
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#2D2D2D
  • tab.border#606060
  • tab.inactiveBackground#202020
  • titleBar.activeBackground#202020

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#76E072italic
string#50FA7B
constant.numeric#FF79C6
constant.language#FF79C6
keyword#FF79C6bold
storage#FF79C6bold
entity.name.class#F1FA8C
entity.name.function#8BE9FDbold
variable#FFFFFF
variable.parameter#E0E0E0
variable.other.php#FFFFFF
support.function#8BE9FD
keyword.operator#FF79C6
entity.other.attribute-name#50FA7B
meta.tag#FF79C6