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.

  • editor.foreground#e5e5e5
  • sideBarSectionHeader.background#2d2f32
  • sideBarSectionHeader.foreground#e8e8e8
  • sideBarTitle.foreground#d9d9d9
  • statusBar.background#1e1e1e
  • statusBar.border#1e1e1e
  • statusBar.foreground#d9d9d9
  • statusBar.noFolderBackground#1e1e1e
  • tab.activeBackground#335273
  • tab.activeForeground#ffffff
  • tab.border#373737
  • tab.inactiveBackground#353639
  • tab.inactiveForeground#ffffff
  • tab.unfocusedActiveBorder#ffffff00
  • tab.unfocusedActiveBorderTop#ffffff00
  • titleBar.activeBackground#2c2d2f
  • widget.shadow#373737

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#616161italic
string#66d9ef—
storage#66d9ef
constant.language#ff6188—
constant.character, constant.other#ff6188—
keyword#ff6188—
storage.type#ff6188—