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#0366d6
  • activityBar.background#D1D5DA
  • activityBar.border#C0C4CC
  • activityBar.foreground#050811
  • button.background#0366d6
  • button.foreground#ffffff
  • button.hoverBackground#024ea4
  • editor.background#E1E4E8
  • editor.foreground#050811
  • editor.lineHighlightBackground#D1D5DA
  • editor.selectionBackground#BCC4D0
  • editorGroup.border#C0C4CC
  • editorLineNumber.activeForeground#050811
  • editorLineNumber.foreground#586069
  • focusBorder#0366d6
  • input.background#E1E4E8
  • input.border#586069
  • input.foreground#050811
  • inputOption.activeBorder#0366d6
  • list.activeSelectionBackground#BCC4D0
  • list.activeSelectionForeground#050811
  • list.focusOutline#0366d6
  • list.hoverBackground#D1D5DA
  • list.hoverForeground#050811
  • panel.background#D1D5DA
  • panel.border#C0C4CC
  • sideBar.background#D1D5DA
  • sideBar.border#C0C4CC
  • sideBar.foreground#050811
  • statusBar.background#0366d6
  • statusBar.border#050811
  • statusBar.foreground#ffffff
  • tab.activeBackground#E1E4E8
  • tab.activeBorder#0366d6
  • tab.activeForeground#050811
  • tab.border#C0C4CC
  • tab.inactiveBackground#D1D5DA
  • tab.inactiveForeground#586069
  • terminal.background#E1E4E8
  • terminal.foreground#050811
  • titleBar.activeBackground#D1D5DA
  • titleBar.activeForeground#050811
  • titleBar.border#C0C4CC
  • titleBar.inactiveBackground#E1E4E8
  • titleBar.inactiveForeground#586069
  • window.activeBorder#050811

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4A5568italic
keyword#D73A49
string#032f62
variable#050811
constant.numeric#005CC5
entity.name.function#6F42C1
entity.name.type#22863A
support.type#22863A