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#F0D9FF
  • activityBar.border#6A0DAD
  • activityBar.foreground#000000
  • activityBarBadge.background#6A0DAD
  • activityBarBadge.foreground#FFFFFF
  • button.background#6A0DAD
  • button.foreground#FFFFFF
  • button.hoverBackground#7D22C3
  • dropdown.border#6A0DAD
  • editor.background#FBF7FF
  • editor.foreground#000000
  • editor.lineHighlightBackground#F7E9FF
  • editor.selectionBackground#E9D6FD99
  • editorCursor.foreground#6A0DAD
  • editorGroup.border#6A0DAD
  • editorLineNumber.foreground#A57EDC
  • input.background#FFFFFF
  • input.border#6A0DAD
  • input.foreground#000000
  • input.placeholderForeground#999999
  • list.activeSelectionBackground#E9D6FD
  • list.inactiveSelectionBackground#F3E8FF
  • panel.border#6A0DAD
  • sideBar.background#FBF7FF
  • sideBar.border#6A0DAD
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#E5C4FF
  • sideBarSectionHeader.border#6A0DAD
  • sideBarSectionHeader.foreground#6A0DAD
  • statusBar.background#E5C4FF
  • statusBar.foreground#000000
  • tab.activeBackground#FBF7FF
  • tab.activeForeground#000000
  • tab.border#6A0DAD
  • tab.inactiveBackground#F7E9FF
  • tab.inactiveForeground#6A0DAD
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#6A0DADbold
variable, identifier#4A007F
string#A678D1
comment#9E90B2italic
constant.numeric#9F56D1