Skip to main content
CodingTheme

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#1a1a2e
  • activityBar.foreground#e4e4e7
  • activityBarBadge.background#a78bfa
  • activityBarBadge.foreground#1a1a2e
  • editor.background#1a1a2e
  • editor.foreground#e4e4e7
  • editor.selectionBackground#4c1d95
  • editorCursor.foreground#a78bfa
  • editorLineNumber.activeForeground#e4e4e7
  • editorLineNumber.foreground#71717a
  • sideBar.background#1a1a2e
  • sideBar.foreground#e4e4e7
  • statusBar.background#1a1a2e
  • statusBar.foreground#e4e4e7
  • titleBar.activeBackground#1a1a2e
  • titleBar.activeForeground#e4e4e7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#71717aitalic
keyword#a78bfa
string#34d399

Shiki preview

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

Loading...