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.

  • activityBar.background#0d0f28
  • activityBar.foreground#57e5ff
  • activityBarBadge.background#ffdd57
  • editor.background#0d0f28
  • editor.foreground#f8f8ff
  • editor.lineHighlightBackground#1a1c3c
  • editor.selectionBackground#4b0082
  • editor.selectionHighlightBackground#6a0dad
  • editorCursor.foreground#ffdd57
  • editorLineNumber.foreground#5c6f9e
  • sideBar.background#0d0f28
  • sideBar.foreground#f8f8ff
  • statusBar.background#15173b
  • statusBar.foreground#57e5ff
  • titleBar.activeBackground#15173b
  • titleBar.activeForeground#ffdd57

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9e9e9eitalic
keyword#ff007fbold
string#57e5ffitalic
variable#f8f8ffnormal
function#ffd700bold
constant.numeric#ff4500bold italic
storage.type#00ff7fbold
punctuation#f8f8ff