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#272822
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#49483E
  • editorCursor.foreground#F8F8F0
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#F8F8F2—
comment#75715E—
string#ECF53B—
constant.numeric#F5BB1B—
constant.language#4BB4FA—
constant.character, constant.other#0077FF—
variable#41FAFA
keyword#FF2E2E—
storage#FF05EA
storage.type#66D9EFitalic
entity.name.class#00FF0Dunderline
entity.other.inherited-class#A7F516italic underline
entity.name.function#3CFF00
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable—
invalid#FFFFFF
invalid.deprecated#F8F8F0—