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.

  • activityBarBadge.background#a8a8a8
  • editor.background#f5f5f5
  • editor.foreground#111111
  • sideBar.background#f5f5f5
  • sideBar.foreground#525252
  • sideBarTitle.foreground#242424

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a1a1a1italic
string#1b64c4
constant.language#ff4271
constant.character, constant.other#ff4271
keyword#ff4271
storage.type#ff4271

Shiki preview

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

Loading...