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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4B5B82
operator#4B5B82
string#17EAD9
number#DD28FF
keyword#FF6565
function#28DDFF
variable#DDFF28
type#FFDD28