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#3E3E3E
  • activityBar.border#585858
  • editor.background#4A4A4A
  • editor.foreground#E0E0D0
  • editor.selectionBackground#5C5C5C
  • editorCursor.foreground#E0C060
  • editorGroup.border#585858
  • editorGroupHeader.tabsBackground#3E3E3E
  • editorIndentGuide.activeBackground1#808080
  • editorIndentGuide.background1#585858
  • editorLineNumber.activeForeground#E0E0D0
  • editorLineNumber.foreground#808080
  • list.activeSelectionBackground#5C5C5C
  • list.hoverBackground#525252
  • panel.border#585858
  • sideBar.background#424242
  • sideBar.border#585858
  • statusBar.background#4E4E4E
  • statusBar.border#585858
  • statusBar.foreground#E0E0D0
  • tab.activeBackground#4A4A4A
  • tab.border#585858
  • tab.inactiveBackground#3E3E3E
  • titleBar.activeBackground#3E3E3E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9FB59Citalic
string#DCA3A3
constant.numeric#ECB3B3
constant.language#ECB3B3
keyword#FFEFBFbold
storage#FFEFBFbold
entity.name.class#F0D070
entity.name.function#A3F0F3bold
variable#E0E0D0
variable.parameter#E0E0E0
variable.other.php#E0E0D0
support.function#9CE0E3
keyword.operator#A3F0F3
entity.other.attribute-name#ECB3B3
meta.tag#FFEFBF