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#2f81f7
  • editor.background#ffffff
  • editor.foreground#24292e
  • editor.inactiveSelectionBackground#b6d4fe44
  • editor.lineHighlightBackground#f2f4f8
  • editor.selectionBackground#b6d4fe66
  • editorCursor.foreground#2f81f7
  • editorGroupHeader.tabsBackground#fafbfc
  • editorIndentGuide.activeBackground#d1d5db
  • editorIndentGuide.background#e5e7eb
  • editorLineNumber.foreground#6a737d
  • list.activeSelectionBackground#e6f0ff
  • list.hoverBackground#f2f7ff
  • minimap.background#ffffff
  • panel.background#ffffff
  • panel.border#e5e7eb
  • sideBar.background#1e1e1e
  • sideBar.foreground#d4d4d4
  • sideBarSectionHeader.background#1e1e1e
  • statusBar.background#1e1e1e
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeForeground#24292e
  • tab.inactiveBackground#eef1f4
  • tab.inactiveForeground#6a737d
  • terminal.background#ffffff
  • terminal.foreground#24292e
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#f0f0f0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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