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#2E3440
  • editor.foreground#D8DEE9
  • editor.lineHighlightBackground#3B4252
  • editor.selectionBackground#3B4252
  • editorCursor.foreground#D8DEE9
  • editorGroup.border#3B4252
  • editorGroupHeader.tabsBackground#2E3440
  • editorGutter.background#2E3440
  • editorLineNumber.activeForeground#D8DEE9
  • editorLineNumber.foreground#4C566A
  • editorWhitespace.foreground#4C566A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4C566A
keyword#81A1C1bold
string#EBCB8B
constant#B48EAD
variable#A3BE8C
support.function#88C0D0
entity.name.function#88C0D0
entity.name.class#8FBCBB
entity.name.tag#81A1C1
entity.other.attribute-name#D8DEE9
meta.property-name#D8DEE9
punctuation#D8DEE9
storage.type#81A1C1
support.type#8FBCBB
meta.diff.header#8FBCBB
markup.deleted#BF616A
markup.inserted#A3BE8C
markup.changed#EBCB8B
invalid#D8DEE9
invalid.deprecated#D8DEE9