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#1e1e1e
  • activityBar.foreground#ffffff
  • activityBarBadge.background#0066cc
  • editor.background#f6f8fa
  • editor.foreground#24292e
  • editor.inactiveSelectionBackground#add6ff44
  • editor.lineHighlightBackground#eaeef255
  • editor.selectionBackground#add6ff66
  • editorCursor.foreground#0366d6
  • editorGroupHeader.tabsBackground#f6f8fa
  • editorIndentGuide.activeBackground#d1d5da
  • editorIndentGuide.background#e1e4e8
  • editorLineNumber.foreground#6a737d
  • list.activeSelectionBackground#dbe9ff
  • list.hoverBackground#f0f6ff
  • panel.background#ffffff
  • panel.border#d0d7de
  • sideBar.background#1e1e1e
  • sideBar.foreground#d4d4d4
  • sideBarSectionHeader.background#1e1e1e
  • statusBar.background#1e1e1e
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeForeground#24292e
  • tab.inactiveBackground#eaecef
  • tab.inactiveForeground#6a737d
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#e6e6e6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6a737ditalic
keyword, storage.type#d73a49
string#032f62
constant, variable.language#005cc5
variable, meta.definition.variable.name#e36209
entity.name.function, support.function#6f42c1
entity.name.type, support.class, support.type#116329
punctuation, meta.brace#24292e
invalid, illegal#ffffff
Dev.to Syntax by Milton Vafana ZW - VS Code Theme