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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment#c4b9b0
string#000000
constant.numeric#555555
constant.language#b0b0b0
constant.character, constant.other#555555
variable
keyword#978e87
storage#F92672
storage.type#666666italic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#888888
variable.parameter#b0b0b0italic
entity.name.tag#978e87
entity.other.attribute-name#555555
support.function#888888
support.constant#666666
support.type, support.class#1e1d22italic
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#555555

Shiki preview

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

Loading...