tinymist/typ/packages/package-docs/tokyo-night.tmTheme
Myriad-Dreamin bf081ec347
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
feat: export package docs to json format and render to html (#1809)
It provides a `package-doc.json` and HTML is rendered using a
`package-doc` function.

```typ
#let package-doc(info, path: none) [
  #metadata((
    // more sub paths
  )) <static-paths>
  #render-page(info, path) // the content of $path/.html
]
#package-doc(json("package-doc.json"))
```
2025-08-13 12:12:08 +08:00

1308 lines
45 KiB
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Tokyo Night</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>caret</key>
<string>#c0caf5</string>
<key>selection</key>
<string>#515c7e4d</string>
<key>lineHighlight</key>
<string>#1e202e</string>
<key>foreground</key>
<string>#a9b1d6</string>
<key>background</key>
<string>#1a1b26</string>
<key>invisibles</key>
<string>#363b54</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Italics - Comments, Storage, Keyword Flow, Vue attributes, Decorators</string>
<key>scope</key>
<string>comment,meta.var.expr storage.type,keyword.control.flow,keyword.control.return,meta.directive.vue punctuation.separator.key-value.html,meta.directive.vue entity.other.attribute-name.html,tag.decorator.js entity.name.tag.js,tag.decorator.js punctuation.definition.tag.js,storage.modifier</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Fix YAML block scalar</string>
<key>scope</key>
<string>keyword.control.flow.block-scalar.literal</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string/>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment,comment.block.documentation,punctuation.definition.comment,comment.block.documentation punctuation</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#444b6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment Doc</string>
<key>scope</key>
<string>keyword.operator.assignment.jsdoc,comment.block.documentation variable,comment.block.documentation storage,comment.block.documentation keyword,comment.block.documentation support,comment.block.documentation markup,comment.block.documentation markup.inline.raw.string.markdown,meta.other.type.phpdoc.php keyword.other.type.php,meta.other.type.phpdoc.php support.other.namespace.php,meta.other.type.phpdoc.php punctuation.separator.inheritance.php,meta.other.type.phpdoc.php support.class,keyword.other.phpdoc.php,log.date</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#5a638c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment Doc Emphasized</string>
<key>scope</key>
<string>meta.other.type.phpdoc.php support.class,comment.block.documentation storage.type,comment.block.documentation punctuation.definition.block.tag,comment.block.documentation entity.name.type.instance</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#646e9c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number, Boolean, Undefined, Null</string>
<key>scope</key>
<string>variable.other.constant,punctuation.definition.constant,constant.language,constant.numeric,support.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff9e64</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String, Symbols</string>
<key>scope</key>
<string>string,constant.other.symbol,constant.other.key,meta.attribute-selector</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string/>
<key>foreground</key>
<string>#9ece6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors</string>
<key>scope</key>
<string>constant.other.color,constant.other.color.rgb-value.hex punctuation.definition.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9aa5ce</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid,invalid.illegal</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff5370</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage Type</string>
<key>scope</key>
<string>storage.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage - modifier, var, const, let</string>
<key>scope</key>
<string>meta.var.expr storage.type,storage.modifier</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9d7cd8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Interpolation, PHP tags, Smarty tags</string>
<key>scope</key>
<string>punctuation.definition.template-expression,punctuation.section.embedded,meta.embedded.line.tag.smarty,support.constant.handlebars,punctuation.section.tag.twig</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blade, Twig, Smarty Handlebars keywords</string>
<key>scope</key>
<string>keyword.control.smarty,keyword.control.twig,support.constant.handlebars keyword.control,keyword.operator.comparison.twig,keyword.blade,entity.name.function.blade</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Spread</string>
<key>scope</key>
<string>keyword.operator.spread,keyword.operator.rest</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operator, Misc</string>
<key>scope</key>
<string>keyword.operator,keyword.control.as,keyword.other,keyword.operator.bitwise.shift,punctuation,expression.embbeded.vue punctuation.definition.tag,text.html.twig meta.tag.inline.any.html,meta.tag.template.value.twig meta.function.arguments.twig,meta.directive.vue punctuation.separator.key-value.html,punctuation.definition.constant.markdown,punctuation.definition.string,punctuation.support.type.property-name,text.html.vue-html meta.tag,meta.attribute.directive,punctuation.definition.keyword,punctuation.terminator.rule,punctuation.definition.entity,punctuation.separator.inheritance.php,keyword.other.template,keyword.other.substitution,entity.name.operator,meta.property-list punctuation.separator.key-value,meta.at-rule.mixin punctuation.separator.key-value,meta.at-rule.function variable.parameter.url</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#89ddff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Import, Export, From, Default</string>
<key>scope</key>
<string>keyword.control.import,keyword.control.export,keyword.control.from,keyword.control.default,meta.import keyword.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword,keyword.control,keyword.other.important</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword SQL</string>
<key>scope</key>
<string>keyword.other.DML</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword Operator Logical, Arrow, Ternary, Comparison</string>
<key>scope</key>
<string>keyword.operator.logical,storage.type.function,keyword.operator.bitwise,keyword.operator.ternary,keyword.operator.comparison,keyword.operator.relational,keyword.operator.or.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag - Custom</string>
<key>scope</key>
<string>entity.name.tag support.class.component,meta.tag.custom entity.name.tag,meta.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#de5971</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag Punctuation</string>
<key>scope</key>
<string>punctuation.definition.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ba3c97</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Globals, PHP Constants, etc</string>
<key>scope</key>
<string>constant.other.php,variable.other.global.safer,variable.other.global.safer punctuation.definition.variable,variable.other.global,variable.other.global punctuation.definition.variable,constant.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e0af68</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variables</string>
<key>scope</key>
<string>variable,support.variable,string constant.other.placeholder,variable.parameter.handlebars,variable.other.object</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable Array Key</string>
<key>scope</key>
<string>meta.array.literal variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Object Key</string>
<key>scope</key>
<string>meta.object-literal.key,entity.name.type.hcl,string.alias.graphql,string.unquoted.graphql,string.unquoted.alias.graphql,meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js,meta.field.declaration.ts variable.object.property,meta.block entity.name.label</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#73daca</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Object Property</string>
<key>scope</key>
<string>variable.other.property,support.variable.property,support.variable.property.dom,meta.function-call variable.other.object.property</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Object Property</string>
<key>scope</key>
<string>variable.other.object.property</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Object Literal Member lvl 3 (Vue Prop Validation)</string>
<key>scope</key>
<string>meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#41a6b5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>C-related Block Level Variables</string>
<key>scope</key>
<string>source.cpp meta.block variable.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Other Variable</string>
<key>scope</key>
<string>support.other.variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Methods</string>
<key>scope</key>
<string>meta.class-method.js entity.name.function.js,entity.name.method.js,variable.function.constructor,keyword.other.special-method,storage.type.cs</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function Definition</string>
<key>scope</key>
<string>entity.name.function,variable.other.enummember,meta.function-call,meta.function-call entity.name.function,variable.function,meta.definition.method entity.name.function,meta.object-literal entity.name.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function Argument</string>
<key>scope</key>
<string>variable.parameter.function.language.special,variable.parameter,meta.function.parameters punctuation.definition.variable,meta.function.parameter variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e0af68</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant, Tag Attribute</string>
<key>scope</key>
<string>keyword.other.type.php,storage.type.php,constant.character,constant.escape,keyword.other.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable Definition</string>
<key>scope</key>
<string>meta.definition.variable variable.other.constant,meta.definition.variable variable.other.readwrite,variable.declaration.hcl variable.other.readwrite.hcl,meta.mapping.key.hcl variable.other.readwrite.hcl,variable.other.declaration</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited Class</string>
<key>scope</key>
<string>entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string/>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class, Support, DOM, etc</string>
<key>scope</key>
<string>support.class,support.type,variable.other.readwrite.alias,support.orther.namespace.use.php,meta.use.php,support.other.namespace.php,support.type.sys-types,support.variable.dom,support.constant.math,support.type.object.module,support.constant.json,entity.name.namespace,meta.import.qualifier,variable.other.constant.object</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class Name</string>
<key>scope</key>
<string>entity.name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Support Function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class and Support</string>
<key>scope</key>
<string>source.css support.type.property-name,source.sass support.type.property-name,source.scss support.type.property-name,source.less support.type.property-name,source.stylus support.type.property-name,source.postcss support.type.property-name,support.type.property-name.css,support.type.vendored.property-name,support.type.map.key</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Font</string>
<key>scope</key>
<string>support.constant.font-name,meta.definition.variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9ece6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class,meta.at-rule.mixin.scss entity.name.function.scss</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9ece6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS ID</string>
<key>scope</key>
<string>entity.other.attribute-name.id</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#fc7b7b</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Tag</string>
<key>scope</key>
<string>entity.name.tag.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Tag Reference, Pseudo &amp; Class Punctuation</string>
<key>scope</key>
<string>entity.other.attribute-name.pseudo-class punctuation.definition.entity,entity.other.attribute-name.pseudo-element punctuation.definition.entity,entity.other.attribute-name.class punctuation.definition.entity,entity.name.tag.reference</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e0af68</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Punctuation</string>
<key>scope</key>
<string>meta.property-list</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9abdf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS at-rule fix</string>
<key>scope</key>
<string>meta.property-list meta.at-rule.if,meta.at-rule.return variable.parameter.url,meta.property-list meta.at-rule.else</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff9e64</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Parent Selector Entity</string>
<key>scope</key>
<string>entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#73daca</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Punctuation comma fix</string>
<key>scope</key>
<string>meta.property-list meta.property-list</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9abdf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>SCSS @</string>
<key>scope</key>
<string>meta.at-rule.mixin keyword.control.at-rule.mixin,meta.at-rule.include entity.name.function.scss,meta.at-rule.include keyword.control.at-rule.include</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>SCSS Mixins, Extends, Include Keyword</string>
<key>scope</key>
<string>keyword.control.at-rule.include punctuation.definition.keyword,keyword.control.at-rule.mixin punctuation.definition.keyword,meta.at-rule.include keyword.control.at-rule.include,keyword.control.at-rule.extend punctuation.definition.keyword,meta.at-rule.extend keyword.control.at-rule.extend,entity.other.attribute-name.placeholder.css punctuation.definition.entity.css,meta.at-rule.media keyword.control.at-rule.media,meta.at-rule.mixin keyword.control.at-rule.mixin,meta.at-rule.function keyword.control.at-rule.function,keyword.control punctuation.definition.keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9d7cd8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>SCSS Include Mixin Argument</string>
<key>scope</key>
<string>meta.property-list meta.at-rule.include</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS value</string>
<key>scope</key>
<string>support.constant.property-value</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff9e64</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Sub-methods</string>
<key>scope</key>
<string>entity.name.module.js,variable.import.parameter.js,variable.other.class.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Language methods</string>
<key>scope</key>
<string>variable.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable punctuation</string>
<key>scope</key>
<string>variable.other punctuation.definition.variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword this with Punctuation, ES7 Bind Operator</string>
<key>scope</key>
<string>source.js constant.other.object.key.js string.unquoted.label.js,variable.language.this punctuation.definition.variable,keyword.other.this</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML Attributes</string>
<key>scope</key>
<string>entity.other.attribute-name,text.html.basic entity.other.attribute-name.html,text.html.basic entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML Character Entity</string>
<key>scope</key>
<string>text.html constant.character.entity</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0DB9D7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Vue (Vetur / deprecated) Template attributes</string>
<key>scope</key>
<string>entity.other.attribute-name.id.html,meta.directive.vue entity.other.attribute-name.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS ID's</string>
<key>scope</key>
<string>source.sass keyword.control</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS pseudo selectors</string>
<key>scope</key>
<string>entity.other.attribute-name.pseudo-class,entity.other.attribute-name.pseudo-element,entity.other.attribute-name.placeholder,meta.property-list meta.property-value</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#449dab</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#914c54</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6183bb</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions</string>
<key>scope</key>
<string>string.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b4f9f8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions - Punctuation</string>
<key>scope</key>
<string>punctuation.definition.group</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions - Character Class</string>
<key>scope</key>
<string>constant.other.character-class.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions - Character Class Set</string>
<key>scope</key>
<string>constant.other.character-class.set.regexp,punctuation.definition.character-class.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e0af68</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions - Quantifier</string>
<key>scope</key>
<string>keyword.operator.quantifier.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#89ddff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions - Backslash</string>
<key>scope</key>
<string>constant.character.escape.backslash</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Escape Characters</string>
<key>scope</key>
<string>constant.character.escape</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#89ddff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Decorators</string>
<key>scope</key>
<string>tag.decorator.js entity.name.tag.js,tag.decorator.js punctuation.definition.tag.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Units</string>
<key>scope</key>
<string>keyword.other.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 0</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 1</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 2</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7dcfff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 3</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 4</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e0af68</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 5</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 6</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#73daca</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 7</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 8</string>
<key>scope</key>
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9ece6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Plain Punctuation</string>
<key>scope</key>
<string>punctuation.definition.list_item.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9abdf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Block Punctuation</string>
<key>scope</key>
<string>meta.block,meta.brace,punctuation.definition.block,punctuation.definition.use,punctuation.definition.class,punctuation.definition.begin.bracket,punctuation.definition.end.bracket,punctuation.definition.switch-expression.begin.bracket,punctuation.definition.switch-expression.end.bracket,punctuation.definition.section.switch-block.begin.bracket,punctuation.definition.section.switch-block.end.bracket,punctuation.definition.group.shell,punctuation.definition.parameters,punctuation.definition.arguments,punctuation.definition.dictionary,punctuation.definition.array,punctuation.section</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9abdf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Plain</string>
<key>scope</key>
<string>meta.jsx.children,meta.embedded.block</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML text</string>
<key>scope</key>
<string>text.html,text.log</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9aa5ce</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Markup Raw Inline</string>
<key>scope</key>
<string>text.html.markdown markup.inline.raw.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bb9af7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Markup Raw Inline Punctuation</string>
<key>scope</key>
<string>text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4E5579</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 1</string>
<key>scope</key>
<string>heading.1.markdown entity.name,heading.1.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#89ddff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 2</string>
<key>scope</key>
<string>heading.2.markdown entity.name,heading.2.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#61bdf2</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 3</string>
<key>scope</key>
<string>heading.3.markdown entity.name,heading.3.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 4</string>
<key>scope</key>
<string>heading.4.markdown entity.name,heading.4.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#6d91de</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 5</string>
<key>scope</key>
<string>heading.5.markdown entity.name,heading.5.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#9aa5ce</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Heading 6</string>
<key>scope</key>
<string>heading.6.markdown entity.name,heading.6.markdown punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#747ca1</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Italic</string>
<key>scope</key>
<string>markup.italic,markup.italic punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Bold</string>
<key>scope</key>
<string>markup.bold,markup.bold punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Bold-Italic</string>
<key>scope</key>
<string>markup.bold markup.italic,markup.bold markup.italic punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold italic</string>
<key>foreground</key>
<string>#c0caf5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Underline</string>
<key>scope</key>
<string>markup.underline,markup.underline punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Blockquote</string>
<key>scope</key>
<string>markup.quote punctuation.definition.blockquote.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4e5579</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Quote</string>
<key>scope</key>
<string>markup.quote</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Link</string>
<key>scope</key>
<string>string.other.link,markup.underline.link,constant.other.reference.link.markdown,string.other.link.description.title.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#73daca</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Code Block</string>
<key>scope</key>
<string>markup.fenced_code.block.markdown,markup.inline.raw.string.markdown,variable.language.fenced.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#89ddff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Separator</string>
<key>scope</key>
<string>meta.separator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#444b6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup - Table</string>
<key>scope</key>
<string>markup.table</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c0cefc</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Token - Info</string>
<key>scope</key>
<string>token.info-token</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0db9d7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Token - Warn</string>
<key>scope</key>
<string>token.warn-token</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffdb69</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Token - Error</string>
<key>scope</key>
<string>token.error-token</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#db4b4b</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Token - Debug</string>
<key>scope</key>
<string>token.debug-token</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b267e6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Apache Tag</string>
<key>scope</key>
<string>entity.tag.apacheconf</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7768e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Preprocessor</string>
<key>scope</key>
<string>meta.preprocessor</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#73daca</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>ENV value</string>
<key>scope</key>
<string>source.env</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7aa2f7</string>
</dict>
</dict>
</array>
</dict>
</plist>