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#ffeaf5
  • activityBar.foreground#4a2a4f
  • activityBarBadge.background#ff66aa
  • activityBarBadge.foreground#fff8fb
  • badge.background#ff66aa
  • badge.foreground#fff8fb
  • button.background#ff66aa
  • button.foreground#fff8fb
  • button.hoverBackground#ff99cc
  • dropdown.background#fff0f5
  • dropdown.foreground#4a2a4f
  • editor.background#fff8fb
  • editor.foreground#4a2a4f
  • editor.inactiveSelectionBackground#ffd6ec40
  • editor.lineHighlightBackground#fff0f5
  • editor.selectionBackground#ffd6ec80
  • editorCursor.foreground#ff66aa
  • editorLineNumber.activeForeground#ff66aa
  • editorLineNumber.foreground#c8aacc
  • input.background#fff0f5
  • input.foreground#4a2a4f
  • input.placeholderForeground#a080a0
  • panel.background#fff8fb
  • panel.border#ffeaf5
  • scrollbarSlider.background#ffeaf580
  • scrollbarSlider.hoverBackground#ffd6ecb0
  • sideBar.background#fff8fb
  • sideBar.foreground#4a2a4f
  • sideBarSectionHeader.background#ffeaf5
  • sideBarSectionHeader.foreground#ff66aa
  • statusBar.background#fff8fb
  • statusBar.foreground#4a2a4f
  • tab.activeBackground#fff0f5
  • tab.activeForeground#4a2a4f
  • tab.inactiveBackground#fff8fb
  • tab.inactiveForeground#a080a0
  • titleBar.activeBackground#fff8fb
  • titleBar.activeForeground#4a2a4f
  • titleBar.inactiveBackground#fff8fb
  • titleBar.inactiveForeground#a080a0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a080a0italic
keyword, storage.type#ff66aa—
variable, identifier#4a2a4f—
string, constant.other.symbol#ff99cc—
function, entity.name.function#cc66cc—
type, entity.name.type#9966cc—
constant, variable.language#cc99ff—
constant.numeric, constant.language.boolean#66ccff—
punctuation, meta.brace, meta.bracket#4a2a4f—
invalid, invalid.illegal#ff66aaunderline
entity.name.tag, markup.heading#cc66cc—
support.function, support.constant#cc66cc—
meta.function-call, meta.method-call#cc66cc—
storage.modifier, storage#ff66aa—