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#d88bb3
  • activityBar.foreground#ffffff
  • activityBarBadge.background#d4b76e
  • button.background#d88bb3
  • button.foreground#ffffff
  • button.hoverBackground#c88aad
  • dropdown.background#f7ecf2
  • editor.background#f5e6ed
  • editor.foreground#5a4a5e
  • editor.selectionBackground#e5bfd5
  • editor.selectionHighlightBackground#f0dde6
  • editorCursor.foreground#b678a3
  • editorGroupHeader.tabsBackground#e5bfd5
  • editorIndentGuide.activeBackground1#d88bb3
  • editorIndentGuide.background1#e5bfd5
  • editorLineNumber.activeForeground#b678a3
  • editorLineNumber.foreground#b298dc
  • editorWhitespace.foreground#e5bfd5
  • input.background#ffffff
  • input.border#e5bfd5
  • list.activeSelectionBackground#e5bfd5
  • list.activeSelectionForeground#5a4a5e
  • list.hoverBackground#f7ecf2
  • list.inactiveSelectionBackground#f7ecf2
  • panel.background#f7ecf2
  • panel.border#b298dc
  • sideBar.background#f7ecf2
  • sideBar.foreground#5a4a5e
  • sideBarTitle.foreground#b678a3
  • statusBar.background#9b7ccd
  • statusBar.foreground#ffffff
  • tab.activeBackground#f5e6ed
  • tab.activeForeground#b678a3
  • tab.border#e5bfd5
  • tab.inactiveBackground#f7ecf2
  • tab.inactiveForeground#8b7a8e
  • terminal.background#f5e6ed
  • terminal.foreground#5a4a5e
  • titleBar.activeBackground#d88bb3
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#e5bfd5
  • titleBar.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a891b3italic
keyword, storage.type, storage.modifier#b678a3bold
keyword.control, keyword.operator#9b7ccd
string, string.quoted#5a9cb0
constant.numeric, constant.language#c5a860
variable, variable.other#5a4a5e
entity.name.function, support.function#c77aa5bold
entity.name.type, entity.name.class, support.type, support.class#9b7ccdbold
entity.other.attribute-name#b298dc
support.constant, constant.other#5a9cb0
punctuation#8b7a8e
markup.heading#b678a3bold
markup.bold#c77aa5bold
markup.italic#9b7ccditalic
markup.inline.raw#5a9cb0