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#23244a
  • activityBar.foreground#e8f0ff
  • activityBarBadge.background#b0faff
  • activityBarBadge.foreground#1a1b2f
  • badge.background#b0faff
  • badge.foreground#1a1b2f
  • button.background#b0faff
  • button.foreground#1a1b2f
  • button.hoverBackground#d0ffff
  • dropdown.background#2a2b4f
  • dropdown.foreground#e8f0ff
  • editor.background#1a1b2f
  • editor.foreground#e8f0ff
  • editor.inactiveSelectionBackground#c0bfff20
  • editor.lineHighlightBackground#2a2b4f60
  • editor.selectionBackground#c0bfff40
  • editorCursor.foreground#b0faff
  • editorLineNumber.activeForeground#b0faff
  • editorLineNumber.foreground#6c7aa0
  • input.background#2a2b4f
  • input.foreground#e8f0ff
  • input.placeholderForeground#a0a8cc
  • panel.background#1a1b2f
  • panel.border#2a2b4f
  • scrollbarSlider.background#2a2b4f70
  • scrollbarSlider.hoverBackground#3a3b6fa0
  • sideBar.background#1a1b2f
  • sideBar.foreground#e8f0ff
  • sideBarSectionHeader.background#23244a
  • sideBarSectionHeader.foreground#b0faff
  • statusBar.background#1a1b2f
  • statusBar.foreground#e8f0ff
  • tab.activeBackground#2a2b4f
  • tab.activeForeground#e8f0ff
  • tab.inactiveBackground#1a1b2f
  • tab.inactiveForeground#a0a8cc
  • titleBar.activeBackground#1a1b2f
  • titleBar.activeForeground#e8f0ff
  • titleBar.inactiveBackground#12131f
  • titleBar.inactiveForeground#a0a8cc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a0a8ccitalic
keyword, storage.type#ff9efc—
variable, identifier#f0dfff—
string, constant.other.symbol#c0f0ff—
function, entity.name.function#b0faff—
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#c0bfff—
support.function, support.constant#b0faff—
meta.function-call, meta.method-call#b0faff—
storage.modifier, storage#ff9efc—