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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
operator#FF0000
variable#ff9500
keyword#fbe601
function#00ff6e
string#00fff7
type#D39A2C
comment#ffffff
number#2CFB01