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

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—