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.

  • activityBar.background#dddddd
  • activityBar.dropBackground#a0a0a0
  • activityBar.foreground#a0a0a0
  • activityBarBadge.background#3399ff
  • activityBarBadge.foreground#ffffff
  • editor.background#ffffff
  • editor.findMatchBackground#fd7777
  • editor.foreground#333333
  • editor.lineHighlightBackground#ffffcc
  • editor.selectionBackground#d0d0d0
  • editorCursor.foreground#000000
  • editorLineNumber.foreground#d0d0d0
  • editorWhitespace.foreground#eeeeee
  • gitDecoration.ignoredResourceForeground#a0a0a0
  • list.activeSelectionBackground#3399ff
  • list.inactiveSelectionBackground#d0d0d0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333ff
comment, punctuation.definition.comment#aaaaaaitalic
comment.block.preprocessor#aaaaaa
comment.documentation, comment.block.documentation#448c27
invalid.deprecated
invalid.illegal#660000
keyword.operator#777777
keyword, storage#4b83cd
storage.type, support.type#7a3e9d
constant.language, support.constant, variable.language#ab6526
variable, support.variable#7a3e9d
entity.name.function, support.function#aa3731bold
entity.name.type, entity.other.inherited-class, support.class#7a3e9dbold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#ab6526
string#448C27
constant.character.escape#777777
string.regexp#4B83CD
constant.other.symbol#ab6526
punctuation#777777
string source, text source
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#aaaaaa
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#91b3e0
entity.name.tag#4b83cd
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#91b3e0italic
constant.character.entity, punctuation.definition.entity#ab6526
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7a3e9d
meta.property-name, support.type.property-name#ab6526
meta.property-value, meta.property-value constant.other, support.constant.property-value#448c27
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#4b83cd
markup.output, markup.raw#777777
markup.prompt#777777
markup.headingbold
markup.boldbold
markup.traceback#660000
markup.underlineunderline
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343
token.info-token#316bcd
token.warn-token#cd9731
token.error-token#cd3131
token.debug-token#800080

Shiki preview

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

Loading...

Quiet Light+ Theme - Coding Theme