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#EFE1F8
  • activityBar.foreground#1B0C29
  • activityBarBadge.background#B02A8B
  • badge.background#B02A8B
  • badge.foreground#FFFFFF
  • button.background#D091E0
  • button.hoverBackground#C982DC
  • editor.background#E7D2F5
  • editor.foreground#1B0C29
  • editor.lineHighlightBackground#EAD2F5
  • editor.selectionBackground#E4B8E9
  • editor.wordHighlightBackground#EEC6F3
  • editorCursor.foreground#C12A94
  • editorIndentGuide.activeBackground#A67CC8
  • editorIndentGuide.background#D2B7E6
  • editorLineNumber.foreground#7D58A2
  • editorWhitespace.foreground#C6A8DA
  • list.activeSelectionBackground#E2C3F1
  • list.hoverBackground#EBD4F6
  • panel.background#F4EEFA
  • sideBar.background#EBDCF7
  • sideBar.foreground#1B0C29
  • statusBar.background#E5CFF3
  • statusBar.foreground#1B0C29
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#1B0C29
  • tab.inactiveBackground#EADAF8
  • tab.inactiveForeground#6E4A8A
  • terminal.background#E7D2F5
  • terminal.foreground#1B0C29
  • titleBar.activeBackground#E3C8F0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#A11B98
string#6C22E8
number, constant#8747F5
variable, parameter#D13EAD
function, method#591CBF
type, class, interface#7B3ED0
decorator, attribute, tag#C02C92
operator, punctuation#4B2C68

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...