Skip to main content
CodingTheme

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#d2f9ff
  • editor.foreground#da1a6e
  • editor.lineHighlightBackground#ffffff
  • editor.selectionBackground#ffffff
  • editorCursor.foreground#333333
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#da1a6e
comment#60aab5
string#760f89
constant.numeric#2a2da2
constant.language#e01a1a
constant.character, constant.other#2a2da2
variable
keyword#747373
storage#F92672
storage.type#225095italic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#cd3997
variable.parameter#FD971Fitalic
entity.name.tag#cd3997
entity.other.attribute-name#000000
support.function#710048
support.constant#333333
support.type, support.class#000000italic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json string.quoted.double.json#5e545f
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
punctuation#000000

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...