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#6d8a66
  • activityBarBadge.foreground#ffffff
  • editor.background#171a16
  • editor.foreground#dfe1e5
  • editor.selectionBackground#3b4252
  • editorCursor.foreground#4a88ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5A544D
operator#5A544D
keyword#9A8CA8
variable#6A8A8A
type#6A8A8A
string#D0C5B5
number#9A8CA8
function#7A9189