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#ffe6f0
  • activityBar.foreground#c71585
  • activityBarBadge.background#ff69b4
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#d63384
  • breadcrumb.background#ffeef2
  • breadcrumb.foreground#c71585
  • dropdown.background#ffe4e1
  • dropdown.foreground#c71585
  • editor.background#fff0f5
  • editor.foreground#c71585
  • editor.lineHighlightBackground#ffe6f0
  • editor.selectionBackground#ffc0cb80
  • editorCursor.foreground#c71585
  • editorIndentGuide.background1#ffc0cb66
  • editorLineNumber.foreground#d36da3
  • editorWhitespace.foreground#ffc0cb80
  • input.background#ffeef2
  • input.foreground#c71585
  • input.placeholderForeground#c7158580
  • minimap.background#ffeef2
  • minimap.selectionHighlight#ffc0cb80
  • scrollbarSlider.background#ffc0cb80
  • scrollbarSlider.hoverBackground#ffb6c1aa
  • sideBar.background#fff0f5
  • sideBar.foreground#c71585
  • sideBarSectionHeader.background#ffe4ea
  • sideBarTitle.foreground#c71585
  • statusBar.background#ffc0cb
  • statusBar.debuggingBackground#ff1493
  • statusBar.foreground#4b0049
  • tab.activeBackground#fff0f5
  • tab.activeForeground#c71585
  • tab.border#ffc0cb
  • tab.inactiveBackground#ffeef2
  • tab.inactiveForeground#d36da3
  • terminal.background#fff0f5
  • terminal.foreground#c71585
  • terminalCursor.foreground#ff1493
  • titleBar.activeBackground#ffe4e1
  • titleBar.activeForeground#c71585
  • titleBar.inactiveBackground#ffeef2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#b46b8ditalic
keyword, storage.type#c71585bold
storage.modifier, entity.name.type, support.type#ba55d3
entity.name.function, support.function#d63384
variable, meta.definition.variable.name#a52a5a
string#db7093
constant.numeric#d87093
constant.language.boolean#e75480bold