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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#669966
operator#669966
string#99CC33
number#00CC00
keyword#66CC00
function#00CC66
variable#33FF33
type#33CC33