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.

  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#44475a
  • editor.selectionBackground#44475a
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#44475a
  • editorGroupHeader.tabsBackground#282a36
  • editorGutter.background#282a36
  • editorLineNumber.activeForeground#8be9fd
  • editorLineNumber.foreground#6272a4
  • editorWhitespace.foreground#3E3D32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6272a4
keyword#ff79c6bold
string#f1fa8c
constant#bd93f9
variable#50fa7b
support.function#8be9fd
entity.name.function#8be9fd
entity.name.class#50fa7b
entity.name.tag#ff79c6
entity.other.attribute-name#bd93f9
meta.property-name#bd93f9
punctuation#f8f8f2
storage.type#ff79c6
support.type#8be9fd
meta.diff.header#6272a4
markup.deleted#ff5555
markup.inserted#50fa7b
markup.changed#f1fa8c
invalid#ff5555
invalid.deprecated#ff5555