Skip to main content
CodingTheme

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#ffffffff
  • editor.foreground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#18a10c
comment.block.preprocessor#18a10c
comment.documentation, comment.block.documentation#ff0000
invalid.illegal#ff0000
keyword.operator#000000
keyword, storage#0400ff
storage.type, support.type#1100ff
constant.language, support.constant, variable.language#1900ff
variable, support.variable#c90ac9
entity.name.function, support.function#ff0000bold
entity.name.type, entity.other.inherited-class, support.class#c77d0fbold
entity.name.exception#ff0000
entity.name.sectionbold
constant.numeric, constant.character, constant#ff0000
string#ff0000
constant.character.escape#1900ff
string.regexp#000000
constant.other.symbol#000000
punctuation#000000
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#000000
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#000000
entity.name.tag#000000
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#000000italic
constant.character.entity, punctuation.definition.entity#000000
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#0400ff
meta.property-name, support.type.property-name#1900ff
meta.property-value, meta.property-value constant.other, support.constant.property-value#0004ff
keyword.other.importantbold
markup.changed#ff0000
markup.deleted#ff0000
markup.italicitalic
markup.error#ff0101
markup.inserted#ff0000
meta.link#cd4b4b
markup.output, markup.raw#ff0000
markup.prompt#000000
markup.heading#ff0000
markup.boldbold
markup.traceback#ff0000
markup.underlineunderline
markup.quote#ff0000
markup.list#ff0000
markup.bold, markup.italic#ff0000
markup.inline.raw#ff0000
meta.diff.range, meta.diff.index, meta.separator#ff0000
meta.diff.header.from-file#ff0000
meta.diff.header.to-file#ff0000

Shiki preview

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

Loading...

jingang by jingang - VS Code Theme