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#c2185b
  • activityBarBadge.foreground#ffffff
  • editor.background#fff3f7
  • editor.foreground#dfe1e5
  • editor.selectionBackground#3b4252
  • editorCursor.foreground#4a88ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#E57373
operator#E57373
string#388E3C
keyword#C2185B
function#1976D2
variable#D84315
number#E91E63
type#7B1FA2