Skip to main content
Coding Theme

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#eeffcc
  • editor.foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment.block.preprocessor, comment.documentation, comment.block.documentation#408090italic
invalid.deprecated
invalid.illegal#660000
keyword.operator#666666
keyword, storage#007020bold
storage.type, support.type#007020bold
constant.language, support.constant, variable.language#007020bold
variable, support.variable#000000
entity.name.function, support.function#06287e
entity.name.type, support.class#0e84b5bold
entity.name.exception#007020
entity.name.sectionbold
constant.numeric, constant.character, constant#208050
string, constant.character.escape#4070a0
string.regexp#235388
constant.other.symbol#517918
punctuation#4070a0
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#007020bold
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#666666
entity.name.tag#007020bold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#007020
constant.character.entity, punctuation.definition.entity#007020bold
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#007020bold
meta.property-name, support.type.property-name#000000
meta.property-value, meta.property-value constant.other, support.constant.property-value#4070a0
keyword.other.importantbold
markup.changed#0044DD
markup.deleted#A00000
markup.italicitalic
markup.error#FF0000
markup.inserted#00A000
meta.link#4B83CD
markup.output, markup.raw#333333
markup.prompt#c65d09bold
markup.heading#007020bold
markup.boldbold
markup.traceback#0044DD
markup.underlineunderline
markup.quote#408090italic
markup.list#007020
markup.bold, markup.italic#000000
markup.inline.raw#c65d09bold
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343

Shiki preview

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

Loading...

Py Light - Coding Theme