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#FAFAFA
  • activityBar.foreground#003A5D
  • activityBar.inactiveForeground#90A4AE
  • activityBarBadge.background#27AEEF
  • activityBarBadge.foreground#FFFFFF
  • editor.background#FFFFFF
  • editor.foreground#263238
  • editor.lineHighlightBackground#0000000A
  • editor.selectionBackground#27AEEF22
  • editorCursor.foreground#27AEEF
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorLineNumber.activeForeground#27AEEF
  • editorLineNumber.foreground#B0BEC5
  • focusBorder#27AEEF
  • foreground#263238
  • selection.background#27AEEF33
  • sideBar.background#F5F5F5
  • sideBar.border#EEEEEE
  • sideBar.foreground#455A64
  • sideBarTitle.foreground#003A5D
  • statusBar.background#003A5D
  • statusBar.foreground#FAFAFA
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#27AEEF
  • tab.inactiveBackground#FAFAFA
  • tab.inactiveForeground#90A4AE
  • titleBar.activeBackground#FAFAFA
  • titleBar.activeForeground#263238

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#90A4AEitalic
keyword, storage.type#1565C0bold
string#2E7D32
entity.name.function#E65100
variable#263238
constant.numeric#C62828
support.type, entity.name.type#6A1B9A