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#2E2E2E
  • activityBar.border#484848
  • editor.background#363636
  • editor.foreground#DCDCCC
  • editor.selectionBackground#484848
  • editorCursor.foreground#E0C060
  • editorGroup.border#484848
  • editorGroupHeader.tabsBackground#2E2E2E
  • editorIndentGuide.activeBackground1#707070
  • editorIndentGuide.background1#484848
  • editorLineNumber.activeForeground#DCDCCC
  • editorLineNumber.foreground#707070
  • list.activeSelectionBackground#484848
  • list.hoverBackground#3E3E3E
  • panel.border#484848
  • sideBar.background#303030
  • sideBar.border#484848
  • statusBar.background#3A3A3A
  • statusBar.border#484848
  • statusBar.foreground#DCDCCC
  • tab.activeBackground#363636
  • tab.border#484848
  • tab.inactiveBackground#2E2E2E
  • titleBar.activeBackground#2E2E2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8FA58Citalic
string#CC9393—
constant.numeric#DCA3A3—
constant.language#DCA3A3—
keyword#F0DFAFbold
storage#F0DFAFbold
entity.name.class#E0C060—
entity.name.function#93E0E3bold
variable#DCDCCC—
variable.parameter#D0D0D0—
variable.other.php#DCDCCC—
support.function#8CD0D3—
keyword.operator#93E0E3—
entity.other.attribute-name#DCA3A3—
meta.tag#F0DFAF—