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#222222
  • editor.foreground#999999
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#333333
  • editorCursor.foreground#F8F8F0
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#999999
comment#444444
string#ddd
constant.numeric#555555
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable
keyword#d74385
storage#F92672
storage.type#75c2d0italic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#cd3997
variable.parameter#537ab5italic
entity.name.tag#ba3e70
entity.other.attribute-name#53ae79
support.function#cd3997
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json string.quoted.double.json#666666
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
punctuation#2c4c6d

Shiki preview

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

Loading...