mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
866 lines
27 KiB
Plaintext
866 lines
27 KiB
Plaintext
<?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>author</key>
|
|
<string>Brittany Chiang</string>
|
|
<key>colorSpaceName</key>
|
|
<string>sRGB</string>
|
|
<key>name</key>
|
|
<string>ayu</string>
|
|
<key>semanticClass</key>
|
|
<string>halcyon</string>
|
|
<key>settings</key>
|
|
<array>
|
|
<dict>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#1d2433</string>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
<key>caret</key>
|
|
<string>#FFCC66</string>
|
|
<key>findHighlight</key>
|
|
<string>#8695b7</string>
|
|
<key>findHighlightForeground</key>
|
|
<string>#d7dce2</string>
|
|
<key>guide</key>
|
|
<string>#2f3b54</string>
|
|
<key>activeGuide</key>
|
|
<string>#2f3b54</string>
|
|
<key>stackGuide</key>
|
|
<string>#2f3b54</string>
|
|
<key>gutter</key>
|
|
<string>#1d2433</string>
|
|
<key>gutterForeground</key>
|
|
<string>#8695b755</string>
|
|
<key>inactiveBackground</key>
|
|
<string>#1d2433</string>
|
|
<key>inactiveSelection</key>
|
|
<string>#2f3b54</string>
|
|
<key>invisibles</key>
|
|
<string>#6679a4</string>
|
|
<key>lineHighlight</key>
|
|
<string>#2f3b54</string>
|
|
<key>popupCss</key>
|
|
<string>
|
|
html, body {
|
|
background-color: #1d2433;
|
|
font-size: 12px;
|
|
color: #a2aabc;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
padding: 5px;
|
|
}
|
|
div {
|
|
padding-bottom: -3px;
|
|
}
|
|
b, strong {
|
|
font-weight: normal;
|
|
}
|
|
a {
|
|
color: rgba(92, 207, 230, .7);
|
|
line-height: 16px;
|
|
}
|
|
.type {
|
|
color: #ef6b73;
|
|
}
|
|
.name {
|
|
color: #ffd580;
|
|
}
|
|
.param {
|
|
color: #FFD580;
|
|
}
|
|
.current {
|
|
text-decoration: underline;
|
|
}
|
|
</string>
|
|
<key>selection</key>
|
|
<string>#2f3b54</string>
|
|
<key>selectionBorder</key>
|
|
<string>#a2aabc35</string>
|
|
<key>shadow</key>
|
|
<string>#00000010</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Comments</string>
|
|
<key>scope</key>
|
|
<string>comment, punctuation.definition.comment</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#8695b799</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Variable</string>
|
|
<key>scope</key>
|
|
<string>variable</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Keyword</string>
|
|
<key>scope</key>
|
|
<string>keyword, keyword.operator</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#FFAE57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Storage</string>
|
|
<key>scope</key>
|
|
<string>storage.type, storage.modifier</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#c3a6ff</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Operator, Misc</string>
|
|
<key>scope</key>
|
|
<string>constant.other.color, meta.tag, punctuation.separator.inheritance.php, punctuation.section.embedded, keyword.other.substitution</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Tag</string>
|
|
<key>scope</key>
|
|
<string>entity.name.tag, meta.tag.sgml</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Git Gutter Deleted</string>
|
|
<key>scope</key>
|
|
<string>markup.deleted.git_gutter</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Function, Special Method, Block Level</string>
|
|
<key>scope</key>
|
|
<string>entity.name, entity.name.class, entity.other.inherited-class, variable.function, support.function, keyword.other.special-method, meta.block-level</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#FFD580</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Other Variable, String Link</string>
|
|
<key>scope</key>
|
|
<string>support.other.variable, string.other.link</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
|
|
<key>scope</key>
|
|
<string>constant.numeric, constant.language, constant.character, keyword.other.unit</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#c3a6ff</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
|
|
<key>scope</key>
|
|
<string>support.constant, meta.jsx.js, punctuation.section, string.unquoted.label</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>String, Symbols, Inherited Class, Markup Heading</string>
|
|
<key>scope</key>
|
|
<string>string, keyword.other.template, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>normal</string>
|
|
<key>foreground</key>
|
|
<string>#bae67e</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Class, Support</string>
|
|
<key>scope</key>
|
|
<string>entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</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>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Language methods</string>
|
|
<key>scope</key>
|
|
<string>variable.language</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</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>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Deprecated</string>
|
|
<key>scope</key>
|
|
<string>invalid.deprecated</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#FFAE57</string>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Html punctuations tags</string>
|
|
<key>scope</key>
|
|
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag, meta.group.braces.curly.js, meta.property-value, meta.jsx.js</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Attributes</string>
|
|
<key>scope</key>
|
|
<string>entity.other.attribute-name, meta.attribute-with-value.style, constant.other.color.rgb-value, meta.at-rule.media, support.constant.mathematical-symbols,
|
|
punctuation.separator.key-value</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#FFAE57</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>#bae67e</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>#5ccfe6</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>#FFAE57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Regular Expressions and Escape Characters</string>
|
|
<key>scope</key>
|
|
<string>string.regexp, constant.character.escape</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#95E6CB</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>URL</string>
|
|
<key>scope</key>
|
|
<string>*url*, *link*, *uri*</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>underline</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Search Results Nums</string>
|
|
<key>scope</key>
|
|
<string>constant.numeric.line-number.find-in-files - match</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Search Results Lines</string>
|
|
<key>scope</key>
|
|
<string>entity.name.filename.find-in-files</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#bae67e</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>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#ffd580</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>ES7 Bind Operator</string>
|
|
<key>scope</key>
|
|
<string>constant.other.object.key</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>entity.name.method</string>
|
|
<key>scope</key>
|
|
<string>entity.name.method</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#ffd580</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>meta.method.js</string>
|
|
<key>scope</key>
|
|
<string>entity.name.function, variable.function.constructor</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ffd580</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Italic</string>
|
|
<key>scope</key>
|
|
<string>markup.italic</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Bold</string>
|
|
<key>scope</key>
|
|
<string>markup.bold</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>bold</string>
|
|
<key>foreground</key>
|
|
<string>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Underline</string>
|
|
<key>scope</key>
|
|
<string>markup.underline</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>underline</string>
|
|
<key>foreground</key>
|
|
<string>#c3a6ff</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Strike</string>
|
|
<key>scope</key>
|
|
<string>markup.strike</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>strike</string>
|
|
<key>foreground</key>
|
|
<string>#ffd580</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>
|
|
<key>foreground</key>
|
|
<string>#80D4FF</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Raw Block</string>
|
|
<key>scope</key>
|
|
<string>markup.raw.block</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#FFAE57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markup - Table</string>
|
|
<key>scope</key>
|
|
<string>markup.table</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#1d2433aa</string>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Plain</string>
|
|
<key>scope</key>
|
|
<string>text.html.markdown, punctuation.definition.list_item.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Markup Raw Inline</string>
|
|
<key>scope</key>
|
|
<string>text.html.markdown markup.raw.inline</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Line Break</string>
|
|
<key>scope</key>
|
|
<string>text.html.markdown meta.dummy.line-break</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Heading</string>
|
|
<key>scope</key>
|
|
<string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#bae67e</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>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#80D4FF</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Link</string>
|
|
<key>scope</key>
|
|
<string>string.other.link.title.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>underline</string>
|
|
<key>foreground</key>
|
|
<string>#ffd580</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Raw Block Fenced</string>
|
|
<key>scope</key>
|
|
<string>markup.raw.block.fenced.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#d7dce210</string>
|
|
<key>foreground</key>
|
|
<string>#a2aabc</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Fenced Bode Block</string>
|
|
<key>scope</key>
|
|
<string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#d7dce210</string>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Fenced Language</string>
|
|
<key>scope</key>
|
|
<string>variable.language.fenced.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string></string>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Markdown - Separator</string>
|
|
<key>scope</key>
|
|
<string>meta.separator</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#d7dce210</string>
|
|
<key>fontStyle</key>
|
|
<string>bold</string>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 0</string>
|
|
<key>scope</key>
|
|
<string>source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 1</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 2</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ffae57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 3</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 4</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ffae57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 5</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 6</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ffae57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 7</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON Key - Level 8</string>
|
|
<key>scope</key>
|
|
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ffae57</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>AceJump Label - Blue</string>
|
|
<key>scope</key>
|
|
<string>acejump.label.blue</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#5ccfe6</string>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>AceJump Label - Green</string>
|
|
<key>scope</key>
|
|
<string>acejump.label.green</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#bae67e</string>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>AceJump Label - Orange</string>
|
|
<key>scope</key>
|
|
<string>acejump.label.orange</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#FFAE57</string>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>AceJump Label - Purple</string>
|
|
<key>scope</key>
|
|
<string>acejump.label.purple</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#ef6b73</string>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>SublimeLinter Warning</string>
|
|
<key>scope</key>
|
|
<string>sublimelinter.mark.warning</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#5ccfe6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>SublimeLinter Gutter Mark</string>
|
|
<key>scope</key>
|
|
<string>sublimelinter.gutter-mark</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>SublimeLinter Error</string>
|
|
<key>scope</key>
|
|
<string>sublimelinter.mark.error</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#ef6b73</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>GitGutter Ignored</string>
|
|
<key>scope</key>
|
|
<string>markup.ignored.git_gutter</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>GitGutter Untracked</string>
|
|
<key>scope</key>
|
|
<string>markup.untracked.git_gutter</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#8695b7</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>GutterColor</string>
|
|
<key>scope</key>
|
|
<string>gutter_color</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#d7dce2</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>uuid</key>
|
|
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string>
|
|
</dict>
|
|
</plist>
|