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#87ceeb
  • activityBar.background#0a0a15
  • activityBar.foreground#f0f0ff
  • activityBar.inactiveForeground#8a8ab0
  • activityBarBadge.background#4169e1
  • activityBarBadge.foreground#ffffff
  • editor.background#0f0f1a
  • editor.foreground#f0f0ff
  • editor.lineHighlightBackground#1a1a2a
  • editor.selectionBackground#3a3a5a
  • editorCursor.foreground#87ceeb
  • editorError.foreground#ff6347
  • editorHint.foreground#b0c4de
  • editorInfo.foreground#87ceeb
  • editorWarning.foreground#ffd700
  • list.activeSelectionBackground#3a3a5a
  • list.activeSelectionForeground#f0f0ff
  • list.errorForeground#ff6347
  • list.warningForeground#ffd700
  • sideBar.background#0f0f1a
  • sideBar.border#1a1a2a
  • sideBar.foreground#f0f0ff
  • sideBarSectionHeader.background#1a1a2a
  • sideBarSectionHeader.foreground#f0f0ff
  • sideBarTitle.foreground#b0c4de
  • statusBar.background#0a0a15
  • statusBar.border#1a1a2a
  • statusBar.debuggingBackground#4169e1
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#f0f0ff
  • statusBarItem.remoteBackground#4169e1
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#1a1a2a
  • tab.activeBorderTop#87ceeb
  • tab.activeForeground#f0f0ff
  • tab.inactiveBackground#0f0f1a
  • tab.inactiveForeground#8a8ab0
  • titleBar.activeBackground#0a0a15
  • titleBar.activeForeground#f0f0ff
  • titleBar.inactiveBackground#0a0a15
  • titleBar.inactiveForeground#8a8ab0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7a7aa0italic
keyword, keyword.control, storage.modifier#4169e1bold
string, constant.other.symbol#b0c4de
entity.name.function, support.function#87ceeb
entity.name.class, entity.name.type, support.class#6495edbold