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#24292e
  • activityBar.border#e1e4e8
  • activityBar.foreground#ffffff
  • activityBarBadge.background#0066cc
  • activityBarBadge.foreground#ffffff
  • editor.background#ffffff
  • editor.foreground#1a202c
  • editor.lineHighlightBackground#f8f9fa
  • editorCursor.foreground#0066cc
  • editorIndentGuide.activeBackground#b0b5be
  • editorIndentGuide.background#e1e4e8
  • editorLineNumber.activeForeground#0066cc
  • editorLineNumber.foreground#6b7280
  • editorWhitespace.foreground#e1e4e8
  • focusBorder#0066cc
  • input.background#ffffff
  • input.border#e1e4e8
  • input.foreground#1a202c
  • list.activeSelectionBackground#e1e4e8
  • list.activeSelectionForeground#0066cc
  • list.hoverBackground#f0f1f3
  • scrollbarSlider.activeBackground#0066cc99
  • scrollbarSlider.background#e1e4e899
  • scrollbarSlider.hoverBackground#b0b5be99
  • sideBar.background#f8f9fa
  • sideBar.border#e1e4e8
  • sideBar.foreground#1a202c
  • sideBarTitle.foreground#374151
  • statusBar.background#0066cc
  • statusBar.debuggingBackground#d97706
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeForeground#0066cc
  • tab.border#e1e4e8
  • tab.inactiveBackground#f8f9fa
  • tab.inactiveForeground#6b7280
  • titleBar.activeBackground#24292e
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#24292e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7280italic
string#047857
constant.numeric#b45309
keyword, storage#7c3aedbold
storage.type#7c3aeditalic
entity.name.function, meta.function-call#2563eb
variable, variable.parameter, variable.other#374151
entity.name.type, support.class#0066ccbold
entity.name.tag#7c3aed
entity.other.attribute-name#2563eb