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#0d2a30
  • activityBar.foreground#ffcc99
  • activityBarBadge.background#ffb84d
  • editor.background#0d2a30
  • editor.foreground#f1e5d9
  • editor.lineHighlightBackground#163840
  • editor.selectionBackground#ff8866
  • editor.selectionHighlightBackground#ff665a
  • editorCursor.foreground#ffb84d
  • editorLineNumber.foreground#5f8186
  • sideBar.background#163840
  • sideBar.foreground#f1e5d9
  • statusBar.background#163840
  • statusBar.foreground#ffb84d
  • titleBar.activeBackground#163840
  • titleBar.activeForeground#ff8866

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#789c9eitalic
keyword#ff8866bold
string#ffcc99italic
variable#f1e5d9normal
function#ffd480bold
constant.numeric#ff8866bold italic
storage.type#ffb84dbold
punctuation#f1e5d9