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#c0c0f0
  • activityBar.background#050510
  • activityBar.foreground#e6e6fa
  • activityBar.inactiveForeground#8080c0
  • activityBarBadge.background#6a5acd
  • activityBarBadge.foreground#ffffff
  • editor.background#0a0a1f
  • editor.foreground#e6e6fa
  • editor.lineHighlightBackground#151530
  • editor.selectionBackground#2a2a50
  • editorCursor.foreground#c0c0f0
  • editorError.foreground#ff6b85
  • editorHint.foreground#dda0dd
  • editorInfo.foreground#87ceeb
  • editorWarning.foreground#ffc649
  • list.activeSelectionBackground#2a2a50
  • list.activeSelectionForeground#e6e6fa
  • list.errorForeground#ff6b85
  • list.warningForeground#ffc649
  • sideBar.background#0a0a1f
  • sideBar.border#151530
  • sideBar.foreground#e6e6fa
  • sideBarSectionHeader.background#151530
  • sideBarSectionHeader.foreground#e6e6fa
  • sideBarTitle.foreground#dda0dd
  • statusBar.background#050510
  • statusBar.border#151530
  • statusBar.debuggingBackground#6a5acd
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#e6e6fa
  • statusBarItem.remoteBackground#6a5acd
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#151530
  • tab.activeBorderTop#c0c0f0
  • tab.activeForeground#e6e6fa
  • tab.inactiveBackground#0a0a1f
  • tab.inactiveForeground#8080c0
  • titleBar.activeBackground#050510
  • titleBar.activeForeground#e6e6fa
  • titleBar.inactiveBackground#050510
  • titleBar.inactiveForeground#8080c0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7070a0italic
keyword, keyword.control, storage.modifier#6a5acdbold
string, constant.other.symbol#dda0dd
entity.name.function, support.function#c0c0f0
entity.name.class, entity.name.type, support.class#9370dbbold