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#da70d6
  • activityBar.background#0f0a0f
  • activityBar.foreground#f0e0f0
  • activityBar.inactiveForeground#a080a0
  • activityBarBadge.background#8b008b
  • activityBarBadge.foreground#ffffff
  • editor.background#1a0f1a
  • editor.foreground#f0e0f0
  • editor.lineHighlightBackground#2a1a2a
  • editor.selectionBackground#4a2a4a
  • editorCursor.foreground#da70d6
  • editorError.foreground#ff4d6d
  • editorHint.foreground#da70d6
  • editorInfo.foreground#87ceeb
  • editorWarning.foreground#ffb347
  • list.activeSelectionBackground#4a2a4a
  • list.activeSelectionForeground#f0e0f0
  • list.errorForeground#ff4d6d
  • list.warningForeground#ffb347
  • sideBar.background#1a0f1a
  • sideBar.border#2a1a2a
  • sideBar.foreground#f0e0f0
  • sideBarSectionHeader.background#2a1a2a
  • sideBarSectionHeader.foreground#f0e0f0
  • sideBarTitle.foreground#ee82ee
  • statusBar.background#0f0a0f
  • statusBar.border#2a1a2a
  • statusBar.debuggingBackground#8b008b
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#f0e0f0
  • statusBarItem.remoteBackground#8b008b
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#2a1a2a
  • tab.activeBorderTop#da70d6
  • tab.activeForeground#f0e0f0
  • tab.inactiveBackground#1a0f1a
  • tab.inactiveForeground#a080a0
  • titleBar.activeBackground#0f0a0f
  • titleBar.activeForeground#f0e0f0
  • titleBar.inactiveBackground#0f0a0f
  • titleBar.inactiveForeground#a080a0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9070a0italic
keyword, keyword.control, storage.modifier#8b008bbold
string, constant.other.symbol#ee82ee
entity.name.function, support.function#da70d6
entity.name.class, entity.name.type, support.class#ba55d3bold