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#1a0f2f
  • activityBar.foreground#e0e0ff
  • activityBarBadge.background#ff6ec7
  • activityBarBadge.foreground#0a0a0f
  • badge.background#ff6ec7
  • badge.foreground#0a0a0f
  • button.background#ff6ec7
  • button.foreground#0a0a0f
  • button.hoverBackground#ff9ee0
  • dropdown.background#1a0f2f
  • dropdown.foreground#e0e0ff
  • editor.background#0a0a0f
  • editor.foreground#e0e0ff
  • editor.inactiveSelectionBackground#3f1f4f30
  • editor.lineHighlightBackground#1a0f2f60
  • editor.selectionBackground#3f1f4f60
  • editorCursor.foreground#ff6ec7
  • editorLineNumber.activeForeground#ff6ec7
  • editorLineNumber.foreground#5a4a6f
  • input.background#1a0f2f
  • input.foreground#e0e0ff
  • input.placeholderForeground#a0a0cc
  • panel.background#0a0a0f
  • panel.border#1a0f2f
  • scrollbarSlider.background#1a0f2f70
  • scrollbarSlider.hoverBackground#2a1f3fa0
  • sideBar.background#0a0a0f
  • sideBar.foreground#e0e0ff
  • sideBarSectionHeader.background#1a0f2f
  • sideBarSectionHeader.foreground#ff6ec7
  • statusBar.background#0a0a0f
  • statusBar.foreground#e0e0ff
  • tab.activeBackground#1a0f2f
  • tab.activeForeground#e0e0ff
  • tab.inactiveBackground#0a0a0f
  • tab.inactiveForeground#a0a0cc
  • titleBar.activeBackground#0a0a0f
  • titleBar.activeForeground#e0e0ff
  • titleBar.inactiveBackground#0a0a0f
  • titleBar.inactiveForeground#a0a0cc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a0a0ccitalic
keyword, storage.type#ff6ec7—
variable, identifier#f0dfff—
string, constant.other.symbol#ffb8e0—
function, entity.name.function#b0aaff—
type, entity.name.type#ffe0ff—
constant, variable.language#fff0f0—
constant.numeric, constant.language.boolean#a0f0ff—
punctuation, meta.brace, meta.bracket#e0e0ff—
invalid, invalid.illegal#ff6ec7underline
entity.name.tag, markup.heading#b0aaff—
support.function, support.constant#b0aaff—
meta.function-call, meta.method-call#b0aaff—
storage.modifier, storage#ff6ec7—