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.activeBorder#FADA5E
  • activityBar.background#002F4B
  • activityBar.foreground#27AEEF
  • activityBar.inactiveForeground#607D8B
  • activityBarBadge.background#6BBF59
  • activityBarBadge.foreground#FFFFFF
  • editor.background#003A5D
  • editor.foreground#ECEFF1
  • editor.lineHighlightBackground#00000022
  • editor.selectionBackground#27AEEF33
  • editorCursor.foreground#FADA5E
  • editorGroupHeader.tabsBackground#003656
  • editorLineNumber.activeForeground#27AEEF
  • editorLineNumber.foreground#455A64
  • focusBorder#FADA5E
  • foreground#ECEFF1
  • selection.background#27AEEF44
  • sideBar.background#003656
  • sideBar.border#002F4B
  • sideBar.foreground#B0BEC5
  • sideBarTitle.foreground#27AEEF
  • statusBar.background#002F4B
  • statusBar.foreground#ECEFF1
  • tab.activeBackground#003A5D
  • tab.activeForeground#FADA5E
  • tab.inactiveBackground#003656
  • tab.inactiveForeground#607D8B
  • titleBar.activeBackground#002F4B
  • titleBar.activeForeground#ECEFF1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#546E7Aitalic
keyword, storage.type#FADA5Ebold
string#6BBF59
entity.name.function#27AEEF
variable#ECEFF1
constant.numeric#FF7043
support.type, entity.name.type#81D4FA