Синхронизация настроек Sublime Text 3
Last active
August 10, 2018 01:49
-
-
Save Nikolasgrizli/bf336231d5c08e7e13c5f2b8a8afb7b7 to your computer and use it in GitHub Desktop.
ST3 sync settings
ST3 sync settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bracket_styles": { | |
// незакрытые | |
"unmatched": { | |
"icon": "question", | |
"color": "brackethighlighter.unmatched", | |
"style": "highlight" | |
}, | |
// фигурные скобки | |
"curly": { | |
"icon": "curly_bracket", | |
"color": "brackethighlighter.curly", | |
"style": "highlight" | |
}, | |
// полукруглые скобки | |
"round": { | |
"icon": "round_bracket", | |
"color": "brackethighlighter.round", | |
"style": "highlight" | |
}, | |
// квадратные скобки | |
"square": { | |
"icon": "square_bracket", | |
"color": "brackethighlighter.square", | |
"style": "highlight" | |
}, | |
// угловые скобки | |
"angle": { | |
"icon": "angle_bracket", | |
"color": "brackethighlighter.angle", | |
"style": "highlight" | |
}, | |
// теги | |
"tag": { | |
"icon": "tag", | |
"color": "brackethighlighter.tag", | |
"style": "highlight" | |
}, | |
// одиночные кавычки | |
"single_quote": { | |
"icon": "single_quote", | |
"color": "brackethighlighter.quote", | |
"style": "highlight" | |
}, | |
// двойные кавычки | |
"double_quote": { | |
"icon": "double_quote", | |
"color": "brackethighlighter.quote", | |
"style": "highlight" | |
}, | |
// регулярные выражения | |
"regex": { | |
"icon": "regex", | |
"color": "brackethighlighter.quote", | |
"style": "outline" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.dark</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#F29718</string> | |
<key>activeGuide</key> | |
<string>#363F46</string> | |
<key>background</key> | |
<string>#0F1419</string> | |
<key>caret</key> | |
<string>#F29718</string> | |
<key>findHighlight</key> | |
<string>#F29718</string> | |
<key>findHighlightForeground</key> | |
<string>#0F1419</string> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
<key>guide</key> | |
<string>#20272C</string> | |
<key>gutter</key> | |
<string>#0F1419</string> | |
<key>gutterForeground</key> | |
<string>#252D33</string> | |
<key>inactiveBackground</key> | |
<string>#0F1419</string> | |
<key>inactiveSelection</key> | |
<string>#131E27</string> | |
<key>invisibles</key> | |
<string>#252D33</string> | |
<key>lineHighlight</key> | |
<string>#0A0E12</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #13181D; | |
color: #BFBAB0; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(57, 186, 230, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#16242E</string> | |
<key>selectionBorder</key> | |
<string>#192B37</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#20272C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</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>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</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>underline</string> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</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>#F07178</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>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB007</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB010</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>#BFBAB010</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</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>#5C6773</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#BFBAB0</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#5C6773</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>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#20272C</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>#20272C</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>#FFFFFF</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>#39BAE6</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#C2D94C</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F07178</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#39BAE6</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>#FFFFFF</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>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_C9E1EF19</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C9E1EF19</string> | |
<key>foreground</key> | |
<string>#A6A6A6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_23AE89FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#23AE89FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_4F5D68FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4F5D68FF</string> | |
<key>foreground</key> | |
<string>#DADADAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00000033</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000033</string> | |
<key>foreground</key> | |
<string>#8F8F8FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_980000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#980000FF</string> | |
<key>foreground</key> | |
<string>#ADADADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_E6EDEEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E6EDEEFF</string> | |
<key>foreground</key> | |
<string>#6B6B6BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_66707AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#66707AFF</string> | |
<key>foreground</key> | |
<string>#EEEEEEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_DCE4ECFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DCE4ECFF</string> | |
<key>foreground</key> | |
<string>#626262FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#7F7F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_B9090FCC</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B9090FCC</string> | |
<key>foreground</key> | |
<string>#B5B5B5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_868A90FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#868A90FF</string> | |
<key>foreground</key> | |
<string>#090909FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0884C1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0884C1FF</string> | |
<key>foreground</key> | |
<string>#E5E5E5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_DAE5EDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DAE5EDFF</string> | |
<key>foreground</key> | |
<string>#626262FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_5E81877F</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5E81877F</string> | |
<key>foreground</key> | |
<string>#C4C4C4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_1C7EBBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1C7EBBFF</string> | |
<key>foreground</key> | |
<string>#E7E7E7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_2C3E50FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2C3E50FF</string> | |
<key>foreground</key> | |
<string>#BABABAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFF7F</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF7F</string> | |
<key>foreground</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00F4F8F8</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00F4F8F8</string> | |
<key>foreground</key> | |
<string>#272727FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFF01</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF01</string> | |
<key>foreground</key> | |
<string>#949494FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_5E818799</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5E818799</string> | |
<key>foreground</key> | |
<string>#CFCFCFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_C9E1EFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C9E1EFFF</string> | |
<key>foreground</key> | |
<string>#5B5B5BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_EBF0F1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EBF0F1FF</string> | |
<key>foreground</key> | |
<string>#6E6E6EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_DCE4E6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DCE4E6FF</string> | |
<key>foreground</key> | |
<string>#616161FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_A9B8C2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A9B8C2FF</string> | |
<key>foreground</key> | |
<string>#343434FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00AF88FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00AF88FF</string> | |
<key>foreground</key> | |
<string>#F6F6F6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_007FBE7F</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007FBE7F</string> | |
<key>foreground</key> | |
<string>#B9B9B9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_E68D00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E68D00FF</string> | |
<key>foreground</key> | |
<string>#171717FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0000007F</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000007F</string> | |
<key>foreground</key> | |
<string>#898989FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_99A9B5FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99A9B5FF</string> | |
<key>foreground</key> | |
<string>#252525FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_C9E1EF01</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C9E1EF01</string> | |
<key>foreground</key> | |
<string>#939393FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0082CCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0082CCFF</string> | |
<key>foreground</key> | |
<string>#E3E3E3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_F4F8F8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F4F8F8FF</string> | |
<key>foreground</key> | |
<string>#767676FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_A500B9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A500B9FF</string> | |
<key>foreground</key> | |
<string>#C6C6C6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFF19</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF19</string> | |
<key>foreground</key> | |
<string>#AAAAAAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_ACB6C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ACB6C0FF</string> | |
<key>foreground</key> | |
<string>#343434FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFEC00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFEC00FF</string> | |
<key>foreground</key> | |
<string>#565656FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00C9E1EF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00C9E1EF</string> | |
<key>foreground</key> | |
<string>#070707FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_004B76FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#004B76FF</string> | |
<key>foreground</key> | |
<string>#B9B9B9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00FFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00FFFFFF</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_F4F8F801</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F4F8F801</string> | |
<key>foreground</key> | |
<string>#939393FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_007FBEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007FBEFF</string> | |
<key>foreground</key> | |
<string>#E0E0E0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0CAC00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0CAC00FF</string> | |
<key>foreground</key> | |
<string>#E8E8E8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00af88ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00af88ff</string> | |
<key>foreground</key> | |
<string>#50FED8FF</string> | |
<key>caret</key> | |
<string>#50FED8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00af88ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#00af88ff</string> | |
<key>caret</key> | |
<string>#50FED8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffff</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#ffffffff</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00aa88ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00aa88ff</string> | |
<key>foreground</key> | |
<string>#55FFDCFF</string> | |
<key>caret</key> | |
<string>#55FFDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00aa88ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#00aa88ff</string> | |
<key>caret</key> | |
<string>#55FFDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00ab89ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00ab89ff</string> | |
<key>foreground</key> | |
<string>#54FFDDFF</string> | |
<key>caret</key> | |
<string>#54FFDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00ab89ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#00ab89ff</string> | |
<key>caret</key> | |
<string>#54FFDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00ad8bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00ad8bff</string> | |
<key>foreground</key> | |
<string>#52FEDCFF</string> | |
<key>caret</key> | |
<string>#52FEDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00ad8bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#00ad8bff</string> | |
<key>caret</key> | |
<string>#52FEDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb6c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb6c0ff</string> | |
<key>foreground</key> | |
<string>#3F4852FF</string> | |
<key>caret</key> | |
<string>#3F4852FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb6c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb6c0ff</string> | |
<key>caret</key> | |
<string>#3F4852FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb7c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb7c0ff</string> | |
<key>foreground</key> | |
<string>#3F4952FF</string> | |
<key>caret</key> | |
<string>#3F4952FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb7c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb7c0ff</string> | |
<key>caret</key> | |
<string>#3F4952FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb8c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb8c0ff</string> | |
<key>foreground</key> | |
<string>#3F4A52FF</string> | |
<key>caret</key> | |
<string>#3F4A52FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb8c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb8c0ff</string> | |
<key>caret</key> | |
<string>#3F4A52FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb9c0ff</string> | |
<key>foreground</key> | |
<string>#3F4B52FF</string> | |
<key>caret</key> | |
<string>#3F4B52FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb9c0ff</string> | |
<key>caret</key> | |
<string>#3F4B52FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbac0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbac0ff</string> | |
<key>foreground</key> | |
<string>#3F4C52FF</string> | |
<key>caret</key> | |
<string>#3F4C52FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbac0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbac0ff</string> | |
<key>caret</key> | |
<string>#3F4C52FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbbc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbbc0ff</string> | |
<key>foreground</key> | |
<string>#3F4D52FF</string> | |
<key>caret</key> | |
<string>#3F4D52FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbbc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbbc0ff</string> | |
<key>caret</key> | |
<string>#3F4D52FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbcc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbcc0ff</string> | |
<key>foreground</key> | |
<string>#3F4F52FF</string> | |
<key>caret</key> | |
<string>#3F4F52FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbcc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbcc0ff</string> | |
<key>caret</key> | |
<string>#3F4F52FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbdc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbdc0ff</string> | |
<key>foreground</key> | |
<string>#3F5052FF</string> | |
<key>caret</key> | |
<string>#3F5052FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbdc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbdc0ff</string> | |
<key>caret</key> | |
<string>#3F5052FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbec0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbec0ff</string> | |
<key>foreground</key> | |
<string>#3F5152FF</string> | |
<key>caret</key> | |
<string>#3F5152FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbec0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbec0ff</string> | |
<key>caret</key> | |
<string>#3F5152FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acbfc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acbfc0ff</string> | |
<key>foreground</key> | |
<string>#3F5152FF</string> | |
<key>caret</key> | |
<string>#3F5152FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acbfc0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acbfc0ff</string> | |
<key>caret</key> | |
<string>#3F5152FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb0c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb0c0ff</string> | |
<key>foreground</key> | |
<string>#3F4252FF</string> | |
<key>caret</key> | |
<string>#3F4252FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb0c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb0c0ff</string> | |
<key>caret</key> | |
<string>#3F4252FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb1c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb1c0ff</string> | |
<key>foreground</key> | |
<string>#3F4352FF</string> | |
<key>caret</key> | |
<string>#3F4352FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb1c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb1c0ff</string> | |
<key>caret</key> | |
<string>#3F4352FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb2c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb2c0ff</string> | |
<key>foreground</key> | |
<string>#3F4452FF</string> | |
<key>caret</key> | |
<string>#3F4452FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb2c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb2c0ff</string> | |
<key>caret</key> | |
<string>#3F4452FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb3c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb3c0ff</string> | |
<key>foreground</key> | |
<string>#3F4552FF</string> | |
<key>caret</key> | |
<string>#3F4552FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb3c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb3c0ff</string> | |
<key>caret</key> | |
<string>#3F4552FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb5c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb5c0ff</string> | |
<key>foreground</key> | |
<string>#3F4752FF</string> | |
<key>caret</key> | |
<string>#3F4752FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb5c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb5c0ff</string> | |
<key>caret</key> | |
<string>#3F4752FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb4c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb4c0ff</string> | |
<key>foreground</key> | |
<string>#3F4752FF</string> | |
<key>caret</key> | |
<string>#3F4752FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb4c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F141aFF</string> | |
<key>foreground</key> | |
<string>#acb4c0ff</string> | |
<key>caret</key> | |
<string>#3F4752FF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.dark</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#F29718</string> | |
<key>activeGuide</key> | |
<string>#363F46</string> | |
<key>background</key> | |
<string>#0F1419</string> | |
<key>caret</key> | |
<string>#F29718</string> | |
<key>findHighlight</key> | |
<string>#F29718</string> | |
<key>findHighlightForeground</key> | |
<string>#0F1419</string> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
<key>guide</key> | |
<string>#20272C</string> | |
<key>gutter</key> | |
<string>#0F1419</string> | |
<key>gutterForeground</key> | |
<string>#252D33</string> | |
<key>inactiveBackground</key> | |
<string>#0F1419</string> | |
<key>inactiveSelection</key> | |
<string>#131E27</string> | |
<key>invisibles</key> | |
<string>#252D33</string> | |
<key>lineHighlight</key> | |
<string>#0A0E12</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #13181D; | |
color: #BFBAB0; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(57, 186, 230, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#16242E</string> | |
<key>selectionBorder</key> | |
<string>#192B37</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#20272C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</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>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</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>underline</string> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</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>#F07178</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>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB007</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB010</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>#BFBAB010</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</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>#5C6773</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#BFBAB0</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#5C6773</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>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#20272C</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>#20272C</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>#FFFFFF</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>#39BAE6</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#C2D94C</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F07178</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#39BAE6</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>#FFFFFF</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>#FF3333</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.light</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#FF8F40</string> | |
<key>activeGuide</key> | |
<string>#B9BCBF</string> | |
<key>background</key> | |
<string>#FAFAFA</string> | |
<key>caret</key> | |
<string>#FF8F40</string> | |
<key>findHighlight</key> | |
<string>#FF8F40</string> | |
<key>findHighlightForeground</key> | |
<string>#FAFAFA</string> | |
<key>foreground</key> | |
<string>#61676C</string> | |
<key>guide</key> | |
<string>#DEE0E1</string> | |
<key>gutter</key> | |
<string>#FAFAFA</string> | |
<key>gutterForeground</key> | |
<string>#D9DBDD</string> | |
<key>inactiveBackground</key> | |
<string>#FAFAFA</string> | |
<key>inactiveSelection</key> | |
<string>#ECF4F9</string> | |
<key>invisibles</key> | |
<string>#D9DBDD</string> | |
<key>lineHighlight</key> | |
<string>#F3F3F3</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #FFFFFF; | |
color: #61676C; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(85, 180, 212, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#E9F2F8</string> | |
<key>selectionBorder</key> | |
<string>#E3EFF8</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#DEE0E1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ABB0B6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61676C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#86B300</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF8F40</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>#4CBF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF8F40</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF8F40</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FA6E32</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ED9366</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61676CCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61676C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ED9366</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61676CCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FA6E32</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>#FA6E32</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#399EE6</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>underline</string> | |
<key>foreground</key> | |
<string>#399EE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF8F40</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#55B4D4</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>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55B4D490</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07171</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ED9366</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F51818</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FA6E32</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#399EE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB0B6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#55B4D4</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>#ABB0B6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FA6E32</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>#86B300</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F51818</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</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>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FA6E32</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#4CBF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</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>#F07171</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>#F07171</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#61676C07</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#61676C10</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>#61676C10</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#ABB0B6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FF8F40</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4CBF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#86B300</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07171</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</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>#61676C10</string> | |
<key>foreground</key> | |
<string>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ED9366</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>#ABB0B6</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>#61676C10</string> | |
<key>foreground</key> | |
<string>#61676C</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>#61676C10</string> | |
<key>foreground</key> | |
<string>#ABB0B6</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>foreground</key> | |
<string>#ABB0B6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#86B300</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55B4D4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F51818</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>#DEE0E1</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>#DEE0E1</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>#FFFFFF</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>#55B4D4</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#86B300</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FA6E32</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F07171</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#55B4D4</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>#FFFFFF</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>#F51818</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.mirage</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#FFCC66</string> | |
<key>activeGuide</key> | |
<string>#515C69</string> | |
<key>background</key> | |
<string>#212733</string> | |
<key>caret</key> | |
<string>#FFCC66</string> | |
<key>findHighlight</key> | |
<string>#FFCC66</string> | |
<key>findHighlightForeground</key> | |
<string>#212733</string> | |
<key>foreground</key> | |
<string>#CCC9C2</string> | |
<key>guide</key> | |
<string>#363E4A</string> | |
<key>gutter</key> | |
<string>#212733</string> | |
<key>gutterForeground</key> | |
<string>#39424E</string> | |
<key>inactiveBackground</key> | |
<string>#212733</string> | |
<key>inactiveSelection</key> | |
<string>#283543</string> | |
<key>invisibles</key> | |
<string>#39424E</string> | |
<key>lineHighlight</key> | |
<string>#1C222C</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #262C38; | |
color: #CCC9C2; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(92, 207, 230, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#293847</string> | |
<key>selectionBorder</key> | |
<string>#2C3D4E</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#363E4A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCC9C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BAE67E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCC66</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>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA759</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29E74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCC9C2CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCC9C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29E74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCC9C2CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC44C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA759</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>#FFA759</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#73D0FF</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>underline</string> | |
<key>foreground</key> | |
<string>#73D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</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>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>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5CCFE690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F28779</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29E74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFA759</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#73D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#5CCFE6</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>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA759</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>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#5CCFE6</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 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>#5CCFE6</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 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>#5CCFE6</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 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>#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 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>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FFA759</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</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>#F28779</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>#F28779</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCC9C207</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCC9C210</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>#CCC9C210</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FFCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup 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>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5CCFE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F28779</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC44C</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>#CCC9C210</string> | |
<key>foreground</key> | |
<string>#5CCFE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29E74</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>#5C6773</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>#CCC9C210</string> | |
<key>foreground</key> | |
<string>#CCC9C2</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>#CCC9C210</string> | |
<key>foreground</key> | |
<string>#5C6773</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>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BAE67E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5CCFE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#363E4A</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>#363E4A</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>#FFFFFF</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>#FFFFFF</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>#FFFFFF</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>#FFA759</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F28779</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FFFFFF</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>#FF3333</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ihor Oleksandrov</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>Boxy Yesterday</string> | |
<key>semanticClass</key> | |
<string>boxy.yesterday.light</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470904FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470904FF</string> | |
<key>foreground</key> | |
<string>#FABDB8FF</string> | |
<key>caret</key> | |
<string>#FABDB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470904FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#470904FF</string> | |
<key>caret</key> | |
<string>#FABDB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C81FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282950</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c8282950</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4D4D4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4D4D4CFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4D4D4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4D4D4CFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5248DFFF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460905FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460905FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460905FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#460905FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F291CFF</string> | |
<key>foreground</key> | |
<string>#E38C80FF</string> | |
<key>caret</key> | |
<string>#E38C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7F291CFF</string> | |
<key>caret</key> | |
<string>#E38C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F87732FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF64FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF64FF</string> | |
<key>foreground</key> | |
<string>#689B00FF</string> | |
<key>caret</key> | |
<string>#689B00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF64FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#CCFF64FF</string> | |
<key>caret</key> | |
<string>#689B00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0050</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e0050</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829bf</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c82829bf</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F3F7FFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9615</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b9615</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262625FF</string> | |
<key>foreground</key> | |
<string>#DADAD9FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470804FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00004CFF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E4B86FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E4B86FFF</string> | |
<key>foreground</key> | |
<string>#8F631AFF</string> | |
<key>caret</key> | |
<string>#8F631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E4B86FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E4B86FFF</string> | |
<key>caret</key> | |
<string>#8F631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C2600FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5247DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5247DFFF</string> | |
<key>foreground</key> | |
<string>#2B20B8FF</string> | |
<key>caret</key> | |
<string>#2B20B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5247DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#5247DFFF</string> | |
<key>caret</key> | |
<string>#2B20B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528bffFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#528bffFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E28C80FF</string> | |
<key>foreground</key> | |
<string>#7F291CFF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8e908cFF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#8e908cFF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282935</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c8282935</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7FFF7FFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C7D6EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C7D6EAFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C7D6EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#C7D6EAFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90631AFF</string> | |
<key>foreground</key> | |
<string>#E4B86FFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4ccc</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DADAD9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DADAD9FF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DADAD9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#DADAD9FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#df5b66FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#df5b66FF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262626FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DBCBE6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DBCBE6FF</string> | |
<key>foreground</key> | |
<string>#291934FF</string> | |
<key>caret</key> | |
<string>#291934FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DBCBE6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#DBCBE6FF</string> | |
<key>caret</key> | |
<string>#291934FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c00FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c00FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#656500FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae75</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271ae75</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F7FFFFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0025</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e0025</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#153437FF</string> | |
<key>foreground</key> | |
<string>#C7E7EAFF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_689B00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#689B00FF</string> | |
<key>foreground</key> | |
<string>#CBFF63FF</string> | |
<key>caret</key> | |
<string>#CBFF63FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_689B00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#689B00FF</string> | |
<key>caret</key> | |
<string>#CBFF63FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_373D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#373D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C8FF</string> | |
<key>caret</key> | |
<string>#9398C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_373D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#373D6CFF</string> | |
<key>caret</key> | |
<string>#9398C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D9D9D9FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#040400FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9675</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b9675</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFECEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFECEFF</string> | |
<key>foreground</key> | |
<string>#303000FF</string> | |
<key>caret</key> | |
<string>#303000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFECEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FEFECEFF</string> | |
<key>caret</key> | |
<string>#303000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#679A00FF</string> | |
<key>foreground</key> | |
<string>#CCFF64FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#404040FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FBD8B6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FBD8B6FF</string> | |
<key>foreground</key> | |
<string>#492604FF</string> | |
<key>caret</key> | |
<string>#492604FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FBD8B6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FBD8B6FF</string> | |
<key>caret</key> | |
<string>#492604FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000040</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000040</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4cFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4d4d4cFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0035</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c0035</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E2FF71FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E2FF71FF</string> | |
<key>foreground</key> | |
<string>#708E00FF</string> | |
<key>caret</key> | |
<string>#708E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E2FF71FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E2FF71FF</string> | |
<key>caret</key> | |
<string>#708E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F97731FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F97731FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F97731FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F97731FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291934FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291934FF</string> | |
<key>foreground</key> | |
<string>#DBCAE6FF</string> | |
<key>caret</key> | |
<string>#DBCAE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291934FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#291934FF</string> | |
<key>caret</key> | |
<string>#DBCAE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000017FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0038ADFF</string> | |
<key>foreground</key> | |
<string>#528AFEFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3B2FF</string> | |
<key>foreground</key> | |
<string>#4D4D4CFF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8bf</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#8959a8bf</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFBFF</string> | |
<key>foreground</key> | |
<string>#030300FF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eeeeeeFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#eeeeeeFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00bf</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e00bf</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BEF5C7FF</string> | |
<key>foreground</key> | |
<string>#094012FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A3202AFF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E38C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E38C80FF</string> | |
<key>foreground</key> | |
<string>#7F281CFF</string> | |
<key>caret</key> | |
<string>#7F281CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E38C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E38C80FF</string> | |
<key>caret</key> | |
<string>#7F281CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FABCB8FF</string> | |
<key>foreground</key> | |
<string>#470904FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_030300FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#030300FF</string> | |
<key>foreground</key> | |
<string>#FFFFFCFF</string> | |
<key>caret</key> | |
<string>#FFFFFCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_030300FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#030300FF</string> | |
<key>caret</key> | |
<string>#FFFFFCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000055</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000055</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7D7DF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7D7DF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C82FF</string> | |
<key>caret</key> | |
<string>#0C0C82FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7D7DF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7D7DF3FF</string> | |
<key>caret</key> | |
<string>#0C0C82FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae35</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271ae35</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FABDB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FABDB8FF</string> | |
<key>foreground</key> | |
<string>#470A04FF</string> | |
<key>caret</key> | |
<string>#470A04FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FABDB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FABDB8FF</string> | |
<key>caret</key> | |
<string>#470A04FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFF6C8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFF6C8FF</string> | |
<key>foreground</key> | |
<string>#083F11FF</string> | |
<key>caret</key> | |
<string>#083F11FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFF6C8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#BFF6C8FF</string> | |
<key>caret</key> | |
<string>#083F11FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0A4113FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F02A1eFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F3C0C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F3C0C0FF</string> | |
<key>foreground</key> | |
<string>#3F0C0CFF</string> | |
<key>caret</key> | |
<string>#3F0C0CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F3C0C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#3F0C0CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#152437FF</string> | |
<key>foreground</key> | |
<string>#C7D6EAFF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae50</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271ae50</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0025</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c0025</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD9B3FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C99E00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C99E00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#C99E00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EECF9BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7f2a1dFF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7f2a1dFF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFEFEFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFEFEFFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFEFEFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282915</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c8282915</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9650</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b9650</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#281A32FF</string> | |
<key>foreground</key> | |
<string>#DBCDE4FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5871fFF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#f5871fFF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD436FF</string> | |
<key>foreground</key> | |
<string>#C99E00FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_492604FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#492604FF</string> | |
<key>foreground</key> | |
<string>#FBD8B5FF</string> | |
<key>caret</key> | |
<string>#FBD8B5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_492604FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#492604FF</string> | |
<key>caret</key> | |
<string>#FBD8B5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF65FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aeFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271aeFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFF9BFF</string> | |
<key>foreground</key> | |
<string>#636300FF</string> | |
<key>caret</key> | |
<string>#636300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FEFF9BFF</string> | |
<key>caret</key> | |
<string>#636300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DBCDE4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DBCDE4FF</string> | |
<key>foreground</key> | |
<string>#281A31FF</string> | |
<key>caret</key> | |
<string>#281A31FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DBCDE4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#DBCDE4FF</string> | |
<key>caret</key> | |
<string>#281A31FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0015</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c0015</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2A20B7FF</string> | |
<key>foreground</key> | |
<string>#5247DFFF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#492503FF</string> | |
<key>foreground</key> | |
<string>#FBD8B6FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae25</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271ae25</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFF9AFF</string> | |
<key>foreground</key> | |
<string>#636400FF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C7E7EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C7E7EAFF</string> | |
<key>foreground</key> | |
<string>#153537FF</string> | |
<key>caret</key> | |
<string>#153537FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C7E7EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#C7E7EAFF</string> | |
<key>caret</key> | |
<string>#153537FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#323200FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C0000FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_708D00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#708D00FF</string> | |
<key>foreground</key> | |
<string>#E2FF71FF</string> | |
<key>caret</key> | |
<string>#E2FF71FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_708D00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#708D00FF</string> | |
<key>caret</key> | |
<string>#E2FF71FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b96FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b96FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0015</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e0015</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000050</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_2B20B8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2B20B8FF</string> | |
<key>foreground</key> | |
<string>#5246DFFF</string> | |
<key>caret</key> | |
<string>#5246DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_2B20B8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#2B20B8FF</string> | |
<key>caret</key> | |
<string>#5246DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DE5C65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DE5C65FF</string> | |
<key>foreground</key> | |
<string>#A32029FF</string> | |
<key>caret</key> | |
<string>#A32029FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DE5C65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#A32029FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0050</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c0050</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460A06FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8F631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8F631AFF</string> | |
<key>foreground</key> | |
<string>#E4B970FF</string> | |
<key>caret</key> | |
<string>#E4B970FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8F631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#8F631AFF</string> | |
<key>caret</key> | |
<string>#E4B970FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c82829FF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E3FF72FF</string> | |
<key>foreground</key> | |
<string>#708D00FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282925</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c8282925</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F7D7BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F7D7BBFF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F7D7BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F7D7BBFF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFD09BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFD09BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFD09BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#EFD09BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F7D8BBFF</string> | |
<key>foreground</key> | |
<string>#442507FF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFB3B3FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291933FF</string> | |
<key>foreground</key> | |
<string>#DBCBE6FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_636400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#636400FF</string> | |
<key>foreground</key> | |
<string>#FEFF9BFF</string> | |
<key>caret</key> | |
<string>#FEFF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_636400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#636400FF</string> | |
<key>caret</key> | |
<string>#FEFF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFECDFF</string> | |
<key>foreground</key> | |
<string>#313100FF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282975</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c8282975</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9398C8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9398C8FF</string> | |
<key>foreground</key> | |
<string>#373C6BFF</string> | |
<key>caret</key> | |
<string>#373C6BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9398C8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#9398C8FF</string> | |
<key>caret</key> | |
<string>#373C6BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000008</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F0C0CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F0C0CFF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F0C0CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#3F0C0CFF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9398C7FF</string> | |
<key>foreground</key> | |
<string>#373D6CFF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#442307FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#C96917FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0035</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e0035</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CD4C06FF</string> | |
<key>foreground</key> | |
<string>#F97731FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3e999fFF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#3e999fFF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#383D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#8959a8FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9635</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b9635</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0075</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#718c0075</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFCFF</string> | |
<key>foreground</key> | |
<string>#020200FF</string> | |
<key>caret</key> | |
<string>#020200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFFCFF</string> | |
<key>caret</key> | |
<string>#020200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_153537FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#153537FF</string> | |
<key>foreground</key> | |
<string>#C7E8EAFF</string> | |
<key>caret</key> | |
<string>#C7E8EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_153537FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#153537FF</string> | |
<key>caret</key> | |
<string>#C7E8EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aebf</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271aebf</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0075</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#c99e0075</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442307FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442307FF</string> | |
<key>foreground</key> | |
<string>#F7D7BBFF</string> | |
<key>caret</key> | |
<string>#F7D7BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442307FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#442307FF</string> | |
<key>caret</key> | |
<string>#F7D7BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442507FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442507FF</string> | |
<key>foreground</key> | |
<string>#F7D9BBFF</string> | |
<key>caret</key> | |
<string>#F7D9BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442507FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#442507FF</string> | |
<key>caret</key> | |
<string>#F7D9BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFFEFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F0C0DFF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528AFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528AFEFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528AFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#528AFEFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_A32029FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A32029FF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_A32029FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#A32029FF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F9BCB9FF</string> | |
<key>foreground</key> | |
<string>#460905FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_094012FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#094012FF</string> | |
<key>foreground</key> | |
<string>#BFF6C8FF</string> | |
<key>caret</key> | |
<string>#BFF6C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_094012FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#094012FF</string> | |
<key>caret</key> | |
<string>#BFF6C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000025</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000025</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C82FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7D7DF3FF</string> | |
<key>caret</key> | |
<string>#7D7DF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C82FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#0C0C82FF</string> | |
<key>caret</key> | |
<string>#7D7DF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442407FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000010</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000010</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644510FF</string> | |
<key>foreground</key> | |
<string>#EFD09BFF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000016</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#00000016</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E5B86EFF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae15</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#4271ae15</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F7D9BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F7D9BBFF</string> | |
<key>foreground</key> | |
<string>#442607FF</string> | |
<key>caret</key> | |
<string>#442607FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F7D9BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#F7D9BBFF</string> | |
<key>caret</key> | |
<string>#442607FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_313100FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#313100FF</string> | |
<key>foreground</key> | |
<string>#FEFECEFF</string> | |
<key>caret</key> | |
<string>#FEFECEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_313100FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#313100FF</string> | |
<key>caret</key> | |
<string>#FEFECEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#101010FF</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_281A31FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#281A31FF</string> | |
<key>foreground</key> | |
<string>#DBCDE5FF</string> | |
<key>caret</key> | |
<string>#DBCDE5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_281A31FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#281A31FF</string> | |
<key>caret</key> | |
<string>#DBCDE5FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9625</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E01FF</string> | |
<key>foreground</key> | |
<string>#794b9625</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C99E00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C99E00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C99E00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C99E00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C81FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EECF9BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7f2a1dFF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7f2a1dFF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD436FF</string> | |
<key>foreground</key> | |
<string>#C99E00FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470904FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470904FF</string> | |
<key>foreground</key> | |
<string>#FABDB8FF</string> | |
<key>caret</key> | |
<string>#FABDB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470904FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#470904FF</string> | |
<key>caret</key> | |
<string>#FABDB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#442307FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C96917FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F0C0DFF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4D4D4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4D4D4CFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4D4D4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4D4D4CFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282915</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282915</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9650</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9650</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5248DFFF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528AFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528AFEFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528AFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#528AFEFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0050</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0050</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282950</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282950</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F291CFF</string> | |
<key>foreground</key> | |
<string>#E38C80FF</string> | |
<key>caret</key> | |
<string>#E38C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7F291CFF</string> | |
<key>caret</key> | |
<string>#E38C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF65FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aeFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271aeFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F87732FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F97731FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F97731FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F97731FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F97731FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90631AFF</string> | |
<key>foreground</key> | |
<string>#E4B86FFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#492503FF</string> | |
<key>foreground</key> | |
<string>#FBD8B6FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5871fFF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#f5871fFF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2A20B7FF</string> | |
<key>foreground</key> | |
<string>#5247DFFF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0015</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0015</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829bf</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c82829bf</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F3F7FFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9615</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9615</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C7E7EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C7E7EAFF</string> | |
<key>foreground</key> | |
<string>#153537FF</string> | |
<key>caret</key> | |
<string>#153537FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C7E7EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C7E7EAFF</string> | |
<key>caret</key> | |
<string>#153537FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262625FF</string> | |
<key>foreground</key> | |
<string>#DADAD9FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3e999fFF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3e999fFF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00004CFF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E4B86FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E4B86FFF</string> | |
<key>foreground</key> | |
<string>#8F631AFF</string> | |
<key>caret</key> | |
<string>#8F631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E4B86FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E4B86FFF</string> | |
<key>caret</key> | |
<string>#8F631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#df5b66FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#df5b66FF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#323200FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528bffFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#528bffFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000017FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9675</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9675</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8e908cFF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8e908cFF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282935</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282935</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F7D8BBFF</string> | |
<key>foreground</key> | |
<string>#442507FF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CD4C06FF</string> | |
<key>foreground</key> | |
<string>#F97731FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD9B3FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b96FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b96FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DBCBE6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DBCBE6FF</string> | |
<key>foreground</key> | |
<string>#291934FF</string> | |
<key>caret</key> | |
<string>#291934FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DBCBE6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#DBCBE6FF</string> | |
<key>caret</key> | |
<string>#291934FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C7D6EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C7D6EAFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C7D6EAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C7D6EAFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0015</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0015</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4ccc</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442507FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442507FF</string> | |
<key>foreground</key> | |
<string>#F7D9BBFF</string> | |
<key>caret</key> | |
<string>#F7D9BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442507FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#442507FF</string> | |
<key>caret</key> | |
<string>#F7D9BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DE5C65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DE5C65FF</string> | |
<key>foreground</key> | |
<string>#A32029FF</string> | |
<key>caret</key> | |
<string>#A32029FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DE5C65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#A32029FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DADAD9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DADAD9FF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DADAD9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#DADAD9FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C2600FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae15</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae15</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262626FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7FFF7FFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c00FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c00FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442407FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c82829FF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae75</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae75</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E3FF72FF</string> | |
<key>foreground</key> | |
<string>#708D00FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0025</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0025</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644510FF</string> | |
<key>foreground</key> | |
<string>#EFD09BFF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282925</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282925</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000010</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000010</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E28C80FF</string> | |
<key>foreground</key> | |
<string>#7F291CFF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFD09BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFD09BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFD09BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EFD09BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae35</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae35</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_373D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#373D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C8FF</string> | |
<key>caret</key> | |
<string>#9398C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_373D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#373D6CFF</string> | |
<key>caret</key> | |
<string>#9398C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFB3B3FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0A4113FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae25</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae25</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#040400FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_636400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#636400FF</string> | |
<key>foreground</key> | |
<string>#FEFF9BFF</string> | |
<key>caret</key> | |
<string>#FEFF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_636400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#636400FF</string> | |
<key>caret</key> | |
<string>#FEFF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5247DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5247DFFF</string> | |
<key>foreground</key> | |
<string>#2B20B8FF</string> | |
<key>caret</key> | |
<string>#2B20B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5247DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#5247DFFF</string> | |
<key>caret</key> | |
<string>#2B20B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFECDFF</string> | |
<key>foreground</key> | |
<string>#313100FF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282975</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282975</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C0000FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D9D9D9FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3B2FF</string> | |
<key>foreground</key> | |
<string>#4D4D4CFF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0035</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0035</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#404040FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFEFEFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFEFEFFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFEFEFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0050</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0050</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#101010FF</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF64FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF64FF</string> | |
<key>foreground</key> | |
<string>#689B00FF</string> | |
<key>caret</key> | |
<string>#689B00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF64FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CCFF64FF</string> | |
<key>caret</key> | |
<string>#689B00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000008</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FBD8B6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FBD8B6FF</string> | |
<key>foreground</key> | |
<string>#492604FF</string> | |
<key>caret</key> | |
<string>#492604FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FBD8B6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FBD8B6FF</string> | |
<key>caret</key> | |
<string>#492604FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000040</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000040</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9398C7FF</string> | |
<key>foreground</key> | |
<string>#373D6CFF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFBFF</string> | |
<key>foreground</key> | |
<string>#030300FF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4cFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4d4d4cFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0075</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0075</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470804FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#383D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8959a8FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9635</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9635</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#656500FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0038ADFF</string> | |
<key>foreground</key> | |
<string>#528AFEFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8bf</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8959a8bf</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#153437FF</string> | |
<key>foreground</key> | |
<string>#C7E7EAFF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0075</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0075</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eeeeeeFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#eeeeeeFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00bf</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e00bf</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#679A00FF</string> | |
<key>foreground</key> | |
<string>#CCFF64FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442307FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442307FF</string> | |
<key>foreground</key> | |
<string>#F7D7BBFF</string> | |
<key>caret</key> | |
<string>#F7D7BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442307FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#442307FF</string> | |
<key>caret</key> | |
<string>#F7D7BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BEF5C7FF</string> | |
<key>foreground</key> | |
<string>#094012FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFEFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_094012FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#094012FF</string> | |
<key>foreground</key> | |
<string>#BFF6C8FF</string> | |
<key>caret</key> | |
<string>#BFF6C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_094012FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#094012FF</string> | |
<key>caret</key> | |
<string>#BFF6C8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aebf</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271aebf</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#281A32FF</string> | |
<key>foreground</key> | |
<string>#DBCDE4FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460A06FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291933FF</string> | |
<key>foreground</key> | |
<string>#DBCBE6FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FABCB8FF</string> | |
<key>foreground</key> | |
<string>#470904FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C82FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7D7DF3FF</string> | |
<key>caret</key> | |
<string>#7D7DF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C82FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0C0C82FF</string> | |
<key>caret</key> | |
<string>#7D7DF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F9BCB9FF</string> | |
<key>foreground</key> | |
<string>#460905FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_030300FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#030300FF</string> | |
<key>foreground</key> | |
<string>#FFFFFCFF</string> | |
<key>caret</key> | |
<string>#FFFFFCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_030300FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#030300FF</string> | |
<key>caret</key> | |
<string>#FFFFFCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F3C0C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F3C0C0FF</string> | |
<key>foreground</key> | |
<string>#3F0C0CFF</string> | |
<key>caret</key> | |
<string>#3F0C0CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F3C0C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#3F0C0CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000025</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000025</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0025</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0025</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000050</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000055</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000055</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F02A1eFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A3202AFF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000016</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000016</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E5B86EFF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F7FFFFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_DBCDE4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DBCDE4FF</string> | |
<key>foreground</key> | |
<string>#281A31FF</string> | |
<key>caret</key> | |
<string>#281A31FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_DBCDE4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#DBCDE4FF</string> | |
<key>caret</key> | |
<string>#281A31FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFF9AFF</string> | |
<key>foreground</key> | |
<string>#636400FF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460905FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460905FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460905FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#460905FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#152437FF</string> | |
<key>foreground</key> | |
<string>#C7D6EAFF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_313100FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#313100FF</string> | |
<key>foreground</key> | |
<string>#FEFECEFF</string> | |
<key>caret</key> | |
<string>#FEFECEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_313100FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#313100FF</string> | |
<key>caret</key> | |
<string>#FEFECEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae50</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae50</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0035</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0035</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_708D00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#708D00FF</string> | |
<key>foreground</key> | |
<string>#E2FF71FF</string> | |
<key>caret</key> | |
<string>#E2FF71FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_708D00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#708D00FF</string> | |
<key>caret</key> | |
<string>#E2FF71FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9625</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9625</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C81FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EECF9BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7f2a1dFF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7f2a1dFF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD436FF</string> | |
<key>foreground</key> | |
<string>#C99E00FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD436FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#C99E00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#442307FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96917FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C96917FF</string> | |
<key>caret</key> | |
<string>#442307FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F0C0DFF</string> | |
<key>foreground</key> | |
<string>#F3C0C0FF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F0C0DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#F3C0C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282915</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282915</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9650</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9650</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5248DFFF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0050</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0050</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282950</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282950</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF65FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aeFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271aeFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F87732FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90631AFF</string> | |
<key>foreground</key> | |
<string>#E4B86FFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_90631AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#E4B86FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#492503FF</string> | |
<key>foreground</key> | |
<string>#FBD8B6FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_492503FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#FBD8B6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5871fFF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#f5871fFF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2A20B7FF</string> | |
<key>foreground</key> | |
<string>#5247DFFF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_2A20B7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#5247DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0015</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0015</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829bf</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c82829bf</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F3F7FFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9615</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9615</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262625FF</string> | |
<key>foreground</key> | |
<string>#DADAD9FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262625FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#DADAD9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3e999fFF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#3e999fFF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00004CFF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#df5b66FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#df5b66FF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#323200FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528bffFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#528bffFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000017FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9675</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9675</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8e908cFF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8e908cFF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282935</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282935</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F7D8BBFF</string> | |
<key>foreground</key> | |
<string>#442507FF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F7D8BBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#442507FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CD4C06FF</string> | |
<key>foreground</key> | |
<string>#F97731FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CD4C06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#F97731FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFD9B3FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFD9B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b96FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b96FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0015</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0015</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4ccc</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C2600FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae15</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae15</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262626FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7FFF7FFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c00FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c00FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442407FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c82829FF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae75</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae75</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E3FF72FF</string> | |
<key>foreground</key> | |
<string>#708D00FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E3FF72FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#708D00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0025</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0025</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644510FF</string> | |
<key>foreground</key> | |
<string>#EFD09BFF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644510FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#EFD09BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282925</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282925</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000010</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000010</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E28C80FF</string> | |
<key>foreground</key> | |
<string>#7F291CFF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E28C80FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#7F291CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae35</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae35</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFB3B3FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFB3B3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0A4113FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae25</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae25</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#040400FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFECDFF</string> | |
<key>foreground</key> | |
<string>#313100FF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFECDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#313100FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282975</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c8282975</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C0000FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D9D9D9FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_D9D9D9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3B2FF</string> | |
<key>foreground</key> | |
<string>#4D4D4CFF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3B2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#4D4D4CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0035</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0035</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#404040FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0050</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0050</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#101010FF</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_101010FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000008</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000040</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000040</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9398C7FF</string> | |
<key>foreground</key> | |
<string>#373D6CFF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9398C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#373D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFBFF</string> | |
<key>foreground</key> | |
<string>#030300FF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFBFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#030300FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4cFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4d4d4cFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0075</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0075</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470804FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#383D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8959a8FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9635</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9635</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#656500FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0038ADFF</string> | |
<key>foreground</key> | |
<string>#528AFEFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0038ADFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#528AFEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B3B3FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_B3B3FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8bf</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#8959a8bf</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#153437FF</string> | |
<key>foreground</key> | |
<string>#C7E7EAFF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_153437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#C7E7EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0075</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0075</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eeeeeeFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#eeeeeeFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00bf</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e00bf</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#679A00FF</string> | |
<key>foreground</key> | |
<string>#CCFF64FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_679A00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#CCFF64FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BEF5C7FF</string> | |
<key>foreground</key> | |
<string>#094012FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BEF5C7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#094012FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFEFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aebf</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271aebf</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#281A32FF</string> | |
<key>foreground</key> | |
<string>#DBCDE4FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_281A32FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#DBCDE4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460A06FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291933FF</string> | |
<key>foreground</key> | |
<string>#DBCBE6FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291933FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#DBCBE6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FABCB8FF</string> | |
<key>foreground</key> | |
<string>#470904FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FABCB8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#470904FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F9BCB9FF</string> | |
<key>foreground</key> | |
<string>#460905FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F9BCB9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#460905FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000025</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000025</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0025</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#718c0025</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000050</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000055</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000055</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#F02A1eFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A3202AFF</string> | |
<key>foreground</key> | |
<string>#DE5C65FF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_A3202AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#DE5C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000016</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#00000016</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E5B86EFF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F7FFFFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FEFF9AFF</string> | |
<key>foreground</key> | |
<string>#636400FF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FEFF9AFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#636400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#152437FF</string> | |
<key>foreground</key> | |
<string>#C7D6EAFF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_152437FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#C7D6EAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae50</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#4271ae50</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0035</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#c99e0035</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9625</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C82FF</string> | |
<key>foreground</key> | |
<string>#794b9625</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C0C81FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0C0C81FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#7E7EF3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EECF9BFF</string> | |
<key>foreground</key> | |
<string>#644510FF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EECF9BFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#644510FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7f2a1dFF</string> | |
<key>foreground</key> | |
<string>#E28C80FF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7f2a1dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#7f2a1dFF</string> | |
<key>caret</key> | |
<string>#E28C80FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282915</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282915</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c8282915</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9650</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9650</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b9650</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5248DFFF</string> | |
<key>foreground</key> | |
<string>#2A20B7FF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_5248DFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#2A20B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0050</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e0050</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282950</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282950</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c8282950</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCFF65FF</string> | |
<key>foreground</key> | |
<string>#679A00FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCFF65FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#679A00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aeFF</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271aeFF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F87732FF</string> | |
<key>foreground</key> | |
<string>#CD4C06FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F87732FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#CD4C06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5871fFF</string> | |
<key>foreground</key> | |
<string>#492503FF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f5871fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#f5871fFF</string> | |
<key>caret</key> | |
<string>#492503FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0015</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c0015</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829bf</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c82829bf</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3F3F7FFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3F3F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#8080C0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9615</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9615</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b9615</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3e999fFF</string> | |
<key>foreground</key> | |
<string>#153437FF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3e999fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#3e999fFF</string> | |
<key>caret</key> | |
<string>#153437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00004CFF</string> | |
<key>foreground</key> | |
<string>#B3B3FFFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00004CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#B3B3FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#df5b66FF</string> | |
<key>foreground</key> | |
<string>#A3202AFF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_df5b66FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#df5b66FF</string> | |
<key>caret</key> | |
<string>#A3202AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#323200FF</string> | |
<key>foreground</key> | |
<string>#FEFECDFF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_323200FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#FEFECDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528bffFF</string> | |
<key>foreground</key> | |
<string>#0038ADFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_528bffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#528bffFF</string> | |
<key>caret</key> | |
<string>#0038ADFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000017FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000017FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#E8E8FFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9675</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9675</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b9675</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8e908cFF</string> | |
<key>foreground</key> | |
<string>#262625FF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8e908cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#8e908cFF</string> | |
<key>caret</key> | |
<string>#262625FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282935</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282935</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c8282935</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b96FF</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b96FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b96FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0015</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0015</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e0015</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4ccc</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4ccc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C2600FF</string> | |
<key>foreground</key> | |
<string>#FFD9B3FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C2600FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#FFD9B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae15</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae15</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271ae15</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262626FF</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_262626FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7FFF7FFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7FFF7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#008000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c00FF</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c00FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#442407FF</string> | |
<key>foreground</key> | |
<string>#F7D8BBFF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_442407FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#F7D8BBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829FF</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c82829FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c82829FF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae75</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae75</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271ae75</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0025</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e0025</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282925</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282925</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c8282925</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000010</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000010</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000010</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae35</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae35</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271ae35</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00FF</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e00FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0A4113FF</string> | |
<key>foreground</key> | |
<string>#BEF5C7FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0A4113FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#BEF5C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae25</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae25</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271ae25</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#040400FF</string> | |
<key>foreground</key> | |
<string>#FFFFFBFF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_040400FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#FFFFFBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282975</string> | |
<key>foreground</key> | |
<string>#3F0C0DFF</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c8282975</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c8282975</string> | |
<key>caret</key> | |
<string>#3F0C0DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C0000FF</string> | |
<key>foreground</key> | |
<string>#FFB3B3FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#FFB3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0035</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c0035</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#404040FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_404040FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0050</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c0050</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000008</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000008</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000040</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000040</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d4d4cFF</string> | |
<key>foreground</key> | |
<string>#B3B3B2FF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4d4d4cFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4d4d4cFF</string> | |
<key>caret</key> | |
<string>#B3B3B2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0075</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c0075</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#470804FF</string> | |
<key>foreground</key> | |
<string>#FABCB8FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_470804FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#FABCB8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#383D6CFF</string> | |
<key>foreground</key> | |
<string>#9398C7FF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_383D6CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#9398C7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8FF</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#8959a8FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9635</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9635</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b9635</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#656500FF</string> | |
<key>foreground</key> | |
<string>#FEFF9AFF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_656500FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#FEFF9AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8bf</string> | |
<key>foreground</key> | |
<string>#281A32FF</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8959a8bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#8959a8bf</string> | |
<key>caret</key> | |
<string>#281A32FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0075</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0075</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e0075</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eeeeeeFF</string> | |
<key>foreground</key> | |
<string>#101010FF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eeeeeeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#eeeeeeFF</string> | |
<key>caret</key> | |
<string>#101010FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e00bf</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e00bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e00bf</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FFFFFEFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271aebf</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271aebf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271aebf</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#460A06FF</string> | |
<key>foreground</key> | |
<string>#F9BCB9FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_460A06FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#F9BCB9FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000025</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000025</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0025</string> | |
<key>foreground</key> | |
<string>#E3FF72FF</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_718c0025</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#718c0025</string> | |
<key>caret</key> | |
<string>#E3FF72FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000050</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000050</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000055</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000055</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000055</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1eFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#F02A1eFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000016</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000016</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#00000016</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E5B86EFF</string> | |
<key>foreground</key> | |
<string>#90631AFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E5B86EFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#90631AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F7FFFFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F7FFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#000080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae50</string> | |
<key>foreground</key> | |
<string>#152437FF</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4271ae50</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#4271ae50</string> | |
<key>caret</key> | |
<string>#152437FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0035</string> | |
<key>foreground</key> | |
<string>#FFD436FF</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c99e0035</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#c99e0035</string> | |
<key>caret</key> | |
<string>#FFD436FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9625</string> | |
<key>foreground</key> | |
<string>#291933FF</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_794b9625</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96917FF</string> | |
<key>foreground</key> | |
<string>#794b9625</string> | |
<key>caret</key> | |
<string>#291933FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1eFF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F02A1DFF</string> | |
<key>foreground</key> | |
<string>#470804FF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_F02A1DFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#F02A1DFF</string> | |
<key>caret</key> | |
<string>#470804FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFCCFF</string> | |
<key>foreground</key> | |
<string>#323200FF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FFFFCCFF</string> | |
<key>caret</key> | |
<string>#323200FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008000FF</string> | |
<key>foreground</key> | |
<string>#7FFF7FFF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_008000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#008000FF</string> | |
<key>caret</key> | |
<string>#7FFF7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000080FF</string> | |
<key>foreground</key> | |
<string>#7F7FFFFF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#000080FF</string> | |
<key>caret</key> | |
<string>#7F7FFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#669900FF</string> | |
<key>foreground</key> | |
<string>#CCFF65FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_669900FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#669900FF</string> | |
<key>caret</key> | |
<string>#CCFF65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#00004CFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#0000FFFF</string> | |
<key>caret</key> | |
<string>#00004CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E8E8FFFF</string> | |
<key>foreground</key> | |
<string>#000017FF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E8E8FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#E8E8FFFF</string> | |
<key>caret</key> | |
<string>#000017FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC4C07FF</string> | |
<key>foreground</key> | |
<string>#F87732FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CC4C07FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#CC4C07FF</string> | |
<key>caret</key> | |
<string>#F87732FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFAFF</string> | |
<key>foreground</key> | |
<string>#040400FF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFAFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FFFFFAFF</string> | |
<key>caret</key> | |
<string>#040400FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BDF4C6FF</string> | |
<key>foreground</key> | |
<string>#0A4113FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BDF4C6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#BDF4C6FF</string> | |
<key>caret</key> | |
<string>#0A4113FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C96916FF</string> | |
<key>foreground</key> | |
<string>#442407FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C96916FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#C96916FF</string> | |
<key>caret</key> | |
<string>#442407FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7E7EF3FF</string> | |
<key>foreground</key> | |
<string>#0C0C81FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7E7EF3FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#7E7EF3FF</string> | |
<key>caret</key> | |
<string>#0C0C81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9296c6FF</string> | |
<key>foreground</key> | |
<string>#383D6CFF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_9296c6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#9296c6FF</string> | |
<key>caret</key> | |
<string>#383D6CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EB291CFF</string> | |
<key>foreground</key> | |
<string>#460A06FF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EB291CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#EB291CFF</string> | |
<key>caret</key> | |
<string>#460A06FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFF99FF</string> | |
<key>foreground</key> | |
<string>#656500FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFF99FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FFFF99FF</string> | |
<key>caret</key> | |
<string>#656500FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8080C0FF</string> | |
<key>foreground</key> | |
<string>#3F3F7FFF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8080C0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#8080C0FF</string> | |
<key>caret</key> | |
<string>#3F3F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#291FB7FF</string> | |
<key>foreground</key> | |
<string>#5248DFFF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_291FB7FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#291FB7FF</string> | |
<key>caret</key> | |
<string>#5248DFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#644511FF</string> | |
<key>foreground</key> | |
<string>#EECF9BFF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_644511FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#644511FF</string> | |
<key>caret</key> | |
<string>#EECF9BFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBFBFFF</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_BFBFBFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EE0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EE0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#EE0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#916319FF</string> | |
<key>foreground</key> | |
<string>#E5B86EFF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_916319FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#916319FF</string> | |
<key>caret</key> | |
<string>#E5B86EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF8000FF</string> | |
<key>foreground</key> | |
<string>#4C2600FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF8000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FF8000FF</string> | |
<key>caret</key> | |
<string>#4C2600FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#00000055</string> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>caret</key> | |
<string>#4d4d4c</string> | |
<key>foreground</key> | |
<string>#4d4d4c</string> | |
<key>guide</key> | |
<string>#00000025</string> | |
<key>gutter</key> | |
<string>#ffffff</string> | |
<key>invisibles</key> | |
<string>#8e908c</string> | |
<key>lineHighlight</key> | |
<string>#00000010</string> | |
<key>popupCss</key> | |
<string> | |
html { | |
background-color: #eeeeee; | |
color: #4d4d4c; | |
} | |
a { | |
color: #4271ae; | |
} | |
.error, | |
.deleted { | |
color: #c82829; | |
} | |
.success, | |
.inserted, | |
.name { | |
color: #718c00; | |
} | |
.warning, | |
.modified { | |
color: #c99e00; | |
} | |
.type { | |
color: #3e999f; | |
font-style: italic; | |
} | |
.param { | |
color: #f5871f; | |
} | |
.current { | |
text-decoration: underline; | |
} | |
</string> | |
<key>selection</key> | |
<string>#00000016</string> | |
<key>selectionBorder</key> | |
<string>#00000016</string> | |
<key>stackGuide</key> | |
<string>#00000040</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>#8e908c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable, string constant.other.placeholder</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4d4d4c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c82829</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8959a8</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>keyword, storage.type, storage.modifier</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8959a8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operator, Misc</string> | |
<key>scope</key> | |
<string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3e999f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag</string> | |
<key>scope</key> | |
<string>entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#df5b66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function, Special Method, Block Level</string> | |
<key>scope</key> | |
<string>entity.name.function, variable.function, support.function, keyword.other.special-method, meta.block-level</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4271ae</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>#df5b66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string> | |
<key>scope</key> | |
<string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f5871f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String, Symbols, Inherited Class, Markup Heading</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class, Support</string> | |
<key>scope</key> | |
<string>entity.name.class, entity.name.type.class, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c99e00</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>#c82829</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>#c82829</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.class-method.js entity.name.function.js, variable.function.constructor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8959a8</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>#718c00</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>#c82829</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>#8959a8</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>#3e999f</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>#3e999f</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>#7f2a1d</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>#718c00</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>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>ES7 Bind Operator</string> | |
<key>scope</key> | |
<string>source.js constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#c82829</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>#c82829bf</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>#4271aebf</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>#c99e00bf</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>#8959a8bf</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>#f5871f</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>#c82829</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>#4271ae</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>#c99e00</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>#8959a8</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>#4d4d4c</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>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</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>#00000050</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>#df5b66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Italic</string> | |
<key>scope</key> | |
<string>markup.italic, markup.italic string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold & Italic</string> | |
<key>scope</key> | |
<string>markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</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>#718c00</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>#8e908c</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>background</key> | |
<string>#00000016</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#00000016</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>#8e908c</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>foreground</key> | |
<string>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Description</string> | |
<key>scope</key> | |
<string>string.other.link.description.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8959a8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Anchor</string> | |
<key>scope</key> | |
<string>constant.other.reference.link.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c99e00</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>background</key> | |
<string>#00000008</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</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>#00000008</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000008</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block Variable</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4d4d4c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown, meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#00000050</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>#8e908c</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>#00000008</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#8e908c</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>#00000008</string> | |
<key>foreground</key> | |
<string>#4d4d4ccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition, text.html.markdown.note punctuation.definition.list_item.markdown, markup.table.markdown punctuation.definition.table.vertical-line.markdown, text.html.markdown markup.checkbox.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#00000050</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - HTML Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.disable-markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3e999f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - TODO Done</string> | |
<key>scope</key> | |
<string>punctuation.definition.list_item.todo.done</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - TODO Cancelled</string> | |
<key>scope</key> | |
<string>punctuation.definition.list_item.todo.cancelled</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c82829</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - TODO GitHub Checkbox</string> | |
<key>scope</key> | |
<string>markup.checkbox.markdown markup.checkbox.checked_symbol.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Title</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown string.other.admonition.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#4d4d4c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Header</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown markup.admonition.header.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9650</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Body</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown markup.admonition.body.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9615</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Punctuation</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown punctuation.definition.admonition.markdown, markup.admonition.markdown punctuation.definition.heading,markup.admonition.markdown punctuation.definition.table.vertical-line, markup.admonition.markdown punctuation.definition.table.horizontal-line, markup.admonition.markdown punctuation.definition.table.alignments, markup.admonition.markdown punctuation.definition.heading, markup.admonition.markdown punctuation.definition.bold, markup.admonition.markdown punctuation.definition.italic, markup.admonition.markdown punctuation.definition.list_item, markup.admonition.markdown punctuation.definition.raw, markup.admonition.markdown markup.checkbox.markdown, markup.admonition.markdown punctuation.definition.list_item.todo.pending, markup.admonition.markdown meta.link punctuation.definition, markup.admonition.markdown meta.link.inline markup.underline.link, markup.admonition.markdown meta.link.reference.markdown constant.other.reference.link.markdown, markup.admonition.markdown punctuation.definition.entity.html, markup.admonition.markdown meta.separator.markdown, markup.admonition.markdown markup.table.markdown punctuation.definition.table.vertical-line.markdown, markup.admonition.markdown meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#794b9675</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Type</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown entity.name.admonition.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#794b96</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Element Background</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown markup.table, markup.admonition.markdown markup.raw, markup.admonition.markdown markup.raw.block.fenced meta.language, markup.admonition.markdown punctuation.definition.blockquote.markdown, markup.admonition.markdown meta.separator, markup.admonition.markdown markup.raw.inline, markup.admonition.markdown markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9625</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Quote</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#794b9635</string> | |
<key>foreground</key> | |
<string>#794b9635</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Header (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint markup.admonition.header.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae50</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Body (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint markup.admonition.body.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae15</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Punctuation (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint punctuation.definition.admonition.markdown, markup.admonition.markdown.hint punctuation.definition.heading,markup.admonition.markdown.hint punctuation.definition.table.vertical-line, markup.admonition.markdown.hint punctuation.definition.table.horizontal-line, markup.admonition.markdown.hint punctuation.definition.table.alignments, markup.admonition.markdown.hint punctuation.definition.heading, markup.admonition.markdown.hint punctuation.definition.bold, markup.admonition.markdown.hint punctuation.definition.italic, markup.admonition.markdown.hint punctuation.definition.list_item, markup.admonition.markdown.hint punctuation.definition.raw, markup.admonition.markdown.hint markup.checkbox.markdown, markup.admonition.markdown.hint punctuation.definition.list_item.todo.pending, markup.admonition.markdown.hint meta.link punctuation.definition, markup.admonition.markdown.hint meta.link.inline markup.underline.link, markup.admonition.markdown.hint meta.link.reference.markdown constant.other.reference.link.markdown, markup.admonition.markdown.hint punctuation.definition.entity.html, markup.admonition.markdown.hint meta.separator.markdown, markup.admonition.markdown.hint markup.table.markdown punctuation.definition.table.vertical-line.markdown, markup.admonition.markdown.hint meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4271ae75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Type (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint entity.name.admonition.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Element Background (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint markup.table, markup.admonition.markdown.hint markup.raw, markup.admonition.markdown.hint markup.raw.block.fenced meta.language, markup.admonition.markdown.hint punctuation.definition.blockquote.markdown, markup.admonition.markdown.hint meta.separator, markup.admonition.markdown.hint markup.raw.inline, markup.admonition.markdown.hint markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae25</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Quote (Hint)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.hint markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4271ae35</string> | |
<key>foreground</key> | |
<string>#4271ae35</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Header (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning markup.admonition.header.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0050</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Body (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning markup.admonition.body.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0015</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Punctuation (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning punctuation.definition.admonition.markdown, markup.admonition.markdown.warning punctuation.definition.heading,markup.admonition.markdown.warning punctuation.definition.table.vertical-line, markup.admonition.markdown.warning punctuation.definition.table.horizontal-line, markup.admonition.markdown.warning punctuation.definition.table.alignments, markup.admonition.markdown.warning punctuation.definition.heading, markup.admonition.markdown.warning punctuation.definition.bold, markup.admonition.markdown.warning punctuation.definition.italic, markup.admonition.markdown.warning punctuation.definition.list_item, markup.admonition.markdown.warning punctuation.definition.raw, markup.admonition.markdown.warning markup.checkbox.markdown, markup.admonition.markdown.warning punctuation.definition.list_item.todo.pending, markup.admonition.markdown.warning meta.link punctuation.definition, markup.admonition.markdown.warning meta.link.inline markup.underline.link, markup.admonition.markdown.warning meta.link.reference.markdown constant.other.reference.link.markdown, markup.admonition.markdown.warning punctuation.definition.entity.html, markup.admonition.markdown.warning meta.separator.markdown, markup.admonition.markdown.warning markup.table.markdown punctuation.definition.table.vertical-line.markdown, markup.admonition.markdown.warning meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c99e0075</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Type (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning entity.name.admonition.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#c99e00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Element Background (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning markup.table, markup.admonition.markdown.warning markup.raw, markup.admonition.markdown.warning markup.raw.block.fenced meta.language, markup.admonition.markdown.warning punctuation.definition.blockquote.markdown, markup.admonition.markdown.warning meta.separator, markup.admonition.markdown.warning markup.raw.inline, markup.admonition.markdown.warning markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0025</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Quote (Warning)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.warning markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c99e0035</string> | |
<key>foreground</key> | |
<string>#c99e0035</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Header (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger markup.admonition.header.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282950</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Body (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger markup.admonition.body.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282915</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Punctuation (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger punctuation.definition.admonition.markdown, markup.admonition.markdown.danger punctuation.definition.heading,markup.admonition.markdown.danger punctuation.definition.table.vertical-line, markup.admonition.markdown.danger punctuation.definition.table.horizontal-line, markup.admonition.markdown.danger punctuation.definition.table.alignments, markup.admonition.markdown.danger punctuation.definition.heading, markup.admonition.markdown.danger punctuation.definition.bold, markup.admonition.markdown.danger punctuation.definition.italic, markup.admonition.markdown.danger punctuation.definition.list_item, markup.admonition.markdown.danger punctuation.definition.raw, markup.admonition.markdown.danger markup.checkbox.markdown, markup.admonition.markdown.danger punctuation.definition.list_item.todo.pending, markup.admonition.markdown.danger meta.link punctuation.definition, markup.admonition.markdown.danger meta.link.inline markup.underline.link, markup.admonition.markdown.danger meta.link.reference.markdown constant.other.reference.link.markdown, markup.admonition.markdown.danger punctuation.definition.entity.html, markup.admonition.markdown.danger meta.separator.markdown, markup.admonition.markdown.danger markup.table.markdown punctuation.definition.table.vertical-line.markdown, markup.admonition.markdown.danger meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c8282975</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Type (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger entity.name.admonition.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#c82829</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Element Background (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger markup.table, markup.admonition.markdown.danger markup.raw, markup.admonition.markdown.danger markup.raw.block.fenced meta.language, markup.admonition.markdown.danger punctuation.definition.blockquote.markdown, markup.admonition.markdown.danger meta.separator, markup.admonition.markdown.danger markup.raw.inline, markup.admonition.markdown.danger markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282925</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Quote (Danger)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.danger markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8282935</string> | |
<key>foreground</key> | |
<string>#c8282935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Header (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention markup.admonition.header.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0050</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Body (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention markup.admonition.body.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0015</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Punctuation (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention punctuation.definition.admonition.markdown, markup.admonition.markdown.attention punctuation.definition.heading,markup.admonition.markdown.attention punctuation.definition.table.vertical-line, markup.admonition.markdown.attention punctuation.definition.table.horizontal-line, markup.admonition.markdown.attention punctuation.definition.table.alignments, markup.admonition.markdown.attention punctuation.definition.heading, markup.admonition.markdown.attention punctuation.definition.bold, markup.admonition.markdown.attention punctuation.definition.italic, markup.admonition.markdown.attention punctuation.definition.list_item, markup.admonition.markdown.attention punctuation.definition.raw, markup.admonition.markdown.attention markup.checkbox.markdown, markup.admonition.markdown.attention punctuation.definition.list_item.todo.pending, markup.admonition.markdown.attention meta.link punctuation.definition, markup.admonition.markdown.attention meta.link.inline markup.underline.link, markup.admonition.markdown.attention meta.link.reference.markdown constant.other.reference.link.markdown, markup.admonition.markdown.attention punctuation.definition.entity.html, markup.admonition.markdown.attention meta.separator.markdown, markup.admonition.markdown.attention markup.table.markdown punctuation.definition.table.vertical-line.markdown, markup.admonition.markdown.attention meta.definition.language.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#718c0075</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Section Type (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention entity.name.admonition.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Element Background (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention markup.table, markup.admonition.markdown.attention markup.raw, markup.admonition.markdown.attention markup.raw.block.fenced meta.language, markup.admonition.markdown.attention punctuation.definition.blockquote.markdown, markup.admonition.markdown.attention meta.separator, markup.admonition.markdown.attention markup.raw.inline, markup.admonition.markdown.attention markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0025</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Admonition Quote (Attention)</string> | |
<key>scope</key> | |
<string>markup.admonition.markdown.attention markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#718c0035</string> | |
<key>foreground</key> | |
<string>#718c0035</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label</string> | |
<key>scope</key> | |
<string>acejump.label</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#528bff</string> | |
<key>foreground</key> | |
<string>#ffffff</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>#c99e00</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>#ffffff</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>#c82829</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>#8e908c</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>#8e908c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c99e00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c82829</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Default</string> | |
<key>scope</key> | |
<string>brackethighlighter.default</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8959a8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c82829</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#794b96</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c99e00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4271ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f5871f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3e999f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Highlighter Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#718c00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Gutter Color Fix</string> | |
<key>scope</key> | |
<string>gutter_color, mcol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>644320da-6e11-4c6d-9050-f2ed6b8c5049</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<!-- | |
Inspired GitHub Color Scheme for Sublime Text 3 | |
Copyright 2015 Seth Lopez | |
Released under the MIT License <http://opensource.org/licenses/MIT> | |
https://github.com/sethlopezme/InspiredGitHub.tmtheme | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>GitHub</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFF66</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF66</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFF66</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#FFFFFF66</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<!-- | |
User Interface | |
--> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<!-- General --> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>invisibles</key> | |
<string>#000000</string> | |
<key>caret</key> | |
<string>#323232</string> | |
<!-- Gutter --> | |
<key>gutter</key> | |
<string>#ffffff</string> | |
<key>gutterForeground</key> | |
<string>#b3b3b3</string> | |
<!-- Guides --> | |
<key>guide</key> | |
<string>#e8e8e8</string> | |
<key>stackGuide</key> | |
<string>#e8e8e8</string> | |
<key>activeGuide</key> | |
<string>#b3b3b3</string> | |
<!-- Highlighting --> | |
<key>lineHighlight</key> | |
<string>#f5f5f5</string> | |
<key>findHighlight</key> | |
<string>#f8eec7</string> | |
<key>findHighlightForeground</key> | |
<string>#323232</string> | |
<key>selection</key> | |
<string>#f8eec7</string> | |
<key>selectionBorder</key> | |
<string>#ffffff</string> | |
<!-- Brackets --> | |
<key>bracketsForeground</key> | |
<string>#63a35c</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>bracketContentsForeground</key> | |
<string>#63a35c</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<!-- Tags --> | |
<key>tagsForeground</key> | |
<string>#63a35c</string> | |
<key>tagsOptions</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<!-- | |
Comment | |
--> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#969896</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- | |
String | |
--> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
</dict> | |
</dict> | |
<!-- | |
RegExp Operator | |
--> | |
<dict> | |
<key>name</key> | |
<string>RegExp Operator</string> | |
<key>scope</key> | |
<string>regexp-operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- | |
RegExp Character Class | |
--> | |
<dict> | |
<key>name</key> | |
<string>RegExp Character Class</string> | |
<key>scope</key> | |
<string>string.regexp.characterclass punctuation.definition.string.begin, string.regexp.characterclass punctuation.definition.string.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- | |
Number | |
--> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Built-in Constant | |
--> | |
<dict> | |
<key>name</key> | |
<string>Built-in Constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
User-defined Constant | |
--> | |
<dict> | |
<key>name</key> | |
<string>User-defined Constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other, variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Variable | |
--> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- | |
Keyword | |
--> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Bitwise | |
--> | |
<dict> | |
<key>name</key> | |
<string>Bitwise</string> | |
<key>scope</key> | |
<string>bitwise-operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Storage | |
--> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Storage Type | |
--> | |
<dict> | |
<key>name</key> | |
<string>Storage Type</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Class Name | |
--> | |
<dict> | |
<key>name</key> | |
<string>Class Name</string> | |
<key>scope</key> | |
<string>entity.name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Inherited Class | |
--> | |
<dict> | |
<key>name</key> | |
<string>Inherited Class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Function Name | |
--> | |
<dict> | |
<key>name</key> | |
<string>Function Name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Function Argument | |
--> | |
<dict> | |
<key>name</key> | |
<string>Function Argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- | |
Tag Name | |
--> | |
<dict> | |
<key>name</key> | |
<string>Tag Name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#63a35c</string> | |
</dict> | |
</dict> | |
<!-- | |
Tag Attribute | |
--> | |
<dict> | |
<key>name</key> | |
<string>Tag Attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
</dict> | |
</dict> | |
<!-- | |
Library Function | |
--> | |
<dict> | |
<key>name</key> | |
<string>Library Function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#62a35c</string> | |
</dict> | |
</dict> | |
<!-- | |
Library Constant | |
--> | |
<dict> | |
<key>name</key> | |
<string>Library Constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Library Class | |
--> | |
<dict> | |
<key>name</key> | |
<string>Library Class</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Library Variable | |
--> | |
<dict> | |
<key>name</key> | |
<string>Library Variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- | |
Invalid | |
--> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid, invalid.illegal, invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5f5f5</string> | |
<key>foreground</key> | |
<string>#b52a1d</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Find-in-files | |
--> | |
<dict> | |
<key>name</key> | |
<string>Find-in-files Filename</string> | |
<key>scope</key> | |
<string>entity.name.filename.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Find-in-files Line Numbers</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.find-in-files, constant.numeric.line-number.match.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b3b3b3</string> | |
</dict> | |
</dict> | |
<!-- | |
Diffs | |
--> | |
<!-- Header --> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#969896</string> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- Header From File Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header punctuation.definition.from-file.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bd2c00</string> | |
<key>background</key> | |
<string>#ffecec</string> | |
<key>fontStyle</key> | |
<string>italic bold</string> | |
</dict> | |
</dict> | |
<!-- Header To File Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header punctuation.definition.to-file.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55a532</string> | |
<key>background</key> | |
<string>#eaffea</string> | |
<key>fontStyle</key> | |
<string>italic bold</string> | |
</dict> | |
</dict> | |
<!-- Range --> | |
<dict> | |
<key>name</key> | |
<string>Diff Range</string> | |
<key>scope</key> | |
<string>meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#969896</string> | |
<key>fontStyle</key> | |
<string>italic bold</string> | |
</dict> | |
</dict> | |
<!-- Deleted --> | |
<dict> | |
<key>name</key> | |
<string>Diff Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffecec</string> | |
</dict> | |
</dict> | |
<!-- Deleted Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Diff Deleted Punctuation</string> | |
<key>scope</key> | |
<string>markup.deleted punctuation.definition.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bd2c00</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Inserted --> | |
<dict> | |
<key>name</key> | |
<string>Diff Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eaffea</string> | |
</dict> | |
</dict> | |
<!-- Inserted Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Diff Inserted Punctuation</string> | |
<key>scope</key> | |
<string>markup.inserted punctuation.definition.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55a532</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Git Gutter | |
--> | |
<!-- Deleted --> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bd2c00</string> | |
</dict> | |
</dict> | |
<!-- Inserted --> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55a532</string> | |
</dict> | |
</dict> | |
<!-- Modified --> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Modified</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086B3</string> | |
</dict> | |
</dict> | |
<!-- Ignored --> | |
<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>#b3b3b3</string> | |
</dict> | |
</dict> | |
<!-- Untracked --> | |
<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>#b3b3b3</string> | |
</dict> | |
</dict> | |
<!-- | |
CSS | |
--> | |
<!-- Entity Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Entity Punctuation</string> | |
<key>scope</key> | |
<string>source.css punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Pseudo Selector --> | |
<dict> | |
<key>name</key> | |
<string>Pseudo Selector</string> | |
<key>scope</key> | |
<string>source.css entity.other.attribute-name.pseudo-class, source.css entity.other.attribute-name.pseudo-element</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- Property Value --> | |
<dict> | |
<key>name</key> | |
<string>Property Value</string> | |
<key>scope</key> | |
<string>source.css meta.value, source.css support.constant, source.css support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Color --> | |
<dict> | |
<key>name</key> | |
<string>Color</string> | |
<key>scope</key> | |
<string>source.css constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ed6a43</string> | |
</dict> | |
</dict> | |
<!-- | |
Sass/SCSS | |
--> | |
<!-- Entity Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Entity Punctuation</string> | |
<key>scope</key> | |
<string>source.scss punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Pseudo Selector --> | |
<dict> | |
<key>name</key> | |
<string>Pseudo Selector</string> | |
<key>scope</key> | |
<string>source.scss entity.other.attribute-name.pseudo-class, source.scss entity.other.attribute-name.pseudo-element</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- Property Value --> | |
<dict> | |
<key>name</key> | |
<string>Color</string> | |
<key>scope</key> | |
<string>source.scss support.constant.property-value, source.scss support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Variable --> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>source.scss variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- | |
JavaScript | |
--> | |
<!-- this --> | |
<dict> | |
<key>name</key> | |
<string>this</string> | |
<key>scope</key> | |
<string>variable.language.this.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ed6a43</string> | |
</dict> | |
</dict> | |
<!-- Function --> | |
<dict> | |
<key>name</key> | |
<string>Function</string> | |
<key>scope</key> | |
<string>source.js entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- Function Definition --> | |
<dict> | |
<key>name</key> | |
<string>Function Definition</string> | |
<key>scope</key> | |
<string>source.js meta.function entity.name.function, source.js entity.name.function meta.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- New Function --> | |
<dict> | |
<key>name</key> | |
<string>New Function</string> | |
<key>scope</key> | |
<string>entity.name.type.new.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
</dict> | |
</dict> | |
<!-- Function Prototype --> | |
<dict> | |
<key>name</key> | |
<string>Function Prototype</string> | |
<key>scope</key> | |
<string>variable.language.prototype.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- Support Function --> | |
<dict> | |
<key>name</key> | |
<string>Support Function</string> | |
<key>scope</key> | |
<string>source.js support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0086b3</string> | |
</dict> | |
</dict> | |
<!-- Console Object --> | |
<dict> | |
<key>name</key> | |
<string>Function Prototype</string> | |
<key>scope</key> | |
<string>support.type.object.console.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
</dict> | |
</dict> | |
<!-- | |
JSON | |
--> | |
<!-- 20 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 20 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 20 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta 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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 19 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 19 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 19 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta 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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 18 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 18 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 18 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta 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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 17 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 17 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 17 Deep</string> | |
<key>scope</key> | |
<string>meta meta 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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 16 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 16 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 16 Deep</string> | |
<key>scope</key> | |
<string>meta 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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 15 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 15 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 15 Deep</string> | |
<key>scope</key> | |
<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 string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 14 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 14 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 14 Deep</string> | |
<key>scope</key> | |
<string>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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 13 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 13 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 13 Deep</string> | |
<key>scope</key> | |
<string>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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 12 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 12 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 12 Deep</string> | |
<key>scope</key> | |
<string>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</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 11 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 11 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 11 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 10 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 10 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 10 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 9 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 9 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 9 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 8 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 8 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 8 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 7 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 7 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 7 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 6 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 6 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 6 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 5 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 5 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 5 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 4 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 4 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 4 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 3 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 3 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 3 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 2 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 2 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 2 Deep</string> | |
<key>scope</key> | |
<string>meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 1 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property - 1 Deep</string> | |
<key>scope</key> | |
<string>meta meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value - 1 Deep</string> | |
<key>scope</key> | |
<string>meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- 0 Deep --> | |
<dict> | |
<key>name</key> | |
<string>JSON Property</string> | |
<key>scope</key> | |
<string>meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#183691</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Value</string> | |
<key>scope</key> | |
<string>meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>regular</string> | |
</dict> | |
</dict> | |
<!-- | |
Python | |
--> | |
<!-- Keyword --> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>source.python keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Storage --> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>source.python storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Storage Type --> | |
<dict> | |
<key>name</key> | |
<string>Storage Type</string> | |
<key>scope</key> | |
<string>source.python storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Function --> | |
<dict> | |
<key>name</key> | |
<string>Function</string> | |
<key>scope</key> | |
<string>source.python entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
PHP | |
--> | |
<!-- Class --> | |
<dict> | |
<key>name</key> | |
<string>Class</string> | |
<key>scope</key> | |
<string>source.php entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Ruby | |
--> | |
<!-- Language Variable --> | |
<dict> | |
<key>name</key> | |
<string>Language Variable</string> | |
<key>scope</key> | |
<string>variable.language.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ed6a43</string> | |
</dict> | |
</dict> | |
<!-- Module Name --> | |
<dict> | |
<key>name</key> | |
<string>Module Name</string> | |
<key>scope</key> | |
<string>entity.name.type.module.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Class Name --> | |
<dict> | |
<key>name</key> | |
<string>Class Name</string> | |
<key>scope</key> | |
<string>entity.name.type.class.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Inherited Class --> | |
<dict> | |
<key>name</key> | |
<string>Inherited Class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#795da3</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- | |
Markdown | |
--> | |
<!-- Punctuation --> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.heading.markdown, punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown, punctuation.definition.link.markdown, punctuation.definition.blockquote.markdown, punctuation.definition.raw.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a71d5d</string> | |
</dict> | |
</dict> | |
<!-- Separator --> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b3b3b3</string> | |
</dict> | |
</dict> | |
<!-- Heading --> | |
<dict> | |
<key>name</key> | |
<string>Heading</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Code Block --> | |
<dict> | |
<key>name</key> | |
<string>Code Block</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Inline Code --> | |
<dict> | |
<key>name</key> | |
<string>Inline Code</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#323232</string> | |
</dict> | |
</dict> | |
<!-- Link & Image --> | |
<dict> | |
<key>name</key> | |
<string>Link and Image</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.link, text.html.markdown meta.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4183c4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link URL</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.underline.link, text.html.markdown constant.other.reference</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- List --> | |
<dict> | |
<key>name</key> | |
<string>List</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ed6a43</string> | |
</dict> | |
</dict> | |
<!-- Bold --> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<!-- Italic --> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- Bold Italic --> | |
<dict> | |
<key>name</key> | |
<string>Bold Italic</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<!-- Italic Bold --> | |
<dict> | |
<key>name</key> | |
<string>Italic Bold</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.italic markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic bold</string> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Sergey Kogan. Theme is based on "Base16 Google Light" by Seth Wright (http://sethawright.com)</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>divider</key> | |
<string>#ffffff</string> | |
<key>foreground</key> | |
<string>#373b41</string> | |
<key>selectionBackground</key> | |
<string>#ffffff</string> | |
<key>selectionForeground</key> | |
<string>#c5c8c6</string> | |
</dict> | |
<key>name</key> | |
<string>Markdown Light</string> | |
<key>semanticClass</key> | |
<string>theme.light.markdown</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_444444FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#444444FF</string> | |
<key>foreground</key> | |
<string>#BBBBBBFF</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_444444FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffff10FF</string> | |
<key>foreground</key> | |
<string>#444444FF</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>caret</key> | |
<string>#373b41</string> | |
<key>foreground</key> | |
<string>#373b41</string> | |
<key>invisibles</key> | |
<string>#dcdcdd</string> | |
<key>lineHighlight</key> | |
<string>#b4b7b455</string> | |
<key>selection</key> | |
<string>#dcdcdd</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text</string> | |
<key>scope</key> | |
<string>variable.parameter.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4b7b4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Delimiters</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keywords</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A36AC7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variables</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC342B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Functions</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.require, support.function.any-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>support.class, entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>meta.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#282a2e</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Methods</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A36AC7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strings, Inherited Class</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#198844</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Integers</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floats</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Boolean</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constants</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Image Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC342B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute IDs</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Selector</string> | |
<key>scope</key> | |
<string>meta.selector</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A36AC7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Values</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Headings</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#CC342B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic in Headings</string> | |
<key>scope</key> | |
<string>markup.heading markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold And Italic</string> | |
<key>scope</key> | |
<string>markup.bold markup.italic, markup.italic markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Manual line break</string> | |
<key>scope</key> | |
<string>meta.dummy.line-break</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>List Items</string> | |
<key>scope</key> | |
<string>meta.paragraph.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#034d7b</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Fenced Code Block</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Fenced Code Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.raw.markdown, punctuation.definition.fenced.markdown, variable.language.fenced.markdown | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#828a95</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Text</string> | |
<key>scope</key> | |
<string>string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC342B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Url</string> | |
<key>scope</key> | |
<string>meta.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F96A38</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lists</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#373b41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>punctuation.definition.list_item.markdown</string> | |
<key>scope</key> | |
<string>punctuation.definition.list_item.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#070707</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#828a95</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>punctuation.definition.blockquote.markdown </string> | |
<key>scope</key> | |
<string>punctuation.definition.blockquote.markdown </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#828a95</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0</string> | |
<key>foreground</key> | |
<string>#828a95</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>#198844</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>#CC342B</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>#A36AC7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup.strikethrough</string> | |
<key>scope</key> | |
<string>markup.strikethrough</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4b7b4</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> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup.link</string> | |
<key>scope</key> | |
<string>markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#3971ed</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</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>#3971ED</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>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded, variable.interpolation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3971ED</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CC342B</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Broken</string> | |
<key>scope</key> | |
<string>invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F96A38</string> | |
<key>foreground</key> | |
<string>#1d1f21</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>#3971ED</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c5c8c6</string> | |
<key>foreground</key> | |
<string>#1d1f21</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>181d9802-1ae0-422d-9a5a-836b2e3dd100</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Notepad++ nicothin</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_7F7F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7F7F7FFF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_7F7F7FFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#7F7F7FFF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_666666FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666FF</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_666666FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8891a6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8891a6FF</string> | |
<key>foreground</key> | |
<string>#596176FF</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8891a6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#8891a6FF</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_333333FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_333333FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#333333FF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#48484859</string> | |
<key>foreground</key> | |
<string>#B7B7B7FF</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#48484859</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFAB4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFAB4CFF</string> | |
<key>foreground</key> | |
<string>#B36F0FFF</string> | |
<key>caret</key> | |
<string>#B36F0FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFAB4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#EFAB4CFF</string> | |
<key>caret</key> | |
<string>#B36F0FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_d94168FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d94168FF</string> | |
<key>foreground</key> | |
<string>#3F0C19FF</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_d94168FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d94168FF</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_346af4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#346af4FF</string> | |
<key>foreground</key> | |
<string>#0A41CBFF</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_346af4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#346af4FF</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_38a53dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#38a53dFF</string> | |
<key>foreground</key> | |
<string>#133915FF</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_38a53dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#38a53dFF</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_e9edf2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9edf2FF</string> | |
<key>foreground</key> | |
<string>#0D1115FF</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_e9edf2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e9edf2FF</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eef2ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eef2ffFF</string> | |
<key>foreground</key> | |
<string>#000310FF</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eef2ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#eef2ffFF</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_477afbFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#477afbFF</string> | |
<key>foreground</key> | |
<string>#0336B8FF</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_477afbFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#477afbFF</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f3f5f9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f3f5f9FF</string> | |
<key>foreground</key> | |
<string>#06080CFF</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f3f5f9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f3f5f9FF</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999999FF</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_99b6ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99b6ffFF</string> | |
<key>foreground</key> | |
<string>#001C65FF</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_99b6ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#99b6ffFF</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_31353fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#31353fFF</string> | |
<key>foreground</key> | |
<string>#C0C3CEFF</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_31353fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#31353fFF</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCCCCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCCCCCFF</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCCCCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c5cad9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c5cad9FF</string> | |
<key>foreground</key> | |
<string>#262A39FF</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c5cad9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#c5cad9FF</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ecf8eeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ecf8eeFF</string> | |
<key>foreground</key> | |
<string>#071308FF</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ecf8eeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ecf8eeFF</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_faedf1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#faedf1FF</string> | |
<key>foreground</key> | |
<string>#120509FF</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_faedf1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#faedf1FF</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C4C4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C4C4CFF</string> | |
<key>foreground</key> | |
<string>#B3B3B3FF</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C4C4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#4C4C4CFF</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_666666FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666FF</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_666666FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_8891a6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8891a6FF</string> | |
<key>foreground</key> | |
<string>#596176FF</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_8891a6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#8891a6FF</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_333333FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_333333FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#333333FF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#48484859</string> | |
<key>foreground</key> | |
<string>#B7B7B7FF</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#48484859</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_EFAB4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EFAB4CFF</string> | |
<key>foreground</key> | |
<string>#B36F0FFF</string> | |
<key>caret</key> | |
<string>#B36F0FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_EFAB4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#EFAB4CFF</string> | |
<key>caret</key> | |
<string>#B36F0FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_d94168FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d94168FF</string> | |
<key>foreground</key> | |
<string>#3F0C19FF</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_d94168FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#d94168FF</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_346af4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#346af4FF</string> | |
<key>foreground</key> | |
<string>#0A41CBFF</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_346af4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#346af4FF</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_38a53dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#38a53dFF</string> | |
<key>foreground</key> | |
<string>#133915FF</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_38a53dFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#38a53dFF</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_e9edf2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9edf2FF</string> | |
<key>foreground</key> | |
<string>#0D1115FF</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_e9edf2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#e9edf2FF</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_eef2ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eef2ffFF</string> | |
<key>foreground</key> | |
<string>#000310FF</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_eef2ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#eef2ffFF</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_477afbFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#477afbFF</string> | |
<key>foreground</key> | |
<string>#0336B8FF</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_477afbFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#477afbFF</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_f3f5f9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f3f5f9FF</string> | |
<key>foreground</key> | |
<string>#06080CFF</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_f3f5f9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#f3f5f9FF</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999999FF</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_99b6ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99b6ffFF</string> | |
<key>foreground</key> | |
<string>#001C65FF</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_99b6ffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#99b6ffFF</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_31353fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#31353fFF</string> | |
<key>foreground</key> | |
<string>#C0C3CEFF</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_31353fFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#31353fFF</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_CCCCCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#CCCCCCFF</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_CCCCCCFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_c5cad9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c5cad9FF</string> | |
<key>foreground</key> | |
<string>#262A39FF</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_c5cad9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#c5cad9FF</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ecf8eeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ecf8eeFF</string> | |
<key>foreground</key> | |
<string>#071308FF</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ecf8eeFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#ecf8eeFF</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_faedf1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#faedf1FF</string> | |
<key>foreground</key> | |
<string>#120509FF</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_faedf1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#faedf1FF</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_4C4C4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4C4C4CFF</string> | |
<key>foreground</key> | |
<string>#B3B3B3FF</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_4C4C4CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#4C4C4CFF</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0001FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3897F1FF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3897F0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3897F0FF</string> | |
<key>foreground</key> | |
<string>#0F6EC7FF</string> | |
<key>caret</key> | |
<string>#0F6EC7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3897F0FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#3897F0FF</string> | |
<key>caret</key> | |
<string>#0F6EC7FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000059</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000059</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000059</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#00000059</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_6883C4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6883C4FF</string> | |
<key>foreground</key> | |
<string>#3A5597FF</string> | |
<key>caret</key> | |
<string>#3A5597FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_6883C4FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#6883C4FF</string> | |
<key>caret</key> | |
<string>#3A5597FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#4C0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FF0000FF</string> | |
<key>caret</key> | |
<string>#4C0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_C53929FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C53929FF</string> | |
<key>foreground</key> | |
<string>#3F120DFF</string> | |
<key>caret</key> | |
<string>#3F120DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_C53929FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#C53929FF</string> | |
<key>caret</key> | |
<string>#3F120DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999999FF</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_999999FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_009CDEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#009CDEFF</string> | |
<key>foreground</key> | |
<string>#00354CFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_009CDEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#009CDEFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_33B0E5FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#33B0E5FF</string> | |
<key>foreground</key> | |
<string>#083243FF</string> | |
<key>caret</key> | |
<string>#083243FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_33B0E5FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#33B0E5FF</string> | |
<key>caret</key> | |
<string>#083243FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_507296FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#507296FF</string> | |
<key>foreground</key> | |
<string>#1A2531FF</string> | |
<key>caret</key> | |
<string>#1A2531FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_507296FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#507296FF</string> | |
<key>caret</key> | |
<string>#1A2531FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFF99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF99</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFF99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF99</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffFF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffffffFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#ffffffFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_E6E6E6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E6E6E6FF</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_E6E6E6FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#E6E6E6FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000033</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000033</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000033</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#00000033</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_3B5998FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3B5998FF</string> | |
<key>foreground</key> | |
<string>#6784C3FF</string> | |
<key>caret</key> | |
<string>#6784C3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_3B5998FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#3B5998FF</string> | |
<key>caret</key> | |
<string>#6784C3FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_00000066</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000066</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_00000066</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#00000066</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#808080FF</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_808080FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFF4C</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF4C</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFF4C</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF4C</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_000000A6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000A6</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_000000A6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#000000A6</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_FFFFFFE6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFE6</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_FFFFFFE6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#FFFFFFE6</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_ffff00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffff00FF</string> | |
<key>foreground</key> | |
<string>#4C4C00FF</string> | |
<key>caret</key> | |
<string>#4C4C00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>mon_text_color</string> | |
<key>scope</key> | |
<string>mcol_text_ffff00FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFEFF</string> | |
<key>foreground</key> | |
<string>#ffff00FF</string> | |
<key>caret</key> | |
<string>#4C4C00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF</string> | |
<key>caret</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>invisibles</key> | |
<string>#BFBFBF</string> | |
<key>lineHighlight</key> | |
<string>#E8E8FF</string> | |
<key>selection</key> | |
<string>#DEDEDE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#008000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS String</string> | |
<key>scope</key> | |
<string>string.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#916319</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#644511</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#291FB7</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>foreground</key> | |
<string>#CC4C07</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#C96916</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class Variable</string> | |
<key>scope</key> | |
<string>variable.other, variable.js, punctuation.separator.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Operator</string> | |
<key>scope</key> | |
<string>keyword.operator, declaration.function.operator, meta.preprocessor.c.include</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta Brace</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F02A1D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EB291C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Normal Variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function Call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Control</string> | |
<key>scope</key> | |
<string>keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors #ID</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors <Elements></string> | |
<key>scope</key> | |
<string>entity.name.tag.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors .ClassName</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors :PseudoClass</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.pseudo-class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF8000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Value</string> | |
<key>scope</key> | |
<string>support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Keyword</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Colours</string> | |
<key>scope</key> | |
<string>constant.other.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Double-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.double.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Single-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.single.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded Source</string> | |
<key>scope</key> | |
<string>text source, string.unquoted.heredoc, source source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript - String</string> | |
<key>scope</key> | |
<string>string.quoted.single.js, string.quoted.double.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>bracket.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>bracket.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>bracket.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>bracket.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>bracket.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>bracket.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Tag Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EE0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Single Quote | Double Quote | Regex</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000ff</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#000000ff</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_31353fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#31353fff</string> | |
<key>foreground</key> | |
<string>#C0C3CEFF</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_31353fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#31353fff</string> | |
<key>caret</key> | |
<string>#C0C3CEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_333333ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333ff</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_333333ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#333333ff</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4c4c4cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4c4c4cff</string> | |
<key>foreground</key> | |
<string>#B3B3B3FF</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4c4c4cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#4c4c4cff</string> | |
<key>caret</key> | |
<string>#B3B3B3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666ff</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#666666ff</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8891a6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8891a6ff</string> | |
<key>foreground</key> | |
<string>#596176FF</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8891a6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#8891a6ff</string> | |
<key>caret</key> | |
<string>#596176FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_999999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999999ff</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_999999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#999999ff</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c5cad9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c5cad9ff</string> | |
<key>foreground</key> | |
<string>#262A39FF</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c5cad9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#c5cad9ff</string> | |
<key>caret</key> | |
<string>#262A39FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ccccccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ccccccff</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ccccccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ccccccff</string> | |
<key>caret</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e9edf2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9edf2ff</string> | |
<key>foreground</key> | |
<string>#0D1115FF</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e9edf2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e9edf2ff</string> | |
<key>caret</key> | |
<string>#0D1115FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f3f5f9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f3f5f9ff</string> | |
<key>foreground</key> | |
<string>#06080CFF</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f3f5f9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f3f5f9ff</string> | |
<key>caret</key> | |
<string>#06080CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffff</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffffff</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_477afbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#477afbff</string> | |
<key>foreground</key> | |
<string>#0336B8FF</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_477afbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#477afbff</string> | |
<key>caret</key> | |
<string>#0336B8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_346af4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#346af4ff</string> | |
<key>foreground</key> | |
<string>#0A41CBFF</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_346af4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#346af4ff</string> | |
<key>caret</key> | |
<string>#0A41CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_99b6ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99b6ffff</string> | |
<key>foreground</key> | |
<string>#001C65FF</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_99b6ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#99b6ffff</string> | |
<key>caret</key> | |
<string>#001C65FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eef2ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eef2ffff</string> | |
<key>foreground</key> | |
<string>#000310FF</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eef2ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#eef2ffff</string> | |
<key>caret</key> | |
<string>#000310FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_38a53dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#38a53dff</string> | |
<key>foreground</key> | |
<string>#133915FF</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_38a53dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#38a53dff</string> | |
<key>caret</key> | |
<string>#133915FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ecf8eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ecf8eeff</string> | |
<key>foreground</key> | |
<string>#071308FF</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ecf8eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ecf8eeff</string> | |
<key>caret</key> | |
<string>#071308FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d94168ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d94168ff</string> | |
<key>foreground</key> | |
<string>#3F0C19FF</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d94168ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d94168ff</string> | |
<key>caret</key> | |
<string>#3F0C19FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_faedf1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#faedf1ff</string> | |
<key>foreground</key> | |
<string>#120509FF</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_faedf1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#faedf1ff</string> | |
<key>caret</key> | |
<string>#120509FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_efac4dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#efac4dff</string> | |
<key>foreground</key> | |
<string>#B26F0FFF</string> | |
<key>caret</key> | |
<string>#B26F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_efac4dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#efac4dff</string> | |
<key>caret</key> | |
<string>#B26F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#48484859</string> | |
<key>foreground</key> | |
<string>#B7B7B7FF</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_48484859</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#48484859</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000059</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000059</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000059</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000059</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000033</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000033</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000033</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000033</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff1a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff1a</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff1a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffff1a</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff33</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffff33</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e6e6e6ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e6e6e6ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f6f6f6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f6f6f6ff</string> | |
<key>foreground</key> | |
<string>#080808FF</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f6f6f6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f6f6f6ff</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f1f1f1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f1f1f1ff</string> | |
<key>foreground</key> | |
<string>#0E0E0EFF</string> | |
<key>caret</key> | |
<string>#0E0E0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f1f1f1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f1f1f1ff</string> | |
<key>caret</key> | |
<string>#0E0E0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d4d4d4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d4d4d4ff</string> | |
<key>foreground</key> | |
<string>#2A2A2AFF</string> | |
<key>caret</key> | |
<string>#2A2A2AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d4d4d4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d4d4d4ff</string> | |
<key>caret</key> | |
<string>#2A2A2AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000a6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000a6</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000a6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#000000a6</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffcc</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffffcc</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_428bcaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#428bcaff</string> | |
<key>foreground</key> | |
<string>#10273BFF</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_428bcaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#428bcaff</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_337ab7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#337ab7ff</string> | |
<key>foreground</key> | |
<string>#10273BFF</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_337ab7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#337ab7ff</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_009cdeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#009cdeff</string> | |
<key>foreground</key> | |
<string>#00354CFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_009cdeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#009cdeff</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5cb85cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5cb85cff</string> | |
<key>foreground</key> | |
<string>#173517FF</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5cb85cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#5cb85cff</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5bc0deff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5bc0deff</string> | |
<key>foreground</key> | |
<string>#2086A3FF</string> | |
<key>caret</key> | |
<string>#2086A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5bc0deff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#5bc0deff</string> | |
<key>caret</key> | |
<string>#2086A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0ad4eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0ad4eff</string> | |
<key>foreground</key> | |
<string>#B16E0FFF</string> | |
<key>caret</key> | |
<string>#B16E0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0ad4eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f0ad4eff</string> | |
<key>caret</key> | |
<string>#B16E0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d9534fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d9534fff</string> | |
<key>foreground</key> | |
<string>#B02A25FF</string> | |
<key>caret</key> | |
<string>#B02A25FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d9534fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d9534fff</string> | |
<key>caret</key> | |
<string>#B02A25FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e64b00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e64b00ff</string> | |
<key>foreground</key> | |
<string>#4C1800FF</string> | |
<key>caret</key> | |
<string>#4C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e64b00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e64b00ff</string> | |
<key>caret</key> | |
<string>#4C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f2bd83ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2bd83ff</string> | |
<key>foreground</key> | |
<string>#7C470CFF</string> | |
<key>caret</key> | |
<string>#7C470CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f2bd83ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f2bd83ff</string> | |
<key>caret</key> | |
<string>#7C470CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e0a786ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e0a786ff</string> | |
<key>foreground</key> | |
<string>#79401FFF</string> | |
<key>caret</key> | |
<string>#79401FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e0a786ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e0a786ff</string> | |
<key>caret</key> | |
<string>#79401FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e691a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e691a3ff</string> | |
<key>foreground</key> | |
<string>#6D182AFF</string> | |
<key>caret</key> | |
<string>#6D182AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e691a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e691a3ff</string> | |
<key>caret</key> | |
<string>#6D182AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000066</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000066</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000066</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000066</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff99</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffff99</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffff00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffff00ff</string> | |
<key>foreground</key> | |
<string>#4C4C00FF</string> | |
<key>caret</key> | |
<string>#4C4C00FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffff00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffff00ff</string> | |
<key>caret</key> | |
<string>#4C4C00FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffe6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffe6</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffe6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffffe6</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fffffff2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffffff2</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fffffff2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#fffffff2</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1a1a1aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1a1a1aff</string> | |
<key>foreground</key> | |
<string>#E5E5E5FF</string> | |
<key>caret</key> | |
<string>#E5E5E5FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1a1a1aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#1a1a1aff</string> | |
<key>caret</key> | |
<string>#E5E5E5FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_737c94ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#737c94ff</string> | |
<key>foreground</key> | |
<string>#21232BFF</string> | |
<key>caret</key> | |
<string>#21232BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_737c94ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#737c94ff</string> | |
<key>caret</key> | |
<string>#21232BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dbe4ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dbe4ffff</string> | |
<key>foreground</key> | |
<string>#000923FF</string> | |
<key>caret</key> | |
<string>#000923FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dbe4ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#dbe4ffff</string> | |
<key>caret</key> | |
<string>#000923FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4848481a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4848481a</string> | |
<key>foreground</key> | |
<string>#B7B7B7FF</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4848481a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#4848481a</string> | |
<key>caret</key> | |
<string>#B7B7B7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3b5998ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3b5998ff</string> | |
<key>foreground</key> | |
<string>#6784C3FF</string> | |
<key>caret</key> | |
<string>#6784C3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3b5998ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#3b5998ff</string> | |
<key>caret</key> | |
<string>#6784C3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_507296ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#507296ff</string> | |
<key>foreground</key> | |
<string>#1A2531FF</string> | |
<key>caret</key> | |
<string>#1A2531FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_507296ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#507296ff</string> | |
<key>caret</key> | |
<string>#1A2531FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c53929ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c53929ff</string> | |
<key>foreground</key> | |
<string>#3F120DFF</string> | |
<key>caret</key> | |
<string>#3F120DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c53929ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#c53929ff</string> | |
<key>caret</key> | |
<string>#3F120DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6883c4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6883c4ff</string> | |
<key>foreground</key> | |
<string>#3A5597FF</string> | |
<key>caret</key> | |
<string>#3A5597FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6883c4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#6883c4ff</string> | |
<key>caret</key> | |
<string>#3A5597FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3897f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3897f0ff</string> | |
<key>foreground</key> | |
<string>#0F6EC7FF</string> | |
<key>caret</key> | |
<string>#0F6EC7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3897f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#3897f0ff</string> | |
<key>caret</key> | |
<string>#0F6EC7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_33b0e5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#33b0e5ff</string> | |
<key>foreground</key> | |
<string>#083243FF</string> | |
<key>caret</key> | |
<string>#083243FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_33b0e5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#33b0e5ff</string> | |
<key>caret</key> | |
<string>#083243FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ca8204ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ca8204ff</string> | |
<key>foreground</key> | |
<string>#FBB235FF</string> | |
<key>caret</key> | |
<string>#FBB235FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ca8204ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ca8204ff</string> | |
<key>caret</key> | |
<string>#FBB235FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_993a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#993a00ff</string> | |
<key>foreground</key> | |
<string>#FFA065FF</string> | |
<key>caret</key> | |
<string>#FFA065FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_993a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#993a00ff</string> | |
<key>caret</key> | |
<string>#FFA065FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000080</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000080</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e9bf35ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9bf35ff</string> | |
<key>foreground</key> | |
<string>#443607FF</string> | |
<key>caret</key> | |
<string>#443607FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e9bf35ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e9bf35ff</string> | |
<key>caret</key> | |
<string>#443607FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a53800ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a53800ff</string> | |
<key>foreground</key> | |
<string>#FF925AFF</string> | |
<key>caret</key> | |
<string>#FF925AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a53800ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#a53800ff</string> | |
<key>caret</key> | |
<string>#FF925AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dadadaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dadadaff</string> | |
<key>foreground</key> | |
<string>#252525FF</string> | |
<key>caret</key> | |
<string>#252525FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dadadaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#dadadaff</string> | |
<key>caret</key> | |
<string>#252525FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000004c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000004c</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000004c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0000004c</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fbf7baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fbf7baff</string> | |
<key>foreground</key> | |
<string>#454104FF</string> | |
<key>caret</key> | |
<string>#454104FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fbf7baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#fbf7baff</string> | |
<key>caret</key> | |
<string>#454104FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000000</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000000</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3e3e3eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3e3e3eff</string> | |
<key>foreground</key> | |
<string>#C1C1C1FF</string> | |
<key>caret</key> | |
<string>#C1C1C1FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3e3e3eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#3e3e3eff</string> | |
<key>caret</key> | |
<string>#C1C1C1FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000b2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000b2</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000b2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#000000b2</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00d092ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00d092ff</string> | |
<key>foreground</key> | |
<string>#2FFFC0FF</string> | |
<key>caret</key> | |
<string>#2FFFC0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00d092ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00d092ff</string> | |
<key>caret</key> | |
<string>#2FFFC0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_007bffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007bffff</string> | |
<key>foreground</key> | |
<string>#00244CFF</string> | |
<key>caret</key> | |
<string>#00244CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_007bffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#007bffff</string> | |
<key>caret</key> | |
<string>#00244CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d9e0e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d9e0e9ff</string> | |
<key>foreground</key> | |
<string>#161D26FF</string> | |
<key>caret</key> | |
<string>#161D26FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d9e0e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d9e0e9ff</string> | |
<key>caret</key> | |
<string>#161D26FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e73c64ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e73c64ff</string> | |
<key>foreground</key> | |
<string>#440816FF</string> | |
<key>caret</key> | |
<string>#440816FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e73c64ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e73c64ff</string> | |
<key>caret</key> | |
<string>#440816FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e9e9e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9e9e9ff</string> | |
<key>foreground</key> | |
<string>#161616FF</string> | |
<key>caret</key> | |
<string>#161616FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e9e9e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e9e9e9ff</string> | |
<key>caret</key> | |
<string>#161616FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0ff</string> | |
<key>foreground</key> | |
<string>#0F0F0FFF</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#f0f0f0ff</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_98c12fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#98c12fff</string> | |
<key>foreground</key> | |
<string>#303D0EFF</string> | |
<key>caret</key> | |
<string>#303D0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_98c12fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#98c12fff</string> | |
<key>caret</key> | |
<string>#303D0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5cb75cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5cb75cff</string> | |
<key>foreground</key> | |
<string>#173517FF</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5cb75cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#5cb75cff</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8ab125ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8ab125ff</string> | |
<key>foreground</key> | |
<string>#B3DA4DFF</string> | |
<key>caret</key> | |
<string>#B3DA4DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8ab125ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#8ab125ff</string> | |
<key>caret</key> | |
<string>#B3DA4DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bebebeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bebebeff</string> | |
<key>foreground</key> | |
<string>#414141FF</string> | |
<key>caret</key> | |
<string>#414141FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bebebeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#bebebeff</string> | |
<key>caret</key> | |
<string>#414141FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e2edc1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e2edc1ff</string> | |
<key>foreground</key> | |
<string>#323E11FF</string> | |
<key>caret</key> | |
<string>#323E11FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e2edc1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e2edc1ff</string> | |
<key>caret</key> | |
<string>#323E11FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eeefe8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eeefe8ff</string> | |
<key>foreground</key> | |
<string>#15160FFF</string> | |
<key>caret</key> | |
<string>#15160FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eeefe8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#eeefe8ff</string> | |
<key>caret</key> | |
<string>#15160FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0081c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0081c2ff</string> | |
<key>foreground</key> | |
<string>#3DBEFFFF</string> | |
<key>caret</key> | |
<string>#3DBEFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0081c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0081c2ff</string> | |
<key>caret</key> | |
<string>#3DBEFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0088ccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0088ccff</string> | |
<key>foreground</key> | |
<string>#32BBFFFF</string> | |
<key>caret</key> | |
<string>#32BBFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0088ccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0088ccff</string> | |
<key>caret</key> | |
<string>#32BBFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0077b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0077b3ff</string> | |
<key>foreground</key> | |
<string>#4CC2FEFF</string> | |
<key>caret</key> | |
<string>#4CC2FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0077b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0077b3ff</string> | |
<key>caret</key> | |
<string>#4CC2FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000000d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000000d</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000000d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0000000d</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dbdbdbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dbdbdbff</string> | |
<key>foreground</key> | |
<string>#242424FF</string> | |
<key>caret</key> | |
<string>#242424FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dbdbdbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#dbdbdbff</string> | |
<key>caret</key> | |
<string>#242424FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#888888ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#888888ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e16042ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e16042ff</string> | |
<key>foreground</key> | |
<string>#42140AFF</string> | |
<key>caret</key> | |
<string>#42140AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e16042ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#e16042ff</string> | |
<key>caret</key> | |
<string>#42140AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_cbec77ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cbec77ff</string> | |
<key>foreground</key> | |
<string>#668812FF</string> | |
<key>caret</key> | |
<string>#668812FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_cbec77ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#cbec77ff</string> | |
<key>caret</key> | |
<string>#668812FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d84b2aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d84b2aff</string> | |
<key>foreground</key> | |
<string>#40150BFF</string> | |
<key>caret</key> | |
<string>#40150BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d84b2aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#d84b2aff</string> | |
<key>caret</key> | |
<string>#40150BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_111111ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111111ff</string> | |
<key>foreground</key> | |
<string>#EEEEEEFF</string> | |
<key>caret</key> | |
<string>#EEEEEEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_111111ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#111111ff</string> | |
<key>caret</key> | |
<string>#EEEEEEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000cc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000cc</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000cc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#000000cc</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000099</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000099</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000099</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000099</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff80</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff80</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff80</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffff80</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffb2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffb2</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffb2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#ffffffb2</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000001a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000001a</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000001a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#0000001a</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000026</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000026</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000026</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000001FF</string> | |
<key>foreground</key> | |
<string>#00000026</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>57E9F1F4-9556-47AF-A24D-61BFA4E53138</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search_colors_in": | |
{ | |
"all_content": | |
{ | |
"color_highlighters": | |
{ | |
"color_scheme": | |
{ | |
"enabled": false, | |
"highlight_style": "text" | |
}, | |
"gutter_icons": | |
{ | |
"enabled": true, | |
"icon_style": "square" | |
}, | |
"phantoms": | |
{ | |
"enabled": true, | |
"length": 2, | |
"style": "left" | |
} | |
}, | |
"enabled": true | |
}, | |
"hover": | |
{ | |
"color_highlighters": | |
{ | |
"color_scheme": | |
{ | |
"enabled": true, | |
"highlight_style": "underlined_solid" | |
}, | |
"gutter_icons": | |
{ | |
"enabled": false, | |
"icon_style": "circle" | |
}, | |
"phantoms": | |
{ | |
"enabled": false, | |
"length": 2, | |
"style": "right" | |
} | |
}, | |
"enabled": true | |
}, | |
"selection": | |
{ | |
"color_highlighters": | |
{ | |
"color_scheme": | |
{ | |
"enabled": false, | |
"highlight_style": "underlined_solid" | |
}, | |
"gutter_icons": | |
{ | |
"enabled": true, | |
"icon_style": "circle" | |
}, | |
"phantoms": | |
{ | |
"enabled": false, | |
"length": 2, | |
"style": "right" | |
} | |
}, | |
"enabled": true | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["shift+alt+c"], "command": "run_macro_file", "args": {"file": "Packages/User/macros_add_class.sublime-macro"} }, | |
{ "keys": ["ctrl+enter"], "command": "run_macro_file", "args": {"file": "Packages/User/macros_add_sk.sublime-macro"} }, | |
{ "keys": ["f2"], "command": "next_bookmark" }, | |
{ "keys": ["shift+f2"], "command": "prev_bookmark" }, | |
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 5.0 } }, | |
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -5.0 } }, | |
{ "keys": ["ctrl+d"], "command": "duplicate_line" }, | |
{ | |
"keys": [ | |
"ctrl+shift+0" | |
], | |
"args": { | |
"action": "balance_inward" | |
}, | |
"command": "run_emmet_action", | |
"context": [ | |
{ | |
"key": "emmet_action_enabled.balance_inward" | |
} | |
] | |
}, | |
{ | |
"keys": ["ctrl+alt+l"], "command": "list_stylesheet_variables" | |
}, | |
{ | |
"keys": ["shift+alt+p"], "command": "prompt_select_workspace" | |
}, | |
{ | |
"keys": [ | |
"alt+w" | |
], | |
"command": "wrap_as_you_type", | |
"context": [ | |
{ | |
"operand": false, | |
"operator": "equal", | |
"match_all": true, | |
"key": "setting.is_widget" | |
}, | |
{ | |
"match_all": true, | |
"key": "emmet_action_enabled.wrap_as_you_type" | |
} | |
] | |
}, | |
{ | |
"keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": [ | |
{ | |
"operand": "source.js.jsx", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" | |
}, | |
{ | |
"key": "selection_empty", | |
"operator": "equal", | |
"operand": true, | |
"match_all": true | |
} | |
] | |
}, | |
{ | |
"keys": ["tab"], "command": "next_field", "context": [ | |
{ | |
"key": "has_next_field", | |
"operator": "equal", | |
"operand": true | |
} | |
] | |
}, | |
{ | |
"keys": ["ctrl+alt+t"], "command": "toggle_terminus_panel", "args": { | |
"config_name": "Default", | |
"cwd": "${file_path:${folder}}" | |
} | |
}, | |
{ | |
"keys": ["alt+t"], "command": "terminus_open", "args": { | |
"config_name": "Default" | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"destination": "clipboard", | |
"bem_nesting": true, | |
"indentation": " ", | |
"empty_line_before_nested_selector": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Custom snippets definitions | |
"snippets": { | |
"html": { | |
"filters": "html, bem", | |
"snippets": { | |
"c1": "<!-- ----------------------------------------------------------------------------\n\t${1:Секция}\n---------------------------------------------------------------------------- -->\n", | |
"blq": "<blockquote>${1:}</blockquote>", | |
} | |
}, | |
"pug": { | |
"filters": "bem, jade" | |
}, | |
"css": { | |
"snippets": { | |
"c1": "\n\n\n\n\n//------------------------------------------------------------------------------\\\n//\t${1:Секция}\n\\\//------------------------------------------------------------------------------\n", | |
"poen": "pointer-events: none;", | |
"obj": "object-fit: cover;", | |
"bgra": "background-color: rgba(${1:0,0,0,.5});", | |
"var": "var(--${var_name})", | |
"_bn": "#{\\$block-name}", | |
"df": "display: flex;", | |
"dif": "display: inline-flex;", | |
"if": "display: inline-flex;", | |
"@mx": "@mixin ${name}()", | |
"@in": "@include ${name};", | |
"@m": "@media (min-width: \\$${screen-md}) {}", | |
} | |
} | |
}, | |
// Emmet preferences | |
// http://docs.emmet.io/customization/preferences/ | |
"preferences": { | |
"bem.elementSeparator": "__", | |
"bem.modifierSeparator": "--", | |
"bem.shortElementPrefix": "_", | |
"css.autoInsertVendorPrefixes": "false", | |
"lorem.defaultLang": "ru", | |
"sass.propertyEnd": ";", | |
}, | |
// Output profiles for syntaxes | |
// http://docs.emmet.io/customization/syntax-profiles/ | |
"syntaxProfiles": { | |
"hbs": "html", | |
"jsx": "xhtml" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Custom path to git binary when not in PATH. An empty string will search | |
// PATH for "git". The setting may be a direct string to a git binary, e.g.: | |
// | |
// "git_binary": "/usr/bin/git", | |
// | |
// Or it may be a dictionary keyed off what sublime.platform() returns, | |
// so it may be customized on a per-platform basis. e.g.: | |
// | |
// "git_binary": { | |
// "default": "", | |
// "windows": "C:/Program Files/Git/cmd/git.exe" | |
// }, | |
"git_binary": "", | |
// The commit, branch, tag, or remote to compare against | |
// Can be set on a per-project basis by adding a project | |
// setting of "git_gutter_compare_against". | |
// This setting only changes the default (HEAD), but can | |
// still be overwritten temporarily using one of the commands | |
"compare_against": "HEAD", | |
// Live mode evaluates changes every time file is modified, | |
// Set false to disable evaluation after each input | |
"live_mode": true, | |
// Focus Change mode evaluates changes every time a view gets the focus | |
// Set false to disable evaluation when changing views | |
"focus_change_mode": true, | |
// (ST3, Build 3116+ only) | |
// Enable an hover popup, which shows an diff of the | |
// changed lines. | |
"enable_hover_diff_popup": true, | |
// (ST3 only) The default mode to open the diff popup. This will be | |
// used for the hover popup, the command palette entry, | |
// and the default keybinding. | |
// Possible modes are: | |
// "default": Show the previous git state in the popup | |
// "diff": Compare the git state to the working state and highlight | |
// the differences in the popup | |
"diff_popup_default_mode": "diff", | |
// (ST3 only) | |
// Whether the the diff popup should use icons (true) or | |
// text (false) buttons | |
"diff_popup_use_icon_buttons": true, | |
// Delay update of gutter icons by the following amount (in milliseconds). | |
"debounce_delay": 1000, | |
// Determines whether GitGutter ignores whitespace in modified files. | |
// Set "none" to ensure whitespace is considered in the diff | |
// Set "all" to ignore all white space | |
// Set "eol" to only ignore whitespace at the end of lines | |
"ignore_whitespace": "none", | |
// Add a special marker on untracked files | |
"show_markers_on_untracked_file": true, | |
// Add --patience switch to git diff command. See | |
// http://bramcohen.livejournal.com/73318.html for | |
// an example of why you might need this. | |
"patience": true, | |
// Determines whether GitGutter will show informations in the status bar | |
// Set "none" to hide these informations | |
// Set "default" to show in the status bar what you are comparing | |
// against, how many lines have been inserted or modified and how many regions | |
// have been deleted. | |
// Set "all" to also show on what branch you are | |
"show_status": "all", | |
"show_status_bar_text": true, | |
// Show GitGutter information in the minimap | |
"show_in_minimap": true, | |
// Determines whether the git_gutter_next_change and git_gutter_prev_change | |
// commands wrap around on reaching the beginning/ending of the file. | |
"next_prev_change_wrap": true, | |
// Do not set GitGutter icons in these regions | |
// Useful for making sure GitGutter does not override other | |
// regions, (e.g. Bookmarks, Linter/BracketHighlighter icons.) | |
"protected_regions": [ | |
"sublimelinter-warning-gutter-marks", | |
"sublimelinter-error-gutter-marks", | |
"bookmarks" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"js" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"args": | |
{ | |
"characters": " class=" | |
}, | |
"command": "insert" | |
}, | |
{ | |
"args": | |
{ | |
"contents": "\"$0\"" | |
}, | |
"command": "insert_snippet" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"args": | |
{ | |
"characters": " " | |
}, | |
"command": "insert" | |
}, | |
{ | |
"args": | |
{ | |
"contents": "{$0}" | |
}, | |
"command": "insert_snippet" | |
}, | |
{ | |
"args": | |
{ | |
"file": "res://Packages/Default/Add Line in Braces.sublime-macro" | |
}, | |
"command": "run_macro_file" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Notepad++ nicothin</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF</string> | |
<key>caret</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>invisibles</key> | |
<string>#BFBFBF</string> | |
<key>lineHighlight</key> | |
<string>#E8E8FF</string> | |
<key>selection</key> | |
<string>#DEDEDE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#008000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS String</string> | |
<key>scope</key> | |
<string>string.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#916319</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#644511</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#291FB7</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>foreground</key> | |
<string>#CC4C07</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#C96916</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class Variable</string> | |
<key>scope</key> | |
<string>variable.other, variable.js, punctuation.separator.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Operator</string> | |
<key>scope</key> | |
<string>keyword.operator, declaration.function.operator, meta.preprocessor.c.include</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta Brace</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F02A1D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EB291C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Normal Variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function Call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Control</string> | |
<key>scope</key> | |
<string>keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<!-- css --> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors #ID</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors <Elements></string> | |
<key>scope</key> | |
<string>entity.name.tag.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors .ClassName</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors :PseudoClass</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.pseudo-class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF8000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Value</string> | |
<key>scope</key> | |
<string>support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Keyword</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Colours</string> | |
<key>scope</key> | |
<string>constant.other.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<!-- php --> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Double-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.double.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Single-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.single.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded Source</string> | |
<key>scope</key> | |
<string>text source, string.unquoted.heredoc, source source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFA</string> | |
</dict> | |
</dict> | |
<!-- JavaScript --> | |
<dict> | |
<key>name</key> | |
<string>JavaScript - String</string> | |
<key>scope</key> | |
<string>string.quoted.single.js, string.quoted.double.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<!-- bracket highlighting --> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>bracket.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>bracket.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>bracket.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>bracket.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>bracket.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>bracket.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<!-- blue html brackets --> | |
<dict> | |
<key>name</key> | |
<string>HTML: Tag Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter --> | |
<!-- BracketHighlighter: Вопросительный знак, если BracketHighlighter не находит, с чем сопоставлена скобка, а также текст внутри несопоставленного открывающего/закрывающего тега --> | |
<dict> | |
<key>name</key> | |
<string>Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EE0000</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: фигурные скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: круглые скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: квадратные скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: угловые скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: скобки тегов (пока не знаю, что за тегов) --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: одинарные и двойные скобки, (ещё где-то регулярные выражения) --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Single Quote | Double Quote | Regex</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>57E9F1F4-9556-47AF-A24D-61BFA4E53138</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AutoFileName", | |
"ayu", | |
"Bootstrap 4 Snippets", | |
"BracketHighlighter", | |
"Color Highlight", | |
"Color Highlighter", | |
"DocBlockr", | |
"EditorConfig", | |
"Emmet", | |
"GitGutter", | |
"HTML-CSS-JS Prettify", | |
"Inc-Dec-Value", | |
"Jade", | |
"LESS", | |
"List stylesheet variables", | |
"MarkdownLight", | |
"MarkdownPreview", | |
"Minify", | |
"Package Control", | |
"PackageResourceViewer", | |
"Pug", | |
"Sass", | |
"SassBeautify", | |
"SideBarEnhancements", | |
"StringEncode", | |
"Stylus", | |
"Sublimerge 3", | |
"Sync Settings", | |
"Syntax Highlighting for PostCSS", | |
"Terminus", | |
"View In Browser" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"css" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"added_words": | |
[ | |
"github", | |
"css", | |
"https", | |
"псевдоселекторов", | |
"псевдоэлементов", | |
"img", | |
"src", | |
"attrs", | |
"nowrap", | |
"btn", | |
"plugin" | |
], | |
"always_show_minimap_viewport": true, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "b4:", | |
"selector": "text.html" | |
} | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/ayu/ayu-dark.tmTheme", | |
"copy_with_empty_selection": false, | |
"default_line_ending": "unix", | |
"dictionary": "Packages/User/russian_english.dic", | |
"draw_white_space": "all", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.sublime-project" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".publish", | |
"node_modules" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Easygit", | |
"Gist", | |
"jQuery", | |
"Vintage" | |
], | |
"ignored_words": | |
[ | |
"editorconfig", | |
"env", | |
"nicothin", | |
"png", | |
"scss", | |
"stylelint", | |
"url" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"rulers": | |
[ | |
30, | |
80, | |
120 | |
], | |
"save_on_focus_lost": true, | |
"shift_tab_unindent": true, | |
"show_definitions": false, | |
"show_encoding": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "ayu-dark.sublime-theme", | |
"theme_font_md": true, | |
"theme_icons_atomized": true, | |
"theme_tab_font_sm": true, | |
"theme_tab_selected_overlined": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false, | |
"word_separators": "./\\()\"«»':,.;<>~!@#$%^&*|+=[]{}`~?_", | |
"word_wrap": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Notepad++ nicothin</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF</string> | |
<key>caret</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>invisibles</key> | |
<string>#BFBFBF</string> | |
<key>lineHighlight</key> | |
<string>#E8E8FF</string> | |
<key>selection</key> | |
<string>#DEDEDE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#008000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS String</string> | |
<key>scope</key> | |
<string>string.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#916319</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#644511</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#291FB7</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>foreground</key> | |
<string>#CC4C07</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#C96916</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class Variable</string> | |
<key>scope</key> | |
<string>variable.other, variable.js, punctuation.separator.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Operator</string> | |
<key>scope</key> | |
<string>keyword.operator, declaration.function.operator, meta.preprocessor.c.include</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta Brace</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F02A1D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EB291C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Normal Variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function Call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword Control</string> | |
<key>scope</key> | |
<string>keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#7E7EF3</string> | |
</dict> | |
</dict> | |
<!-- css --> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors #ID</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors <Elements></string> | |
<key>scope</key> | |
<string>entity.name.tag.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors .ClassName</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selectors :PseudoClass</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.pseudo-class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF8000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Value</string> | |
<key>scope</key> | |
<string>support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Keyword</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8080C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property Colours</string> | |
<key>scope</key> | |
<string>constant.other.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<!-- php --> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Double-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.double.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Strings Single-Quoted</string> | |
<key>scope</key> | |
<string>string.quoted.single.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded Source</string> | |
<key>scope</key> | |
<string>text source, string.unquoted.heredoc, source source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFA</string> | |
</dict> | |
</dict> | |
<!-- JavaScript --> | |
<dict> | |
<key>name</key> | |
<string>JavaScript - String</string> | |
<key>scope</key> | |
<string>string.quoted.single.js, string.quoted.double.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<!-- bracket highlighting --> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>bracket.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>bracket.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>bracket.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>bracket.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>bracket.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>bracket.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FFFFCC</string> | |
</dict> | |
</dict> | |
<!-- blue html brackets --> | |
<dict> | |
<key>name</key> | |
<string>HTML: Tag Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9296c6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter --> | |
<!-- BracketHighlighter: Вопросительный знак, если BracketHighlighter не находит, с чем сопоставлена скобка, а также текст внутри несопоставленного открывающего/закрывающего тега --> | |
<dict> | |
<key>name</key> | |
<string>Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EE0000</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: фигурные скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: круглые скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: квадратные скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: угловые скобки --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: скобки тегов (пока не знаю, что за тегов) --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<!-- BracketHighlighter: одинарные и двойные скобки, (ещё где-то регулярные выражения) --> | |
<dict> | |
<key>name</key> | |
<string>BracketHighlighter: Single Quote | Double Quote | Regex</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BDF4C6</string> | |
</dict> | |
</dict> | |
<dict><key>name</key><string>Comparison modified_deletion</string><key>scope</key><string>comparison.modified_deletion</string><key>settings</key><dict><key>background</key><string>#7fa3c7</string><key>foreground</key><string>#2b303b</string></dict></dict><dict><key>name</key><string>Comparison modified_addition</string><key>scope</key><string>comparison.modified_addition</string><key>settings</key><dict><key>background</key><string>#7fa3c7</string><key>foreground</key><string>#2b303b</string></dict></dict><dict><key>name</key><string>Comparison removed</string><key>scope</key><string>comparison.removed</string><key>settings</key><dict><key>background</key><string>#bf616a</string><key>foreground</key><string>#2b303b</string></dict></dict><dict><key>name</key><string>Comparison added</string><key>scope</key><string>comparison.added</string><key>settings</key><dict><key>background</key><string>#a3be8c</string><key>foreground</key><string>#2b303b</string></dict></dict></array> | |
<key>uuid</key> | |
<string>57E9F1F4-9556-47AF-A24D-61BFA4E53138</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"statusbar_modified_time": false, | |
"statusbar_modified_time_format": "%A %b %d %H:%M:%S %Y", | |
"statusbar_modified_time_locale": "", | |
"statusbar_file_size": false, | |
"close_affected_buffers_when_deleting_even_if_dirty": false, | |
"hide_open_with_entries_when_there_are_no_applicable": false, | |
"confirm_before_deleting": false, | |
"confirm_before_permanently_deleting": false, | |
"new_files_relative_to_project_root": false, | |
"new_folders_relative_to_project_root": false, | |
"disabled_menuitem_edit": true, | |
"disabled_menuitem_edit_to_right": true, | |
"disabled_menuitem_open_run": true, | |
"disabled_menuitem_open_in_browser": false, | |
"disabled_menuitem_open_in_new_window": true, | |
"disabled_menuitem_find_in_project": false, | |
"disabled_menuitem_copy_name": false, | |
"disabled_menuitem_copy_path": false, | |
"disabled_menuitem_copy_path_windows": true, | |
"disabled_menuitem_copy_dir_path": true, | |
"disabled_menuitem_paste_in_parent": false, | |
"disabled_menuitem_empty": true, | |
//if installed in a default location maybe this works. | |
"default_browser": "", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie | |
"open_all_browsers": ["firefox", "chrome", "opera", "safari", "ie", "edge"], //any of this list: firefox, chrome, canary, chromium, opera, safari, ie, edge | |
"portable_browser": "", // for example: C:/Program Files (x86)/Nightly/firefox.exe | |
"disable_send_to_trash": false, | |
"use_powershell": true, | |
"auto_close_empty_groups": false, | |
// if you donated set this value to "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DD4SL2AHYJGBW" | |
// to remove the menuitem "Donate 20$" from the sidebar context menu. | |
"i_donated_to_sidebar_enhancements_developer": true, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
/* | |
Define global filters to exclude paths from scanning. Use the codeintel_config setting for language specific settings. | |
ex: ["list/of","/path/to/exclude"] | |
(Currently only working for JavaScript and PHP) | |
*/ | |
"codeintel_scan_exclude_dir":[ | |
"node_modules/" | |
], | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"caption": "Sublimerge: Show Uncommited Changes...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 0 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Compare to Other Branch...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 1 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Show Unpushed Changes...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 2 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Show Changes Between Current and Remote...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 3 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: List and Resolve Conflicts...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 4 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Resolve Conflicts in Current File", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 5 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Compare to Custom Git Command Output...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 6 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Show Uncommited Changes...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 7 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Compare to Custom SVN Command Output...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 8 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Show Uncommited Changes...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 9 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Compare to Named Branch...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 10 | |
} | |
}, | |
{ | |
"caption": "Sublimerge: Compare to Custom Hg Command Output...", | |
"command": "sublimerge_macro", | |
"args": { | |
"run": 11 | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.dark</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#F29718</string> | |
<key>activeGuide</key> | |
<string>#363F46</string> | |
<key>background</key> | |
<string>#0F1419</string> | |
<key>caret</key> | |
<string>#F29718</string> | |
<key>findHighlight</key> | |
<string>#F29718</string> | |
<key>findHighlightForeground</key> | |
<string>#0F1419</string> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
<key>guide</key> | |
<string>#20272C</string> | |
<key>gutter</key> | |
<string>#0F1419</string> | |
<key>gutterForeground</key> | |
<string>#252D33</string> | |
<key>inactiveBackground</key> | |
<string>#0F1419</string> | |
<key>inactiveSelection</key> | |
<string>#131E27</string> | |
<key>invisibles</key> | |
<string>#252D33</string> | |
<key>lineHighlight</key> | |
<string>#0A0E12</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #13181D; | |
color: #BFBAB0; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(57, 186, 230, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#16242E</string> | |
<key>selectionBorder</key> | |
<string>#192B37</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#20272C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</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>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</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>underline</string> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</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>#F07178</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>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB007</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB010</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>#BFBAB010</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</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>#5C6773</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#BFBAB0</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#5C6773</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>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#20272C</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>#20272C</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>#FFFFFF</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>#39BAE6</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#C2D94C</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F07178</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#39BAE6</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>#FFFFFF</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>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_D8D8D8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D8D8D8FF</string> | |
<key>foreground</key> | |
<string>#585858FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_E6E9ECFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E6E9ECFF</string> | |
<key>foreground</key> | |
<string>#686868FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_EBF1F2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EBF1F2FF</string> | |
<key>foreground</key> | |
<string>#6F6F6FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#7F7F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_007FBEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007FBEFF</string> | |
<key>foreground</key> | |
<string>#E0E0E0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_ECF0F1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ECF0F1FF</string> | |
<key>foreground</key> | |
<string>#6E6E6EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_AAB8C2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#AAB8C2FF</string> | |
<key>foreground</key> | |
<string>#343434FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#9D9D9DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00FFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00FFFFFF</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_5FB0C9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5FB0C9FF</string> | |
<key>foreground</key> | |
<string>#1A1A1AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_D2B48CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D2B48CFF</string> | |
<key>foreground</key> | |
<string>#383838FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#64BF0E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_selected</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_missing</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_conflict</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ike Ku</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>ayu</string> | |
<key>semanticClass</key> | |
<string>ayu.dark</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>accent</key> | |
<string>#F29718</string> | |
<key>activeGuide</key> | |
<string>#363F46</string> | |
<key>background</key> | |
<string>#0F1419</string> | |
<key>caret</key> | |
<string>#F29718</string> | |
<key>findHighlight</key> | |
<string>#F29718</string> | |
<key>findHighlightForeground</key> | |
<string>#0F1419</string> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
<key>guide</key> | |
<string>#20272C</string> | |
<key>gutter</key> | |
<string>#0F1419</string> | |
<key>gutterForeground</key> | |
<string>#252D33</string> | |
<key>inactiveBackground</key> | |
<string>#0F1419</string> | |
<key>inactiveSelection</key> | |
<string>#131E27</string> | |
<key>invisibles</key> | |
<string>#252D33</string> | |
<key>lineHighlight</key> | |
<string>#0A0E12</string> | |
<key>popupCss</key> | |
<string>html, body { | |
background-color: #13181D; | |
color: #BFBAB0; | |
} | |
body { | |
padding: 1px 3px; | |
} | |
a { | |
color: rgba(57, 186, 230, .7); | |
} | |
</string> | |
<key>selection</key> | |
<string>#16242E</string> | |
<key>selectionBorder</key> | |
<string>#192B37</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#20272C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</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>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Member Variable</string> | |
<key>scope</key> | |
<string>variable.member</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec5f67</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - keyword.operator, keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator, punctuation.terminator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Accessor</string> | |
<key>scope</key> | |
<string>punctuation.accessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFBAB0CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</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>underline</string> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE690</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29668</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c594c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby class methods</string> | |
<key>scope</key> | |
<string>source.ruby variable.other.readwrite</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS tag names</string> | |
<key>scope</key> | |
<string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59C2FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS browser prefix</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Properties</string> | |
<key>scope</key> | |
<string>support.type.property-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#39BAE6</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>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Match Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7733</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>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</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>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF7733</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Links</string> | |
<key>scope</key> | |
<string>string.other.link, markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup image</string> | |
<key>scope</key> | |
<string>punctuation.definition.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</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>#F07178</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>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB007</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Code Inline</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BFBAB010</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>#BFBAB010</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F29718</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup List Bullet</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#95E6CB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6B673</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F29668</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>#5C6773</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#BFBAB0</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>#BFBAB010</string> | |
<key>foreground</key> | |
<string>#5C6773</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>foreground</key> | |
<string>#5C6773</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Added</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C2D94C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39BAE6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3333</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>#20272C</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>#20272C</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>#FFFFFF</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>#39BAE6</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#C2D94C</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FF7733</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#F07178</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#39BAE6</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>#FFFFFF</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>#FF3333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_D8D8D8FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D8D8D8FF</string> | |
<key>foreground</key> | |
<string>#585858FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_E6E9ECFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E6E9ECFF</string> | |
<key>foreground</key> | |
<string>#686868FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_EBF1F2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EBF1F2FF</string> | |
<key>foreground</key> | |
<string>#6F6F6FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FF0000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000FF</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_FFFFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFFFF</string> | |
<key>foreground</key> | |
<string>#7F7F7FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_007FBEFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007FBEFF</string> | |
<key>foreground</key> | |
<string>#E0E0E0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_ECF0F1FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ECF0F1FF</string> | |
<key>foreground</key> | |
<string>#6E6E6EFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_000000FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#808080FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_AAB8C2FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#AAB8C2FF</string> | |
<key>foreground</key> | |
<string>#343434FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_0000FFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000FFFF</string> | |
<key>foreground</key> | |
<string>#9D9D9DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_00FFFFFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00FFFFFF</string> | |
<key>foreground</key> | |
<string>#323232FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_5FB0C9FF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5FB0C9FF</string> | |
<key>foreground</key> | |
<string>#1A1A1AFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>col_D2B48CFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#D2B48CFF</string> | |
<key>foreground</key> | |
<string>#383838FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#64BF0E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_intraline_deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FDECAC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_selected</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_missing</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>sublimerge.diff_block_conflict</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string> | |
</dict> | |
</plist> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET UTF-8 | |
TRY '-.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё | |
FLAG NUMBER | |
PFX 1 Y 1 | |
PFX 1 0 trans . | |
PFX 2 Y 3 | |
PFX 2 0 re . | |
PFX 2 0 re [^e] | |
PFX 2 0 re- e | |
PFX 3 Y 3 | |
PFX 3 0 de . | |
PFX 3 0 de [^e] | |
PFX 3 0 de- e | |
PFX 4 Y 1 | |
PFX 4 0 dis . | |
PFX 5 Y 6 | |
PFX 5 0 co [aeiouh] | |
PFX 5 0 col l | |
PFX 5 0 com [bmp] | |
PFX 5 0 con . | |
PFX 5 0 con [^abehilmopru]. | |
PFX 5 0 cor r | |
PFX 6 Y 5 | |
PFX 6 0 il l | |
PFX 6 0 im [bmp] | |
PFX 6 0 in . | |
PFX 6 0 in [^blmpr] | |
PFX 6 0 ir r | |
PFX 7 Y 2 | |
PFX 7 0 pre . | |
PFX 7 0 pro . | |
PFX 8 Y 1 | |
PFX 8 0 non- . | |
PFX 9 Y 1 | |
PFX 9 0 un . | |
PFX 10 Y 1 | |
PFX 10 0 mis . | |
PFX 11 Y 1 | |
PFX 11 0 over . | |
PFX 12 Y 1 | |
PFX 12 0 out . | |
PFX 13 Y 2 | |
PFX 13 0 under [^r] | |
PFX 13 0 under- r | |
REP 153 | |
REP a ei | |
REP a ey | |
REP ai ie | |
REP air are | |
REP air ear | |
REP air ere | |
REP are air | |
REP are ear | |
REP are eir | |
REP cc k | |
REP ce ts | |
REP ch k | |
REP ch s | |
REP ch te | |
REP ch ti | |
REP ch tu | |
REP ci s | |
REP ck qu | |
REP ck que | |
REP dg j | |
REP di j | |
REP ear air | |
REP ear are | |
REP ear ere | |
REP ear ier | |
REP eau o | |
REP ee i | |
REP eg e.g. | |
REP ei a | |
REP eir are | |
REP eir ere | |
REP eness ity | |
REP ere air | |
REP ere ear | |
REP ere eir | |
REP ew o | |
REP ew oo | |
REP ew u | |
REP ew ue | |
REP ew ui | |
REP ey a | |
REP f gh | |
REP f ph | |
REP f ugh | |
REP ff ugh | |
REP ge j | |
REP gg j | |
REP gh f | |
REP ght t | |
REP i ee | |
REP i igh | |
REP i uy | |
REP ie ai | |
REP ie i.e. | |
REP ier ear | |
REP ieu oo | |
REP ieu u | |
REP igh i | |
REP j dg | |
REP j di | |
REP j ge | |
REP j gg | |
REP k cc | |
REP k ch | |
REP k qu | |
REP kw qu | |
REP leness ility | |
REP ness ity | |
REP ness ivity | |
REP o eau | |
REP o ew | |
REP oe u | |
REP og ogue | |
REP ok OK | |
REP oo ew | |
REP oo ieu | |
REP oo u | |
REP oo ui | |
REP ph f | |
REP qu k | |
REP qu w | |
REP s ch | |
REP s ci | |
REP s ti | |
REP shun cion | |
REP shun sion | |
REP shun tion | |
REP ss z | |
REP t ght | |
REP te ch | |
REP ti ch | |
REP ti s | |
REP ts ce | |
REP tu ch | |
REP u ew | |
REP u ieu | |
REP u oe | |
REP u oo | |
REP ue ew | |
REP uf ough | |
REP uff ough | |
REP ui ew | |
REP ui oo | |
REP uy i | |
REP w qu | |
REP w ugh | |
REP z ss | |
REP SFX - Y 22 | |
REP SFX - 0 ization [^aemsy] | |
REP SFX - 0 ization [^i]s | |
REP SFX - 0 ization [^u]m | |
REP SFX - 0 ization [aeiou]y | |
REP SFX - 0 izations [^aemsy] | |
REP SFX - 0 izations [^i]s | |
REP SFX - 0 izations [^u]m | |
REP SFX - 0 izations [aeiou]y | |
REP SFX - 0 tization a | |
REP SFX - 0 tizations a | |
REP SFX - e ization [^l]e | |
REP SFX - e ization [aeiou]le | |
REP SFX - e izations [^l]e | |
REP SFX - e izations [aeiou]le | |
REP SFX - le ilization [^aeiou]le | |
REP SFX - le ilizations [^aeiou]le | |
REP SFX - s zation is | |
REP SFX - s zations is | |
REP SFX - um ization um | |
REP SFX - um izations um | |
REP SFX - y ization [^aeiou]y | |
REP SFX - y izations [^aeiou]y | |
REP SFX + Y 22 | |
REP SFX + 0 izability [^aemsy] | |
REP SFX + 0 izability [^i]s | |
REP SFX + 0 izability [^u]m | |
REP SFX + 0 izability [aeiou]y | |
REP SFX + 0 izable [^aemsy] | |
REP SFX + 0 izable [^i]s | |
REP SFX + 0 izable [^u]m | |
REP SFX + 0 izable [aeiou]y | |
REP SFX + 0 tizability a | |
REP SFX + 0 tizable a | |
REP SFX + e izability [^l]e | |
REP SFX + e izability [aeiou]le | |
REP SFX + e izable [^l]e | |
REP SFX + e izable [aeiou]le | |
REP SFX + le ilizability [^aeiou]le | |
REP SFX + le ilizable [^aeiou]le | |
REP SFX + s zability is | |
REP SFX + s zable is | |
REP SFX + um izability um | |
REP SFX + um izable um | |
REP SFX + y izability [^aeiou]y | |
REP SFX + y izable [^aeiou]y | |
SFX 14 Y 9 | |
SFX 14 0 atically [aeiou]m | |
SFX 14 0 ically [^aeiou]m | |
SFX 14 0 ically [^aemry] | |
SFX 14 0 ically [^e]r | |
SFX 14 0 tically ma | |
SFX 14 a ically [^m]a | |
SFX 14 e ically e | |
SFX 14 er rically er | |
SFX 14 y ically y | |
SFX 15 Y 21 | |
SFX 15 0 biness [^aeio][aeiou]b | |
SFX 15 0 diness [^aeio][aeiou]d | |
SFX 15 0 finess [^aeio][aeiou]f | |
SFX 15 0 giness [^aeio][aeiou]g | |
SFX 15 0 iness [^aeio]e[nrt] | |
SFX 15 0 iness [^aeiou][bcdfgklmnprstvz] | |
SFX 15 0 iness [^ebcdfgklmnprstvz] | |
SFX 15 0 iness [aeio][aeiou][bcdfgklmnprstvz] | |
SFX 15 0 iness [aeiouy]e | |
SFX 15 0 kiness [^aeio][aeiou]c | |
SFX 15 0 kiness [^aeio][aeiou]k | |
SFX 15 0 liness [^aeio][aeiou]l | |
SFX 15 0 miness [^aeio][aeiou]m | |
SFX 15 0 niness [^aeio][aiou]n | |
SFX 15 0 piness [^aeio][aeiou]p | |
SFX 15 0 riness [^aeio][aiou]r | |
SFX 15 0 siness [^aeio][aeiou]s | |
SFX 15 0 tiness [^aeio][aiou]t | |
SFX 15 0 viness [^aeio][aeiou]v | |
SFX 15 0 ziness [^aeio][aeiou]z | |
SFX 15 e iness [^aeiouy]e | |
SFX 16 Y 20 | |
SFX 16 0 ist [aeiou]e | |
SFX 16 0 ist [aeioubp]y | |
SFX 16 0 ists [^eoy] | |
SFX 16 0 ist's [^eoy] | |
SFX 16 0 ists [aeiou]e | |
SFX 16 0 ist's [aeiou]e | |
SFX 16 0 ists [aeioubp]y | |
SFX 16 0 ist's [aeioubp]y | |
SFX 16 ce tist ce | |
SFX 16 ce tists ce | |
SFX 16 ce tist's ce | |
SFX 16 e ist [^aceiou]e | |
SFX 16 e ists [^aceiou]e | |
SFX 16 e ist's [^aceiou]e | |
SFX 16 o ist o | |
SFX 16 o ists o | |
SFX 16 o ist's o | |
SFX 16 y ist [^aeioubp]y | |
SFX 16 y ists [^aeioubp]y | |
SFX 16 y ist's [^aeioubp]y | |
SFX 17 Y 15 | |
SFX 17 0 swoman [aeiou][bdklmnt]e | |
SFX 17 0 swoman [bdknmt] | |
SFX 17 0 swoman's [aeiou][bdklmnt]e | |
SFX 17 0 swoman's [bdknmt] | |
SFX 17 0 swomen [aeiou][bdklmnt]e | |
SFX 17 0 swomen [bdknmt] | |
SFX 17 0 woman [^aeiou][bdklmnt]e | |
SFX 17 0 woman [^bdeknmt] | |
SFX 17 0 woman [^bdklmnt]e | |
SFX 17 0 woman's [^aeiou][bdklmnt]e | |
SFX 17 0 woman's [^bdeknmt] | |
SFX 17 0 woman's [^bdklmnt]e | |
SFX 17 0 women [^aeiou][bdklmnt]e | |
SFX 17 0 women [^bdeknmt] | |
SFX 17 0 women [^bdklmnt]e | |
SFX 18 Y 3 | |
SFX 18 0 ful [^y] | |
SFX 18 0 ful [aeiou]y | |
SFX 18 y iful [^aeiou]y | |
SFX 19 Y 9 | |
SFX 19 0 able [^acegilou]e | |
SFX 19 0 able [^aeiou][cl] | |
SFX 19 0 able [^cely] | |
SFX 19 0 able [aeio][aeiou][cl] | |
SFX 19 0 able [aeiou]y | |
SFX 19 0 kable [^aeio][aeiou]c | |
SFX 19 0 lable [^aeio][aeiou]l | |
SFX 19 e able [acegilou]e | |
SFX 19 y iable [^aeiou]y | |
SFX 20 Y 44 | |
SFX 20 0 ize [^aemsy] | |
SFX 20 0 ize [^i]s | |
SFX 20 0 ize [^u]m | |
SFX 20 0 ize [aeiou]y | |
SFX 20 0 ized [^aemsy] | |
SFX 20 0 ized [^i]s | |
SFX 20 0 ized [^u]m | |
SFX 20 0 ized [aeiou]y | |
SFX 20 0 izes [^aemsy] | |
SFX 20 0 izes [^i]s | |
SFX 20 0 izes [^u]m | |
SFX 20 0 izes [aeiou]y | |
SFX 20 0 izing [^aemsy] | |
SFX 20 0 izing [^i]s | |
SFX 20 0 izing [^u]m | |
SFX 20 0 izing [aeiou]y | |
SFX 20 0 tize a | |
SFX 20 0 tized a | |
SFX 20 0 tizes a | |
SFX 20 0 tizing a | |
SFX 20 e ize [^l]e | |
SFX 20 e ize [aeiou]le | |
SFX 20 e ized [^l]e | |
SFX 20 e ized [aeiou]le | |
SFX 20 e izes [^l]e | |
SFX 20 e izes [aeiou]le | |
SFX 20 e izing [^l]e | |
SFX 20 e izing [aeiou]le | |
SFX 20 le ilize [^aeiou]le | |
SFX 20 le ilized [^aeiou]le | |
SFX 20 le ilizes [^aeiou]le | |
SFX 20 le ilizing [^aeiou]le | |
SFX 20 s ze is | |
SFX 20 s zed is | |
SFX 20 s zes is | |
SFX 20 s zing is | |
SFX 20 um ize um | |
SFX 20 um ized um | |
SFX 20 um izes um | |
SFX 20 um izing um | |
SFX 20 y ize [^aeiou]y | |
SFX 20 y ized [^aeiou]y | |
SFX 20 y izes [^aeiou]y | |
SFX 20 y izing [^aeiou]y | |
SFX 21 Y 33 | |
SFX 21 0 izer [^aemsy] | |
SFX 21 0 izer [^i]s | |
SFX 21 0 izer [^u]m | |
SFX 21 0 izer [aeiou]y | |
SFX 21 0 izers [^aemsy] | |
SFX 21 0 izer's [^aemsy] | |
SFX 21 0 izers [^i]s | |
SFX 21 0 izer's [^i]s | |
SFX 21 0 izers [^u]m | |
SFX 21 0 izer's [^u]m | |
SFX 21 0 izers [aeiou]y | |
SFX 21 0 izer's [aeiou]y | |
SFX 21 0 tizer a | |
SFX 21 0 tizers a | |
SFX 21 0 tizer's a | |
SFX 21 e izer [^l]e | |
SFX 21 e izer [aeiou]le | |
SFX 21 e izers [^l]e | |
SFX 21 e izer's [^l]e | |
SFX 21 e izers [aeiou]le | |
SFX 21 e izer's [aeiou]le | |
SFX 21 le ilizer [^aeiou]le | |
SFX 21 le ilizers [^aeiou]le | |
SFX 21 le ilizer's [^aeiou]le | |
SFX 21 s zer is | |
SFX 21 s zers is | |
SFX 21 s zer's is | |
SFX 21 um izer um | |
SFX 21 um izers um | |
SFX 21 um izer's um | |
SFX 21 y izer [^aeiou]y | |
SFX 21 y izers [^aeiou]y | |
SFX 21 y izer's [^aeiou]y | |
SFX 22 Y 104 | |
SFX 22 0 а в | |
SFX 22 0 а ин | |
SFX 22 0 о в | |
SFX 22 0 о ин | |
SFX 22 0 ого ин | |
SFX 22 0 ой в | |
SFX 22 0 ой ин | |
SFX 22 0 ом в | |
SFX 22 0 ом ин | |
SFX 22 0 ому ин | |
SFX 22 0 у в | |
SFX 22 0 у ин | |
SFX 22 0 ы в | |
SFX 22 0 ы ин | |
SFX 22 0 ым в | |
SFX 22 0 ым ин | |
SFX 22 0 ыми в | |
SFX 22 0 ыми ин | |
SFX 22 0 ых в | |
SFX 22 0 ых ин | |
SFX 22 ий ая [гкх]ий | |
SFX 22 ий ая [жшщч]ий | |
SFX 22 ий его [жнршщч]ий | |
SFX 22 ий ее [жншщч]ий | |
SFX 22 ий ей [жншщч]ий | |
SFX 22 ий ем [жнршщч]ий | |
SFX 22 ий ему [жнршщч]ий | |
SFX 22 ий ею [жншщч]ий | |
SFX 22 ий ого [гкх]ий | |
SFX 22 ий ое [гкх]ий | |
SFX 22 ий ой [гкх]ий | |
SFX 22 ий ом [гкх]ий | |
SFX 22 ий ому [гкх]ий | |
SFX 22 ий ою [гкх]ий | |
SFX 22 ий ую [гкх]ий | |
SFX 22 ий ую [жшщч]ий | |
SFX 22 ий юю ний | |
SFX 22 ий яя ний | |
SFX 22 ийся аяся [шщ]ийся | |
SFX 22 ийся егося [шщ]ийся | |
SFX 22 ийся ееся [шщ]ийся | |
SFX 22 ийся ейся [шщ]ийся | |
SFX 22 ийся емся [шщ]ийся | |
SFX 22 ийся емуся [шщ]ийся | |
SFX 22 ийся еюся [шщ]ийся | |
SFX 22 ийся иеся [шщ]ийся | |
SFX 22 ийся имися [шщ]ийся | |
SFX 22 ийся имся [шщ]ийся | |
SFX 22 ийся ихся [шщ]ийся | |
SFX 22 ийся уюся [шщ]ийся | |
SFX 22 й е [гкх]ий | |
SFX 22 й е [жнршщч]ий | |
SFX 22 й е ый | |
SFX 22 й м [гкх]ий | |
SFX 22 й м [жнршщч]ий | |
SFX 22 й м ый | |
SFX 22 й ми [гкх]ий | |
SFX 22 й ми [жнршщч]ий | |
SFX 22 й ми ый | |
SFX 22 й х [гкх]ий | |
SFX 22 й х [жнршщч]ий | |
SFX 22 й х ый | |
SFX 22 й ю ой | |
SFX 22 ой ая ой | |
SFX 22 ой ие [гжкхшщч]ой | |
SFX 22 ой им [гжкхшщч]ой | |
SFX 22 ой ими [гжкхшщч]ой | |
SFX 22 ой их [гжкхшщч]ой | |
SFX 22 ой ого ой | |
SFX 22 ой ое ой | |
SFX 22 ой ом ой | |
SFX 22 ой ому ой | |
SFX 22 ой ую ой | |
SFX 22 ой ые [^гжкхшщч]ой | |
SFX 22 ой ым [^гжкхшщч]ой | |
SFX 22 ой ыми [^гжкхшщч]ой | |
SFX 22 ой ых [^гжкхшщч]ой | |
SFX 22 ом ая ом | |
SFX 22 ом ие [чхшщкжг]ом | |
SFX 22 ом ий [чхшщкжг]ом | |
SFX 22 ом им [чхшщкжг]ом | |
SFX 22 ом ими [чхшщкжг]ом | |
SFX 22 ом их [чхшщкжг]ом | |
SFX 22 ом ого ом | |
SFX 22 ом ое ом | |
SFX 22 ом ому ом | |
SFX 22 ом ые [^чхшщкжг]ом | |
SFX 22 ом ый [^чхшщкжг]ом | |
SFX 22 ом ым [^чхшщкжг]ом | |
SFX 22 ом ыми [^чхшщкжг]ом | |
SFX 22 ом ых [^чхшщкжг]ом | |
SFX 22 ый ая ый | |
SFX 22 ый его цый | |
SFX 22 ый ее цый | |
SFX 22 ый ей цый | |
SFX 22 ый ем цый | |
SFX 22 ый ему цый | |
SFX 22 ый ого [^ц]ый | |
SFX 22 ый ое [^ц]ый | |
SFX 22 ый ой [^ц]ый | |
SFX 22 ый ом [^ц]ый | |
SFX 22 ый ому [^ц]ый | |
SFX 22 ый ою [^ц]ый | |
SFX 22 ый ую ый | |
SFX 23 Y 20 | |
SFX 23 0 ability [^aeiou][bcdfgklmnprstvz] | |
SFX 23 0 ability [^ebcdfgklmnprstvzy] | |
SFX 23 0 ability [acegilou]e | |
SFX 23 0 ability [aeio][aeiou][bcdfgklmnprstvz] | |
SFX 23 0 ability [aeiou]y | |
SFX 23 0 able [^aeiou] | |
SFX 23 0 able [^aeiou][bcdfgklmnprstvz] | |
SFX 23 0 able [^ebcdfgklmnprstvzy] | |
SFX 23 0 able [acegilou]e | |
SFX 23 0 able [aeio][aeiou][bcdfgklmnprstvz] | |
SFX 23 0 able [aeiou]y | |
SFX 23 0 able ee | |
SFX 23 0 bability [^aeio][aeiou]b | |
SFX 23 0 bable [^aeio][aeiou]b | |
SFX 23 0 dability [^aeio][aeiou]d | |
SFX 23 0 dable [^aeio][aeiou]d | |
SFX 23 0 fability [^aeio][aeiou]f | |
SFX 23 0 fable [^aeio][aeiou]f | |
SFX 23 0 gability [^aeio][aeiou]g | |
SFX 23 0 gable [^aeio][aeiou]g | |
SFX 24 Y 29 | |
SFX 24 0 kability [^aeio][aeiou]c | |
SFX 24 0 kability [^aeio][aeiou]k | |
SFX 24 0 kable [^aeio][aeiou]c | |
SFX 24 0 kable [^aeio][aeiou]k | |
SFX 24 0 lability [^aeio][aeiou]l | |
SFX 24 0 lable [^aeio][aeiou]l | |
SFX 24 0 mability [^aeio][aeiou]m | |
SFX 24 0 mable [^aeio][aeiou]m | |
SFX 24 0 nability [^aeio][aeiou]n | |
SFX 24 0 nable [^aeio][aeiou]n | |
SFX 24 0 pability [^aeio][aeiou]p | |
SFX 24 0 pable [^aeio][aeiou]p | |
SFX 24 0 rability [^aeio][aeiou]r | |
SFX 24 0 rable [^aeio][aeiou]r | |
SFX 24 0 sability [^aeio][aeiou]s | |
SFX 24 0 sable [^aeio][aeiou]s | |
SFX 24 0 tability [^aeio][aeiou]t | |
SFX 24 0 table [^aeio][aeiou]t | |
SFX 24 0 vability [^aeio][aeiou]v | |
SFX 24 0 vable [^aeio][aeiou]v | |
SFX 24 0 zability [^aeio][aeiou]z | |
SFX 24 0 zable [^aeio][aeiou]z | |
SFX 24 0 те [^ст]ь | |
SFX 24 0 те [ий] | |
SFX 24 e ability [^a]te | |
SFX 24 e ability [^acegilotu]e | |
SFX 24 e able [^a]te | |
SFX 24 e able [^acegilotu]e | |
SFX 24 e able [^aeiou]e | |
SFX 25 Y 37 | |
SFX 25 te bility ate | |
SFX 25 te ble ate | |
SFX 25 y iability [^aeiou]y | |
SFX 25 y iable [^aeiou]y | |
SFX 25 ем ая [чхшщкжг]ем | |
SFX 25 ем его ем | |
SFX 25 ем ее ем | |
SFX 25 ем ему ем | |
SFX 25 ем ие ем | |
SFX 25 ем ий ем | |
SFX 25 ем им ем | |
SFX 25 ем ими ем | |
SFX 25 ем их ем | |
SFX 25 ем яя [^чхшщкжг]ем | |
SFX 25 ить и ить | |
SFX 25 оть и оть | |
SFX 25 оть ите оть | |
SFX 25 оться ись оться | |
SFX 25 оться итесь оться | |
SFX 25 сь тесь ись | |
SFX 25 ся тесь [^т]ься | |
SFX 25 ся тесь йся | |
SFX 25 ть й [аея]ть | |
SFX 25 ть йте [аея]ть | |
SFX 25 ться йся [аея]ться | |
SFX 25 ться йтесь [аея]ться | |
SFX 25 ться сь иться | |
SFX 25 ться тесь иться | |
SFX 25 уть и уть | |
SFX 25 уть ите уть | |
SFX 25 уться ись уться | |
SFX 25 уться итесь уться | |
SFX 25 ыть ой ыть | |
SFX 25 ыть ойте ыть | |
SFX 25 ыться ойся ыться | |
SFX 25 ыться ойтесь ыться | |
SFX 25 ь е ить | |
SFX 26 Y 12 | |
SFX 26 ая ие [чхшщкжг]ая | |
SFX 26 ая ий [чхшщкжг]ая | |
SFX 26 ая им [чхшщкжг]ая | |
SFX 26 ая ими [чхшщкжг]ая | |
SFX 26 ая их [чхшщкжг]ая | |
SFX 26 ая ой ая | |
SFX 26 ая ую ая | |
SFX 26 ая ые [^чхшщкжг]ая | |
SFX 26 ая ый [^чхшщкжг]ая | |
SFX 26 ая ым [^чхшщкжг]ая | |
SFX 26 ая ыми [^чхшщкжг]ая | |
SFX 26 ая ых [^чхшщкжг]ая | |
SFX 27 Y 2 | |
SFX 27 0 bed [^aeio][aeiou]b | |
SFX 27 0 d [^e]e | |
SFX 28 Y 3 | |
SFX 28 0 d e | |
SFX 28 0 ded [^aeio][aeiou]d | |
SFX 28 0 ed [^aeiou][bcdfgklmnprstvz] | |
SFX 29 Y 1 | |
SFX 29 0 ed [^ebcdfgklmnprstvyz] | |
SFX 30 Y 2 | |
SFX 30 0 ed [^ey] | |
SFX 30 0 ed [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 31 Y 1 | |
SFX 31 0 ed [aeio][eiou]l | |
SFX 32 Y 4 | |
SFX 32 0 ed [aeiou]y | |
SFX 32 0 ed [aeo]al | |
SFX 32 0 fed [^aeio][aeiou]f | |
SFX 32 0 ged [^aeio][aeiou]g | |
SFX 33 Y 2 | |
SFX 33 0 ked [^aeio][aeiou]c | |
SFX 33 0 ked [^aeio][aeiou]k | |
SFX 34 Y 2 | |
SFX 34 0 led [^aeio][eiou]l | |
SFX 34 0 led [^aeo]al | |
SFX 35 Y 9 | |
SFX 35 0 med [^aeio][aeiou]m | |
SFX 35 0 ned [^aeio][aeiou]n | |
SFX 35 0 ped [^aeio][aeiou]p | |
SFX 35 0 red [^aeio][aeiou]r | |
SFX 35 0 sed [^aeio][aeiou]s | |
SFX 35 0 ted [^aeio][aeiou]t | |
SFX 35 0 ved [^aeio][aeiou]v | |
SFX 35 0 zed [^aeio][aeiou]z | |
SFX 35 e d ee | |
SFX 36 Y 7 | |
SFX 36 y ied [^aeiou]y | |
SFX 36 их ая [чхшщкжг]их | |
SFX 36 их ие их | |
SFX 36 их им их | |
SFX 36 их ую [чхшщкжг]их | |
SFX 36 их юю [^чхшщкжг]их | |
SFX 36 их яя [^чхшщкжг]их | |
SFX 37 Y 22 | |
SFX 37 а ам а | |
SFX 37 а ами а | |
SFX 37 а ах а | |
SFX 37 а е а | |
SFX 37 а ов а | |
SFX 37 а ом а | |
SFX 37 а у а | |
SFX 37 е й ее | |
SFX 37 ый ее ый | |
SFX 37 ый ей ый | |
SFX 37 ь е ь | |
SFX 37 ь ем ь | |
SFX 37 ь ём ь | |
SFX 37 ь ю ь | |
SFX 37 ь я ь | |
SFX 37 я е [^и]я | |
SFX 37 я ей я | |
SFX 37 я ёй я | |
SFX 37 я ею я | |
SFX 37 я ёю я | |
SFX 37 я и я | |
SFX 37 я ю я | |
SFX 38 Y 35 | |
SFX 38 0 ю ь | |
SFX 38 а ой а | |
SFX 38 а у а | |
SFX 38 ая ой ая | |
SFX 38 ая ую ая | |
SFX 38 енок ят енок | |
SFX 38 ёнок ят ёнок | |
SFX 38 енок ята енок | |
SFX 38 ёнок ята ёнок | |
SFX 38 енок ятам енок | |
SFX 38 ёнок ятам ёнок | |
SFX 38 енок ятами енок | |
SFX 38 ёнок ятами ёнок | |
SFX 38 енок ятах енок | |
SFX 38 ёнок ятах ёнок | |
SFX 38 и а [чхшщкжг]и | |
SFX 38 и ам [чхшщкжг]и | |
SFX 38 и ами [чхшщкж]и | |
SFX 38 и ах [чхшщкжг]и | |
SFX 38 и у [чхшщкжг]и | |
SFX 38 и ю [^чхшщкжг]и | |
SFX 38 и я [^чхшщкжг]и | |
SFX 38 и ям [^чхшщкжг]и | |
SFX 38 и ями [^чхшщкж]и | |
SFX 38 и ях [^чхшщкжг]и | |
SFX 38 ок ка нок | |
SFX 38 ок ке нок | |
SFX 38 ок ком нок | |
SFX 38 ок ку нок | |
SFX 38 онок ат онок | |
SFX 38 онок ата онок | |
SFX 38 онок атам онок | |
SFX 38 онок атами онок | |
SFX 38 онок атах онок | |
SFX 38 ь и ь | |
SFX 39 Y 11 | |
SFX 39 0 bing [^aeio][aeiou]b | |
SFX 39 0 ding [^aeio][aeiou]d | |
SFX 39 0 fing [^aeio][aeiou]f | |
SFX 39 0 ging [^aeio][aeiou]g | |
SFX 39 0 ing [^aeiou][bcdfgklmnprstvz] | |
SFX 39 0 ing [^e] | |
SFX 39 0 ing [^ebcdfgklmnprstvz] | |
SFX 39 0 ing [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 39 0 ing [aeio][eiou]l | |
SFX 39 0 ing [aeo]al | |
SFX 39 0 ing [eoy]e | |
SFX 40 Y 2 | |
SFX 40 0 king [^aeio][aeiou]c | |
SFX 40 0 king [^aeio][aeiou]k | |
SFX 41 Y 17 | |
SFX 41 0 ling [^aeio][eiou]l | |
SFX 41 0 ling [^aeo]al | |
SFX 41 0 ming [^aeio][aeiou]m | |
SFX 41 0 ning [^aeio][aeiou]n | |
SFX 41 0 ping [^aeio][aeiou]p | |
SFX 41 0 ring [^aeio][aeiou]r | |
SFX 41 0 sing [^aeio][aeiou]s | |
SFX 41 0 ting [^aeio][aeiou]t | |
SFX 41 0 ving [^aeio][aeiou]v | |
SFX 41 0 zing [^aeio][aeiou]z | |
SFX 41 0 а [^ейкоья] | |
SFX 41 0 е [^ейкоья] | |
SFX 41 0 м я | |
SFX 41 0 ми я | |
SFX 41 0 у [^ейкоья] | |
SFX 41 0 х я | |
SFX 41 0 ым [^ежйкоцчшщья] | |
SFX 42 Y 3 | |
SFX 42 e ing [^eioy]e | |
SFX 42 e ing e | |
SFX 42 ie ying ie | |
SFX 43 Y 47 | |
SFX 43 ек ка ек | |
SFX 43 ек ке ек | |
SFX 43 ек ком ек | |
SFX 43 ек ку ек | |
SFX 43 ий ого ий | |
SFX 43 ий ом ий | |
SFX 43 ий ому ий | |
SFX 43 й го ой | |
SFX 43 й м ий | |
SFX 43 й м ой | |
SFX 43 й м ый | |
SFX 43 й му ой | |
SFX 43 йня ен йня | |
SFX 43 ла лась ла | |
SFX 43 ла ли ла | |
SFX 43 ла лись ла | |
SFX 43 ла ло ла | |
SFX 43 ла лось ла | |
SFX 43 ня ен [^аезийоуыь]ня | |
SFX 43 ой им ой | |
SFX 43 ок ка ок | |
SFX 43 ок ке ок | |
SFX 43 ок ком ок | |
SFX 43 ок ку ок | |
SFX 43 ый ого ый | |
SFX 43 ый ом ый | |
SFX 43 ый ому ый | |
SFX 43 ь е ь | |
SFX 43 ь ей ь | |
SFX 43 ь ем ь | |
SFX 43 ь ём ь | |
SFX 43 ь и ь | |
SFX 43 ь ю ь | |
SFX 43 ь я ь | |
SFX 43 ь ям ь | |
SFX 43 ь ями ь | |
SFX 43 ь ях ь | |
SFX 43 ьня ен ьня | |
SFX 43 я е [^и]я | |
SFX 43 я ей я | |
SFX 43 я ёй я | |
SFX 43 я ею я | |
SFX 43 я ёю я | |
SFX 43 я и я | |
SFX 43 я й [еиу]я | |
SFX 43 я ь [аеиоуы]ня | |
SFX 43 я ю я | |
SFX 44 Y 1 | |
SFX 44 0 fold . | |
SFX 45 Y 2 | |
SFX 45 0 h t | |
SFX 45 0 hs t | |
SFX 46 Y 3 | |
SFX 46 0 th [^ety] | |
SFX 46 0 th [^y] | |
SFX 46 0 ths [^ety] | |
SFX 47 Y 6 | |
SFX 47 e th [^ev]e | |
SFX 47 e ths [^ev]e | |
SFX 47 ree ird ree | |
SFX 47 ree irds ree | |
SFX 47 ve fth ve | |
SFX 47 ve fths ve | |
SFX 48 Y 27 | |
SFX 48 y ieth y | |
SFX 48 y ieths y | |
SFX 48 а е а | |
SFX 48 а ей ща | |
SFX 48 а ею ща | |
SFX 48 а и [гжкхчшщ]а | |
SFX 48 а ой [^жцчшщ]а | |
SFX 48 а ою [^жцчшщ]а | |
SFX 48 а у а | |
SFX 48 а ы [^гжкхчшщ]а | |
SFX 48 в вшая в | |
SFX 48 в вшее в | |
SFX 48 в вшей в | |
SFX 48 в вшем в | |
SFX 48 в вши в | |
SFX 48 в вшие в | |
SFX 48 в вший в | |
SFX 48 в вшим в | |
SFX 48 в вших в | |
SFX 48 в л в | |
SFX 48 в ть в | |
SFX 48 в ться в | |
SFX 48 я е [^и]я | |
SFX 48 я ей я | |
SFX 48 я ею я | |
SFX 48 я и я | |
SFX 48 я ю я | |
SFX 49 Y 6 | |
SFX 49 0 м а | |
SFX 49 0 м я | |
SFX 49 0 ми а | |
SFX 49 0 ми я | |
SFX 49 0 х а | |
SFX 49 0 х я | |
SFX 50 Y 31 | |
SFX 50 а 0 [^к]а | |
SFX 50 а е а | |
SFX 50 а ей [цчшщ]а | |
SFX 50 а ею [цчшщ]а | |
SFX 50 а и [гжкхчшщ]а | |
SFX 50 а ой [^жцчшщ]а | |
SFX 50 а ою [^жцчшщ]а | |
SFX 50 а у а | |
SFX 50 а ы [^гжкхчшщ]а | |
SFX 50 йка ек йка | |
SFX 50 йня ен йня | |
SFX 50 ка ек [жцчш]ка | |
SFX 50 ка к [аеиоуыюя]ка | |
SFX 50 ка ок [^аежийоуцчшьыюя]ка | |
SFX 50 ня ен [^аезийоуыья]ня | |
SFX 50 чей чая чей | |
SFX 50 чей чем чей | |
SFX 50 чей чие чей | |
SFX 50 чей чий чей | |
SFX 50 чей чим чей | |
SFX 50 чей чих чей | |
SFX 50 чей чую чей | |
SFX 50 ька ек ька | |
SFX 50 ьня ен ьня | |
SFX 50 я е [^и]я | |
SFX 50 я ей я | |
SFX 50 я ею я | |
SFX 50 я и я | |
SFX 50 я й [еиу]я | |
SFX 50 я ь [аеиоуыя]ня | |
SFX 50 я ю я | |
SFX 51 Y 3 | |
SFX 51 0 bings [^aeio][aeiou]b | |
SFX 51 0 dings [^aeio][aeiou]d | |
SFX 51 0 fings [^aeio][aeiou]f | |
SFX 52 Y 38 | |
SFX 52 0 gings [^aeio][aeiou]g | |
SFX 52 0 ings [^aeio]e[nrt] | |
SFX 52 0 ings [^aeiou][bcdfgklmnprstvz] | |
SFX 52 0 ings [^e] | |
SFX 52 0 ings [^ebcdfgklmnprstvz] | |
SFX 52 0 ings [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 52 0 ings [aeio][eiou]l | |
SFX 52 0 ings [aeo]al | |
SFX 52 0 ings [eoy]e | |
SFX 52 0 king [^aeio][aeiou]c | |
SFX 52 0 kings [^aeio][aeiou]k | |
SFX 52 0 lings [^aeio][eiou]l | |
SFX 52 0 lings [^aeo]al | |
SFX 52 0 mings [^aeio][aeiou]m | |
SFX 52 0 nings [^aeio][aiou]n | |
SFX 52 0 pings [^aeio][aeiou]p | |
SFX 52 0 rings [^aeio][aiou]r | |
SFX 52 0 sings [^aeio][aeiou]s | |
SFX 52 0 tings [^aeio][aiou]t | |
SFX 52 0 vings [^aeio][aeiou]v | |
SFX 52 0 zings [^aeio][aeiou]z | |
SFX 52 0 а [^ё]ж | |
SFX 52 0 а [^еёжйоь] | |
SFX 52 0 а [^ейоь] | |
SFX 52 0 е [^ё]ж | |
SFX 52 0 е [^еёжйоь] | |
SFX 52 0 е [^ейоь] | |
SFX 52 0 м [её] | |
SFX 52 0 м е | |
SFX 52 0 м о | |
SFX 52 0 ом [^еёжйоцчшщь] | |
SFX 52 0 ом [^ежйоцчшщь] | |
SFX 52 0 у [^ё]ж | |
SFX 52 0 у [^еёжйоь] | |
SFX 52 0 у [^ейоь] | |
SFX 52 e ings [^eioy]e | |
SFX 52 e ings e | |
SFX 52 ie yings ie | |
SFX 53 Y 30 | |
SFX 53 е а [жцшщ]е | |
SFX 53 ё е ьё | |
SFX 53 е и ие | |
SFX 53 е у [жцшщ]е | |
SFX 53 е ю [^жцшщ]е | |
SFX 53 ё ю ё | |
SFX 53 е я [^жцшщ]е | |
SFX 53 ё я ё | |
SFX 53 ёж ежа ёж | |
SFX 53 ёж еже ёж | |
SFX 53 ёж ежу ёж | |
SFX 53 й е [^и]й | |
SFX 53 й ем й | |
SFX 53 й и ий | |
SFX 53 й ю й | |
SFX 53 й я й | |
SFX 53 о а о | |
SFX 53 о е о | |
SFX 53 о у о | |
SFX 53 щей щая щей | |
SFX 53 щей щее щей | |
SFX 53 щей щие щей | |
SFX 53 щей щий щей | |
SFX 53 щей щим щей | |
SFX 53 щей щих щей | |
SFX 53 щей щую щей | |
SFX 53 ь е ь | |
SFX 53 ь ем ь | |
SFX 53 ь ю ь | |
SFX 53 ь я ь | |
SFX 54 Y 13 | |
SFX 54 0 а [^ейоь] | |
SFX 54 0 ам [^ейоь] | |
SFX 54 0 ами [^ейоь] | |
SFX 54 0 ах [^ейоь] | |
SFX 54 0 е [^ейоь] | |
SFX 54 0 ей [жчшщ] | |
SFX 54 0 и [гжкхчшщ] | |
SFX 54 0 м е | |
SFX 54 0 м о | |
SFX 54 0 ов [^ежйоцчшщь] | |
SFX 54 0 ом [^ежйоцчшщь] | |
SFX 54 0 у [^ейоь] | |
SFX 54 0 ы [^гежйкохчшщь] | |
SFX 55 Y 50 | |
SFX 55 е а [жцшщ]е | |
SFX 55 е ам [жцшщ]е | |
SFX 55 е ами [жцшщ]е | |
SFX 55 е ах [жцшщ]е | |
SFX 55 е ей [^жицщь]е | |
SFX 55 е и ие | |
SFX 55 е й ие | |
SFX 55 е у [жцшщ]е | |
SFX 55 е ю [^жцшщ]е | |
SFX 55 е я [^жцшщ]е | |
SFX 55 е ям [^жцшщ]е | |
SFX 55 е ями [^жцшщ]е | |
SFX 55 е ях [^жцшщ]е | |
SFX 55 ен ена ен | |
SFX 55 ен енная ен | |
SFX 55 ен енной ен | |
SFX 55 ен енные ен | |
SFX 55 ен енный ен | |
SFX 55 ен енных ен | |
SFX 55 ен ено ен | |
SFX 55 ен ены ен | |
SFX 55 й е [^и]й | |
SFX 55 й ев й | |
SFX 55 й ем й | |
SFX 55 й и [аеоуюя]й | |
SFX 55 й и ий | |
SFX 55 й ю й | |
SFX 55 й я й | |
SFX 55 й ям й | |
SFX 55 й ями й | |
SFX 55 й ях й | |
SFX 55 о 0 [вгдст]о | |
SFX 55 о а о | |
SFX 55 о ам о | |
SFX 55 о ами о | |
SFX 55 о ах о | |
SFX 55 о е о | |
SFX 55 о и [ичш]ко | |
SFX 55 о у о | |
SFX 55 ще щ ще | |
SFX 55 ь е ь | |
SFX 55 ь ей ь | |
SFX 55 ь ем ь | |
SFX 55 ь и ь | |
SFX 55 ь ю ь | |
SFX 55 ь я ь | |
SFX 55 ь ям ь | |
SFX 55 ь ями ь | |
SFX 55 ь ях ь | |
SFX 55 ье ий ье | |
SFX 56 Y 3 | |
SFX 56 0 ament m | |
SFX 56 0 aments m | |
SFX 56 0 ament's m | |
SFX 57 Y 10 | |
SFX 57 0 ment . | |
SFX 57 0 ment [^my] | |
SFX 57 0 ment [aeiou]y | |
SFX 57 0 ments [^my] | |
SFX 57 0 ment's [^my] | |
SFX 57 0 ments [aeiou]y | |
SFX 57 0 ment's [aeiou]y | |
SFX 57 0 ла [^аиья] | |
SFX 57 0 ли [^аиья] | |
SFX 57 0 ло [^аиья] | |
SFX 58 Y 62 | |
SFX 58 y iment [^aeiou]y | |
SFX 58 y iments [^aeiou]y | |
SFX 58 y iment's [^aeiou]y | |
SFX 58 а и а | |
SFX 58 а о а | |
SFX 58 ась ись ась | |
SFX 58 ась ось ась | |
SFX 58 езти ёз зти | |
SFX 58 ести ёл ести | |
SFX 58 естись ёлся естись | |
SFX 58 есть ел честь | |
SFX 58 есть ёл честь | |
SFX 58 есть ла честь | |
SFX 58 есть ли честь | |
SFX 58 есть ло честь | |
SFX 58 ечь ёк ечь | |
SFX 58 ечься ёкся ечься | |
SFX 58 зти з зти | |
SFX 58 зть з зть | |
SFX 58 сти л [^е]сти | |
SFX 58 сти л сти | |
SFX 58 сти ла сти | |
SFX 58 сти ли сти | |
SFX 58 сти ло сти | |
SFX 58 стись лась стись | |
SFX 58 стись лись стись | |
SFX 58 стись лось стись | |
SFX 58 стись лся [^е]стись | |
SFX 58 стись лся стись | |
SFX 58 сть л [^ч].сть | |
SFX 58 сть ла [^ч].сть | |
SFX 58 сть ли [^ч].сть | |
SFX 58 сть ло [^ч].сть | |
SFX 58 сться лась сться | |
SFX 58 сться лись сться | |
SFX 58 сться лось сться | |
SFX 58 сться лся сться | |
SFX 58 ся лась [^аиья]ся | |
SFX 58 ся лись [^аиья]ся | |
SFX 58 ся лось [^аиья]ся | |
SFX 58 ти ла зти | |
SFX 58 ти ли зти | |
SFX 58 ти ло зти | |
SFX 58 ть л [^зс]ть | |
SFX 58 ть ла [^с]ть | |
SFX 58 ть ли [^с]ть | |
SFX 58 ть ло [^с]ть | |
SFX 58 ться лась [^с]ться | |
SFX 58 ться лись [^с]ться | |
SFX 58 ться лось [^с]ться | |
SFX 58 ться лся [^зс]ться | |
SFX 58 ться ся зться | |
SFX 58 чь к [^е]чь | |
SFX 58 чь к чь | |
SFX 58 чь кла чь | |
SFX 58 чь кли чь | |
SFX 58 чь кло чь | |
SFX 58 чься клась чься | |
SFX 58 чься клись чься | |
SFX 58 чься клось чься | |
SFX 58 чься кся [^е]чься | |
SFX 58 чься кся чься | |
SFX 59 Y 1 | |
SFX 59 0 's . | |
SFX 60 Y 108 | |
SFX 60 оть ем оть | |
SFX 60 оть ет оть | |
SFX 60 оть ете оть | |
SFX 60 оть ешь оть | |
SFX 60 оть ю оть | |
SFX 60 оть ют оть | |
SFX 60 оться емся оться | |
SFX 60 оться етесь оться | |
SFX 60 оться ется оться | |
SFX 60 оться ешься оться | |
SFX 60 оться юсь оться | |
SFX 60 оться ются оться | |
SFX 60 ти дем йти | |
SFX 60 ти дём йти | |
SFX 60 ти дет йти | |
SFX 60 ти дёт йти | |
SFX 60 ти дете йти | |
SFX 60 ти дёте йти | |
SFX 60 ти дешь йти | |
SFX 60 ти дёшь йти | |
SFX 60 ти ду йти | |
SFX 60 ти дут йти | |
SFX 60 ти ем [зс]ти | |
SFX 60 ти ём [зс]ти | |
SFX 60 ти ет [зс]ти | |
SFX 60 ти ёт [зс]ти | |
SFX 60 ти ете [зс]ти | |
SFX 60 ти ёте [зс]ти | |
SFX 60 ти ешь [зс]ти | |
SFX 60 ти ёшь [зс]ти | |
SFX 60 ти у [зс]ти | |
SFX 60 ти ут [зс]ти | |
SFX 60 тись демся йтись | |
SFX 60 тись дёмся йтись | |
SFX 60 тись детесь йтись | |
SFX 60 тись дётесь йтись | |
SFX 60 тись дется йтись | |
SFX 60 тись дётся йтись | |
SFX 60 тись дешься йтись | |
SFX 60 тись дёшься йтись | |
SFX 60 тись дусь йтись | |
SFX 60 тись дутся йтись | |
SFX 60 тись емся [зс]тись | |
SFX 60 тись ёмся [зс]тись | |
SFX 60 тись етесь [зс]тись | |
SFX 60 тись ётесь [зс]тись | |
SFX 60 тись ется [зс]тись | |
SFX 60 тись ётся [зс]тись | |
SFX 60 тись ешься [зс]тись | |
SFX 60 тись ёшься [зс]тись | |
SFX 60 тись усь [зс]тись | |
SFX 60 тись утся [зс]тись | |
SFX 60 ть ем [ае]ть | |
SFX 60 ть ет [ае]ть | |
SFX 60 ть ете [ае]ть | |
SFX 60 ть ешь [ае]ть | |
SFX 60 ть т уть | |
SFX 60 ть ю [ае]ть | |
SFX 60 ть ют [ае]ть | |
SFX 60 ться емся [ае]ться | |
SFX 60 ться етесь [ае]ться | |
SFX 60 ться ется [ае]ться | |
SFX 60 ться ешься [ае]ться | |
SFX 60 ться сь уться | |
SFX 60 ться юсь [ае]ться | |
SFX 60 ться ются [ае]ться | |
SFX 60 уть ем уть | |
SFX 60 уть ет уть | |
SFX 60 уть ете уть | |
SFX 60 уть ешь уть | |
SFX 60 уть у уть | |
SFX 60 уться емся уться | |
SFX 60 уться етесь уться | |
SFX 60 уться ется уться | |
SFX 60 уться ешься уться | |
SFX 60 чь ку чь | |
SFX 60 чь кут чь | |
SFX 60 чься кусь чься | |
SFX 60 чься кутся чься | |
SFX 60 ыть оем ыть | |
SFX 60 ыть оет ыть | |
SFX 60 ыть оете ыть | |
SFX 60 ыть оешь ыть | |
SFX 60 ыть ою ыть | |
SFX 60 ыть оют ыть | |
SFX 60 ыться оемся ыться | |
SFX 60 ыться оетесь ыться | |
SFX 60 ыться оется ыться | |
SFX 60 ыться оешься ыться | |
SFX 60 ыться оюсь ыться | |
SFX 60 ыться оются ыться | |
SFX 60 ь ем чь | |
SFX 60 ь ём чь | |
SFX 60 ь ет чь | |
SFX 60 ь ёт чь | |
SFX 60 ь ете чь | |
SFX 60 ь ёте чь | |
SFX 60 ь ешь чь | |
SFX 60 ь ёшь чь | |
SFX 60 ься емся чься | |
SFX 60 ься ёмся чься | |
SFX 60 ься етесь чься | |
SFX 60 ься ётесь чься | |
SFX 60 ься ется чься | |
SFX 60 ься ётся чься | |
SFX 60 ься ешься чься | |
SFX 60 ься ёшься чься | |
SFX 60 ься ся уться | |
SFX 61 Y 2 | |
SFX 61 0 ation [^aeiou]l | |
SFX 61 0 ation [^aeiou]m | |
SFX 62 Y 1 | |
SFX 62 0 ation [^bdelmrstxy] | |
SFX 63 Y 2 | |
SFX 63 0 ation [^e]r | |
SFX 63 0 ation [^i]t | |
SFX 64 Y 3 | |
SFX 64 0 en [^ey] | |
SFX 64 0 ion [^m]it | |
SFX 64 0 ion [sx] | |
SFX 65 Y 1 | |
SFX 65 0 lation [aiou]l | |
SFX 66 Y 1 | |
SFX 66 0 mation [aeiou]m | |
SFX 67 Y 14 | |
SFX 67 0 а [^ь] | |
SFX 67 0 ам [^ь] | |
SFX 67 0 ами [^ь] | |
SFX 67 0 ах [^ь] | |
SFX 67 0 е [^ь] | |
SFX 67 0 ов [^жцчшщь] | |
SFX 67 0 ом [^жцчшщь] | |
SFX 67 0 у [^ь] | |
SFX 67 0 ю ь | |
SFX 67 b ption b | |
SFX 67 be ption be | |
SFX 67 d sion d | |
SFX 67 de sion de | |
SFX 67 e ation [^bcdkmst]e | |
SFX 68 Y 1 | |
SFX 68 e ation [iou]te | |
SFX 69 Y 3 | |
SFX 69 e ion [^iou]te | |
SFX 69 e ion [^o]se | |
SFX 69 e ion e | |
SFX 70 Y 3 | |
SFX 70 e ition ose | |
SFX 70 e mation [^u]me | |
SFX 70 e ption ume | |
SFX 71 Y 1 | |
SFX 71 e tion ce | |
SFX 72 Y 1 | |
SFX 72 el ulsion el | |
SFX 73 Y 1 | |
SFX 73 er ration er | |
SFX 74 Y 1 | |
SFX 74 ke cation ke | |
SFX 75 Y 1 | |
SFX 75 t ssion mit | |
SFX 76 Y 1 | |
SFX 76 y ication y | |
SFX 77 Y 8 | |
SFX 77 ь ам [жчшщ]ь | |
SFX 77 ь ами [жчшщ]ь | |
SFX 77 ь ах [жчшщ]ь | |
SFX 77 ь ей ь | |
SFX 77 ь и ь | |
SFX 77 ь ям [^жчшщ]ь | |
SFX 77 ь ями [^жчшщ]ь | |
SFX 77 ь ях [^жчшщ]ь | |
SFX 78 Y 3 | |
SFX 78 0 al [^aebcrtxmy] | |
SFX 78 0 al [^ipux]t | |
SFX 78 0 al [^u]m | |
SFX 79 Y 1 | |
SFX 79 0 ial [bcrx] | |
SFX 80 Y 1 | |
SFX 80 0 l a | |
SFX 81 Y 1 | |
SFX 81 0 tal [iu]t | |
SFX 82 Y 1 | |
SFX 82 0 ual [px]t | |
SFX 83 Y 9 | |
SFX 83 0 а ин | |
SFX 83 0 е ин | |
SFX 83 0 ев [анря]ц | |
SFX 83 0 м [ая] | |
SFX 83 0 ми [ая] | |
SFX 83 0 ом ин | |
SFX 83 0 у ин | |
SFX 83 0 х [ая] | |
SFX 83 e al [^bcgv]e | |
SFX 84 Y 1 | |
SFX 84 e ial [bcgv]e | |
SFX 85 Y 1 | |
SFX 85 um al um | |
SFX 86 Y 1 | |
SFX 86 y al ty | |
SFX 87 Y 1 | |
SFX 87 y ial [^t]y | |
SFX 88 Y 123 | |
SFX 88 ек ка [жчш]ек | |
SFX 88 ек кам [жчш]ек | |
SFX 88 ек ками [жчш]ек | |
SFX 88 ек ках [жчш]ек | |
SFX 88 ек ке [жчш]ек | |
SFX 88 ек ки [жчш]ек | |
SFX 88 ек ков [жчш]ек | |
SFX 88 ек ком [жчш]ек | |
SFX 88 ек ку [жчш]ек | |
SFX 88 ек ька [лнрс]ек | |
SFX 88 ёк ька [лнрс]ёк | |
SFX 88 ек ькам [лнрс]ек | |
SFX 88 ёк ькам [лнрс]ёк | |
SFX 88 ек ьками [лнрс]ек | |
SFX 88 ёк ьками [лнрс]ёк | |
SFX 88 ек ьках [лнрс]ек | |
SFX 88 ёк ьках [лнрс]ёк | |
SFX 88 ек ьке [лнрс]ек | |
SFX 88 ёк ьке [лнрс]ёк | |
SFX 88 ек ьки [лнрс]ек | |
SFX 88 ёк ьки [лнрс]ёк | |
SFX 88 ек ьков [лнрс]ек | |
SFX 88 ёк ьков [лнрс]ёк | |
SFX 88 ек ьком [лнрс]ек | |
SFX 88 ёк ьком [лнрс]ёк | |
SFX 88 ек ьку [лнрс]ек | |
SFX 88 ёк ьку [лнрс]ёк | |
SFX 88 ел ла ел | |
SFX 88 ёл ла ёл | |
SFX 88 ел лам ел | |
SFX 88 ёл лам ёл | |
SFX 88 ел лами ел | |
SFX 88 ёл лами ёл | |
SFX 88 ел лах ел | |
SFX 88 ёл лах ёл | |
SFX 88 ел ле ел | |
SFX 88 ёл ле ёл | |
SFX 88 ел лов ел | |
SFX 88 ёл лов ёл | |
SFX 88 ел лом ел | |
SFX 88 ёл лом ёл | |
SFX 88 ел лу ел | |
SFX 88 ёл лу ёл | |
SFX 88 ел лы ел | |
SFX 88 ёл лы ёл | |
SFX 88 ень не ень | |
SFX 88 ень ней ень | |
SFX 88 ень нем ень | |
SFX 88 ень ни ень | |
SFX 88 ень ню ень | |
SFX 88 ень ня ень | |
SFX 88 ень ням ень | |
SFX 88 ень нями ень | |
SFX 88 ень нях ень | |
SFX 88 ец йца [аеио]ец | |
SFX 88 ец йцам [аеио]ец | |
SFX 88 ец йцами [аеио]ец | |
SFX 88 ец йцах [аеио]ец | |
SFX 88 ец йце [аеио]ец | |
SFX 88 ец йцев [аеи]ец | |
SFX 88 ец йцем [аеи]ец | |
SFX 88 ец йцу [аеио]ец | |
SFX 88 ец йцы [аеио]ец | |
SFX 88 ец ца [^аеиол]ец | |
SFX 88 ец цам [^аеиол]ец | |
SFX 88 ец цами [^аеиол]ец | |
SFX 88 ец цах [^аеиол]ец | |
SFX 88 ец це [^аеиол]ец | |
SFX 88 ец цу [^аеиол]ец | |
SFX 88 ец цы [^аеиол]ец | |
SFX 88 ец ьца лец | |
SFX 88 ец ьцам лец | |
SFX 88 ец ьцами лец | |
SFX 88 ец ьцах лец | |
SFX 88 ец ьце лец | |
SFX 88 ец ьцу лец | |
SFX 88 ец ьцы лец | |
SFX 88 и ам [^абдеилнорсть]и | |
SFX 88 и ами [^абдеилнорсть]и | |
SFX 88 и ах [^абдеилнорсть]и | |
SFX 88 и ям [абдеилнорсть]и | |
SFX 88 и ями [абеилнорсь]и | |
SFX 88 и ями [арс]ти | |
SFX 88 и ях [абдеилнорсть]и | |
SFX 88 ий ье ий | |
SFX 88 ий ьего ий | |
SFX 88 ий ьей ий | |
SFX 88 ий ьем ий | |
SFX 88 ий ьему ий | |
SFX 88 ий ьи ий | |
SFX 88 ий ьим ий | |
SFX 88 ий ьими ий | |
SFX 88 ий ьих ий | |
SFX 88 ий ью ий | |
SFX 88 ий ья ий | |
SFX 88 ин ам ин | |
SFX 88 ин ами ин | |
SFX 88 ин ах ин | |
SFX 88 ин е нин | |
SFX 88 ин ы рин | |
SFX 88 нин н нин | |
SFX 88 ок ка ок | |
SFX 88 ок кам ок | |
SFX 88 ок ками ок | |
SFX 88 ок ках ок | |
SFX 88 ок ке ок | |
SFX 88 ок ки ок | |
SFX 88 ок ков ок | |
SFX 88 ок ком ок | |
SFX 88 ок ку ок | |
SFX 88 оть те оть | |
SFX 88 оть тей оть | |
SFX 88 оть тем оть | |
SFX 88 оть ти оть | |
SFX 88 оть тю оть | |
SFX 88 оть тя оть | |
SFX 88 оть тям оть | |
SFX 88 оть тями оть | |
SFX 88 оть тях оть | |
SFX 88 рин р рин | |
SFX 88 ы ам ы | |
SFX 88 ы ами ы | |
SFX 88 ы ах ы | |
SFX 89 Y 4 | |
SFX 89 0 ness [^y] | |
SFX 89 0 ness [aeiou]y | |
SFX 89 0 ness's [^y] | |
SFX 89 0 ness's [aeiou]y | |
SFX 90 Y 14 | |
SFX 90 y iness [^aeiou]y | |
SFX 90 y iness's [^aeiou]y | |
SFX 90 ить а [жчшщ]ить | |
SFX 90 ить я [^жчшщ]ить | |
SFX 90 иться ась [жчшщ]иться | |
SFX 90 иться ясь [^жчшщ]иться | |
SFX 90 ть я [^аеоу]ять | |
SFX 90 ть я [ае]ть | |
SFX 90 ться сь [аеоу]яться | |
SFX 90 ться ясь [^аеоу]яться | |
SFX 90 ться ясь [ае]ться | |
SFX 90 ыть оя ыть | |
SFX 90 ыться оясь ыться | |
SFX 90 ять я [аеоу]ять | |
SFX 91 Y 16 | |
SFX 91 0 ise [^aemsy] | |
SFX 91 0 ise [^i]s | |
SFX 91 0 ise [^u]m | |
SFX 91 0 ise [aeiou]y | |
SFX 91 0 ised [^aemsy] | |
SFX 91 0 ised [^i]s | |
SFX 91 0 ised [^u]m | |
SFX 91 0 ised [aeiou]y | |
SFX 91 0 ises [^aemsy] | |
SFX 91 0 ises [^i]s | |
SFX 91 0 ises [^u]m | |
SFX 91 0 ises [aeiou]y | |
SFX 91 0 ising [^aemsy] | |
SFX 91 0 ising [^i]s | |
SFX 91 0 ising [^u]m | |
SFX 91 0 ising [aeiou]y | |
SFX 92 Y 4 | |
SFX 92 0 tise a | |
SFX 92 0 tised a | |
SFX 92 0 tises a | |
SFX 92 0 tising a | |
SFX 93 Y 8 | |
SFX 93 e ise [^l]e | |
SFX 93 e ise [aeiou]le | |
SFX 93 e ised [^l]e | |
SFX 93 e ised [aeiou]le | |
SFX 93 e ises [^l]e | |
SFX 93 e ises [aeiou]le | |
SFX 93 e ising [^l]e | |
SFX 93 e ising [aeiou]le | |
SFX 94 Y 4 | |
SFX 94 le ilise [^aeiou]le | |
SFX 94 le ilised [^aeiou]le | |
SFX 94 le ilises [^aeiou]le | |
SFX 94 le ilising [^aeiou]le | |
SFX 95 Y 4 | |
SFX 95 s se is | |
SFX 95 s sed is | |
SFX 95 s ses is | |
SFX 95 s sing is | |
SFX 96 Y 4 | |
SFX 96 um ise um | |
SFX 96 um ised um | |
SFX 96 um ises um | |
SFX 96 um ising um | |
SFX 97 Y 10 | |
SFX 97 y ise [^aeiou]y | |
SFX 97 y ised [^aeiou]y | |
SFX 97 y ises [^aeiou]y | |
SFX 97 y ising [^aeiou]y | |
SFX 97 евать уя [жшщчц]евать | |
SFX 97 евать юя [^жшщчц]евать | |
SFX 97 еваться уясь [жшщчц]еваться | |
SFX 97 еваться юясь [^жшщчц]еваться | |
SFX 97 овать уя овать | |
SFX 97 оваться уясь оваться | |
SFX 98 Y 7 | |
SFX 98 0 ber [^aeio][aeiou]b | |
SFX 98 0 bers [^aeio][aeiou]b | |
SFX 98 0 ber's [^aeio][aeiou]b | |
SFX 98 0 der [^aeio][aeiou]d | |
SFX 98 0 ders [^aeio][aeiou]d | |
SFX 98 0 der's [^aeio][aeiou]d | |
SFX 98 0 er [^aeiou][bcdfgklmnprstvz] | |
SFX 99 Y 1 | |
SFX 99 0 er [^ebcdfgklmnprstvyz] | |
SFX 100 Y 2 | |
SFX 100 0 er [^ey] | |
SFX 100 0 er [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 101 Y 1 | |
SFX 101 0 er [aeio][eiou]l | |
SFX 102 Y 4 | |
SFX 102 0 er [aeiou]y | |
SFX 102 0 er [aeo]al | |
SFX 102 0 ers [^aeiou][bcdfgklmnprstvz] | |
SFX 102 0 er's [^aeiou][bcdfgklmnprstvz] | |
SFX 103 Y 2 | |
SFX 103 0 ers [^ebcdfgklmnprstvyz] | |
SFX 103 0 er's [^ebcdfgklmnprstvyz] | |
SFX 104 Y 2 | |
SFX 104 0 ers [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 104 0 er's [aeio][aeiou][bcdfgkmnprstvz] | |
SFX 105 Y 2 | |
SFX 105 0 ers [aeio][eiou]l | |
SFX 105 0 er's [aeio][eiou]l | |
SFX 106 Y 10 | |
SFX 106 0 ers [aeiou]y | |
SFX 106 0 er's [aeiou]y | |
SFX 106 0 ers [aeo]al | |
SFX 106 0 er's [aeo]al | |
SFX 106 0 fer [^aeio][aeiou]f | |
SFX 106 0 fers [^aeio][aeiou]f | |
SFX 106 0 fer's [^aeio][aeiou]f | |
SFX 106 0 ger [^aeio][aeiou]g | |
SFX 106 0 gers [^aeio][aeiou]g | |
SFX 106 0 ger's [^aeio][aeiou]g | |
SFX 107 Y 2 | |
SFX 107 0 ker [^aeio][aeiou]c | |
SFX 107 0 ker [^aeio][aeiou]k | |
SFX 108 Y 4 | |
SFX 108 0 kers [^aeio][aeiou]c | |
SFX 108 0 ker's [^aeio][aeiou]c | |
SFX 108 0 kers [^aeio][aeiou]k | |
SFX 108 0 ker's [^aeio][aeiou]k | |
SFX 109 Y 2 | |
SFX 109 0 ler [^aeio][eiou]l | |
SFX 109 0 ler [^aeo]al | |
SFX 110 Y 13 | |
SFX 110 0 lers [^aeio][eiou]l | |
SFX 110 0 ler's [^aeio][eiou]l | |
SFX 110 0 lers [^aeo]al | |
SFX 110 0 ler's [^aeo]al | |
SFX 110 0 mer [^aeio][aeiou]m | |
SFX 110 0 mers [^aeio][aeiou]m | |
SFX 110 0 mer's [^aeio][aeiou]m | |
SFX 110 0 ner [^aeio][aeiou]n | |
SFX 110 0 ners [^aeio][aeiou]n | |
SFX 110 0 ner's [^aeio][aeiou]n | |
SFX 110 0 per [^aeio][aeiou]p | |
SFX 110 0 pers [^aeio][aeiou]p | |
SFX 110 0 per's [^aeio][aeiou]p | |
SFX 111 Y 4 | |
SFX 111 0 r e | |
SFX 111 0 rer [^aeio][aeiou]r | |
SFX 111 0 rers [^aeio][aeiou]r | |
SFX 111 0 rer's [^aeio][aeiou]r | |
SFX 112 Y 14 | |
SFX 112 0 rs e | |
SFX 112 0 r's e | |
SFX 112 0 ser [^aeio][aeiou]s | |
SFX 112 0 sers [^aeio][aeiou]s | |
SFX 112 0 ser's [^aeio][aeiou]s | |
SFX 112 0 ter [^aeio][aeiou]t | |
SFX 112 0 ters [^aeio][aeiou]t | |
SFX 112 0 ter's [^aeio][aeiou]t | |
SFX 112 0 ver [^aeio][aeiou]v | |
SFX 112 0 vers [^aeio][aeiou]v | |
SFX 112 0 ver's [^aeio][aeiou]v | |
SFX 112 0 zer [^aeio][aeiou]z | |
SFX 112 0 zers [^aeio][aeiou]z | |
SFX 112 0 zer's [^aeio][aeiou]z | |
SFX 113 Y 1 | |
SFX 113 y ier [^aeiou]y | |
SFX 114 Y 6 | |
SFX 114 y iers [^aeiou]y | |
SFX 114 y ier's [^aeiou]y | |
SFX 114 сть в сть | |
SFX 114 сться вшись сться | |
SFX 114 ть в [аеиоуыя]ть | |
SFX 114 ться вшись [аеиоуыя]ться | |
SFX 115 Y 3 | |
SFX 115 0 es [cs]h | |
SFX 115 0 es [sxz] | |
SFX 115 0 es [sxzh] | |
SFX 116 Y 6 | |
SFX 116 0 s [^ae]u | |
SFX 116 0 s [^cs]h | |
SFX 116 0 s [^hsuxyz] | |
SFX 116 0 s [^sxzhy] | |
SFX 116 0 s [ae]u | |
SFX 116 0 s [aeiou]y | |
SFX 117 Y 1 | |
SFX 117 0 x [ae]u | |
SFX 118 Y 1 | |
SFX 118 y ies [^aeiou]y | |
SFX 119 Y 40 | |
SFX 119 ённый ена ённый | |
SFX 119 ённый ено ённый | |
SFX 119 ённый ены ённый | |
SFX 119 ий 0 [гжчхщ]ий | |
SFX 119 ий а [гжкхчщ]ий | |
SFX 119 ий е [жчщ]ий | |
SFX 119 ий и [гжкхчщ]ий | |
SFX 119 ий о [гкх]ий | |
SFX 119 йкий ек йкий | |
SFX 119 йный ен йный | |
SFX 119 кий к [аеёиоуы]кий | |
SFX 119 кий к [аеиоуы]кий | |
SFX 119 кий ок [^аеёийоуыь]кий | |
SFX 119 кий ок [^аеийоуыь]кий | |
SFX 119 нный н нный | |
SFX 119 ный а [^ё]нный | |
SFX 119 ный а нный | |
SFX 119 ный ен [^еёйлнь]ный | |
SFX 119 ный ен [^ейлнь]ный | |
SFX 119 ный н [её]ный | |
SFX 119 ный н еный | |
SFX 119 ный на [^н]ный | |
SFX 119 ный но [^н]ный | |
SFX 119 ный ны [^н]ный | |
SFX 119 ный о [^ё]нный | |
SFX 119 ный о нный | |
SFX 119 ный он лный | |
SFX 119 ный ы [^ё]нный | |
SFX 119 ный ы нный | |
SFX 119 ой 0 ой | |
SFX 119 ой а ой | |
SFX 119 ой и [гх]ой | |
SFX 119 ой о ой | |
SFX 119 ой ы [^гх]ой | |
SFX 119 ый 0 [^н]ый | |
SFX 119 ый а [^н]ый | |
SFX 119 ый о [^н]ый | |
SFX 119 ый ы [^н]ый | |
SFX 119 ький ек ький | |
SFX 119 ьный ен ьный | |
SFX 120 Y 17 | |
SFX 120 0 ber [^aeio][aeiou]b | |
SFX 120 0 best [^aeio][aeiou]b | |
SFX 120 0 der [^aeio][aeiou]d | |
SFX 120 0 dest [^aeio][aeiou]d | |
SFX 120 0 er [^aeiou][bcdfgklmnprstvz] | |
SFX 120 0 er [^ebcdfgklmnprstvyz] | |
SFX 120 0 er [aeio][aeiou][bcdfgklmnprstvz] | |
SFX 120 0 er [aeiou]y | |
SFX 120 0 est [^aeiou][bcdfgklmnprstvz] | |
SFX 120 0 est [^ebcdfgklmnprstvyz] | |
SFX 120 0 est [^ey] | |
SFX 120 0 est [aeio][aeiou][bcdfgklmnprstvz] | |
SFX 120 0 est [aeiou]y | |
SFX 120 0 fer [^aeio][aeiou]f | |
SFX 120 0 fest [^aeio][aeiou]f | |
SFX 120 0 ger [^aeio][aeiou]g | |
SFX 120 0 gest [^aeio][aeiou]g | |
SFX 121 Y 20 | |
SFX 121 0 ker [^aeio][aeiou]c | |
SFX 121 0 ker [^aeio][aeiou]k | |
SFX 121 0 kest [^aeio][aeiou]c | |
SFX 121 0 kest [^aeio][aeiou]k | |
SFX 121 0 ler [^aeio][aeiou]l | |
SFX 121 0 lest [^aeio][aeiou]l | |
SFX 121 0 mer [^aeio][aeiou]m | |
SFX 121 0 mest [^aeio][aeiou]m | |
SFX 121 0 ner [^aeio][aeiou]n | |
SFX 121 0 nest [^aeio][aeiou]n | |
SFX 121 0 per [^aeio][aeiou]p | |
SFX 121 0 pest [^aeio][aeiou]p | |
SFX 121 0 r e | |
SFX 121 0 rer [^aeio][aeiou]r | |
SFX 121 0 rest [^aeio][aeiou]r | |
SFX 121 0 ser [^aeio][aeiou]s | |
SFX 121 0 sest [^aeio][aeiou]s | |
SFX 121 0 st e | |
SFX 121 0 ter [^aeio][aeiou]t | |
SFX 121 0 test [^aeio][aeiou]t | |
SFX 122 Y 4 | |
SFX 122 0 ver [^aeio][aeiou]v | |
SFX 122 0 vest [^aeio][aeiou]v | |
SFX 122 0 zer [^aeio][aeiou]z | |
SFX 122 0 zest [^aeio][aeiou]z | |
SFX 123 Y 2 | |
SFX 123 y ier [^aeiou]y | |
SFX 123 y iest [^aeiou]y | |
SFX 124 Y 38 | |
SFX 124 ать и [жч]ать | |
SFX 124 аться ись [жч]аться | |
SFX 124 евать уй [жшщчц]евать | |
SFX 124 евать уйте [жшщчц]евать | |
SFX 124 евать юй [^жшщчц]евать | |
SFX 124 евать юйте [^жшщчц]евать | |
SFX 124 еваться уйся [жшщчц]еваться | |
SFX 124 еваться уйтесь [жшщчц]еваться | |
SFX 124 еваться юйся [^жшщчц]еваться | |
SFX 124 еваться юйтесь [^жшщчц]еваться | |
SFX 124 еть и еть | |
SFX 124 еть ите еть | |
SFX 124 еться ись еться | |
SFX 124 еться итесь еться | |
SFX 124 ить й [аео]ить | |
SFX 124 ить йте [аео]ить | |
SFX 124 ить ь [^аео]ить | |
SFX 124 ить ьте [^аео]ить | |
SFX 124 иться йся [аео]иться | |
SFX 124 иться йтесь [аео]иться | |
SFX 124 иться ься [^аео]иться | |
SFX 124 иться ьтесь [^аео]иться | |
SFX 124 овать уй овать | |
SFX 124 овать уйте овать | |
SFX 124 оваться уйся оваться | |
SFX 124 оваться уйтесь оваться | |
SFX 124 сать ши сать | |
SFX 124 сать шите сать | |
SFX 124 саться шись саться | |
SFX 124 саться шитесь саться | |
SFX 124 уть ь уть | |
SFX 124 уть ьте уть | |
SFX 124 уться ься уться | |
SFX 124 уться ьтесь уться | |
SFX 124 ять й [аеоу]ять | |
SFX 124 ять йте [аеоу]ять | |
SFX 124 яться йся [аеоу]яться | |
SFX 124 яться йтесь [аеоу]яться | |
SFX 125 Y 162 | |
SFX 125 ать ем дать | |
SFX 125 ать ём дать | |
SFX 125 ать ет дать | |
SFX 125 ать ёт дать | |
SFX 125 ать ете дать | |
SFX 125 ать ёте дать | |
SFX 125 ать ешь дать | |
SFX 125 ать ёшь дать | |
SFX 125 ать им [жшщч]ать | |
SFX 125 ать ит [жшщч]ать | |
SFX 125 ать ите [жшщч]ать | |
SFX 125 ать ишь [жшщч]ать | |
SFX 125 ать у [жшщч]ать | |
SFX 125 ать у дать | |
SFX 125 ать ут дать | |
SFX 125 аться емся даться | |
SFX 125 аться ёмся даться | |
SFX 125 аться етесь даться | |
SFX 125 аться ётесь даться | |
SFX 125 аться ется даться | |
SFX 125 аться ётся даться | |
SFX 125 аться ешься даться | |
SFX 125 аться ёшься даться | |
SFX 125 аться имся [жшщч]аться | |
SFX 125 аться итесь [жшщч]аться | |
SFX 125 аться ится [жшщч]аться | |
SFX 125 аться ишься [жшщч]аться | |
SFX 125 аться усь [жшщч]аться | |
SFX 125 аться усь даться | |
SFX 125 аться утся даться | |
SFX 125 вать ем авать | |
SFX 125 вать ём авать | |
SFX 125 вать ет авать | |
SFX 125 вать ёт авать | |
SFX 125 вать ете авать | |
SFX 125 вать ёте авать | |
SFX 125 вать ешь авать | |
SFX 125 вать ёшь авать | |
SFX 125 вать ю авать | |
SFX 125 вать ют авать | |
SFX 125 ваться емся аваться | |
SFX 125 ваться ёмся аваться | |
SFX 125 ваться етесь аваться | |
SFX 125 ваться ётесь аваться | |
SFX 125 ваться ется аваться | |
SFX 125 ваться ётся аваться | |
SFX 125 ваться ешься аваться | |
SFX 125 ваться ёшься аваться | |
SFX 125 ваться юсь аваться | |
SFX 125 ваться ются аваться | |
SFX 125 евать уем [жшщчц]евать | |
SFX 125 евать ует [жшщчц]евать | |
SFX 125 евать уете [жшщчц]евать | |
SFX 125 евать уешь [жшщчц]евать | |
SFX 125 евать ую [жшщчц]евать | |
SFX 125 евать уют [жшщчц]евать | |
SFX 125 евать юем [^жшщчц]евать | |
SFX 125 евать юет [^жшщчц]евать | |
SFX 125 евать юете [^жшщчц]евать | |
SFX 125 евать юешь [^жшщчц]евать | |
SFX 125 евать юю [^жшщчц]евать | |
SFX 125 евать юют [^жшщчц]евать | |
SFX 125 еваться уемся [жшщчц]еваться | |
SFX 125 еваться уетесь [жшщчц]еваться | |
SFX 125 еваться уется [жшщчц]еваться | |
SFX 125 еваться уешься [жшщчц]еваться | |
SFX 125 еваться уюсь [жшщчц]еваться | |
SFX 125 еваться уются [жшщчц]еваться | |
SFX 125 еваться юемся [^жшщчц]еваться | |
SFX 125 еваться юетесь [^жшщчц]еваться | |
SFX 125 еваться юется [^жшщчц]еваться | |
SFX 125 еваться юешься [^жшщчц]еваться | |
SFX 125 еваться ююсь [^жшщчц]еваться | |
SFX 125 еваться юются [^жшщчц]еваться | |
SFX 125 овать уем овать | |
SFX 125 овать ует овать | |
SFX 125 овать уете овать | |
SFX 125 овать уешь овать | |
SFX 125 овать ую овать | |
SFX 125 овать уют овать | |
SFX 125 оваться уемся оваться | |
SFX 125 оваться уетесь оваться | |
SFX 125 оваться уется оваться | |
SFX 125 оваться уешься оваться | |
SFX 125 оваться уюсь оваться | |
SFX 125 оваться уются оваться | |
SFX 125 ть ем [^аеоу]ять | |
SFX 125 ть ет [^аеоу]ять | |
SFX 125 ть ете [^аеоу]ять | |
SFX 125 ть ешь [^аеоу]ять | |
SFX 125 ть т [жшщч]ать | |
SFX 125 ть т оять | |
SFX 125 ть т уть | |
SFX 125 ть ю [^аеоу]ять | |
SFX 125 ть ют [^аеоу]ять | |
SFX 125 ться емся [^аеоу]яться | |
SFX 125 ться етесь [^аеоу]яться | |
SFX 125 ться ется [^аеоу]яться | |
SFX 125 ться ешься [^аеоу]яться | |
SFX 125 ться сь уться | |
SFX 125 ться юсь [^аеоу]яться | |
SFX 125 ться ются [^аеоу]яться | |
SFX 125 уть ем уть | |
SFX 125 уть ём уть | |
SFX 125 уть ет уть | |
SFX 125 уть ёт уть | |
SFX 125 уть ете уть | |
SFX 125 уть ёте уть | |
SFX 125 уть ешь уть | |
SFX 125 уть ёшь уть | |
SFX 125 уть у уть | |
SFX 125 уться емся уться | |
SFX 125 уться ёмся уться | |
SFX 125 уться етесь уться | |
SFX 125 уться ётесь уться | |
SFX 125 уться ется уться | |
SFX 125 уться ётся уться | |
SFX 125 уться ешься уться | |
SFX 125 уться ёшься уться | |
SFX 125 чь гу чь | |
SFX 125 чь гут чь | |
SFX 125 чь жем чь | |
SFX 125 чь жём чь | |
SFX 125 чь жет чь | |
SFX 125 чь жёт чь | |
SFX 125 чь жете чь | |
SFX 125 чь жёте чь | |
SFX 125 чь жешь чь | |
SFX 125 чь жёшь чь | |
SFX 125 чься гусь чься | |
SFX 125 чься гутся чься | |
SFX 125 чься жемся чься | |
SFX 125 чься жёмся чься | |
SFX 125 чься жетесь чься | |
SFX 125 чься жётесь чься | |
SFX 125 чься жется чься | |
SFX 125 чься жётся чься | |
SFX 125 чься жешься чься | |
SFX 125 чься жёшься чься | |
SFX 125 ься ся [жшщч]аться | |
SFX 125 ься ся ояться | |
SFX 125 ься ся уться | |
SFX 125 ять ем [аеу]ять | |
SFX 125 ять ет [аеу]ять | |
SFX 125 ять ете [аеу]ять | |
SFX 125 ять ешь [аеу]ять | |
SFX 125 ять им оять | |
SFX 125 ять ит оять | |
SFX 125 ять ите оять | |
SFX 125 ять ишь оять | |
SFX 125 ять ю [аеоу]ять | |
SFX 125 ять ют [аеу]ять | |
SFX 125 яться емся [аеу]яться | |
SFX 125 яться етесь [аеу]яться | |
SFX 125 яться ется [аеу]яться | |
SFX 125 яться ешься [аеу]яться | |
SFX 125 яться имся ояться | |
SFX 125 яться итесь ояться | |
SFX 125 яться ится ояться | |
SFX 125 яться ишься ояться | |
SFX 125 яться юсь [аеоу]яться | |
SFX 125 яться ются [аеу]яться | |
SFX 126 Y 2 | |
SFX 126 0 ative [^abdeilosty] | |
SFX 126 0 ative [^aeiou]l | |
SFX 127 Y 2 | |
SFX 127 0 ive [^e] | |
SFX 127 0 ive [st] | |
SFX 128 Y 1 | |
SFX 128 0 lative [aeiou]l | |
SFX 129 Y 1 | |
SFX 129 0 tive [aio] | |
SFX 130 Y 1 | |
SFX 130 b ptive b | |
SFX 131 Y 1 | |
SFX 131 be ptive be | |
SFX 132 Y 1 | |
SFX 132 d sive d | |
SFX 133 Y 1 | |
SFX 133 de sive de | |
SFX 134 Y 1 | |
SFX 134 e ative [^bcdkmst]e | |
SFX 135 Y 2 | |
SFX 135 e ive [st]e | |
SFX 135 e ive e | |
SFX 136 Y 1 | |
SFX 136 e ptive me | |
SFX 137 Y 1 | |
SFX 137 e tive ce | |
SFX 138 Y 1 | |
SFX 138 ke cative ke | |
SFX 139 Y 1 | |
SFX 139 y icative y | |
SFX 140 Y 184 | |
SFX 140 ать ем дать | |
SFX 140 ать ет дать | |
SFX 140 ать ете дать | |
SFX 140 ать ешь дать | |
SFX 140 ать лем пать | |
SFX 140 ать лет пать | |
SFX 140 ать лете пать | |
SFX 140 ать лешь пать | |
SFX 140 ать лю пать | |
SFX 140 ать лют пать | |
SFX 140 ать у дать | |
SFX 140 ать ут дать | |
SFX 140 аться лемся паться | |
SFX 140 аться летесь паться | |
SFX 140 аться лется паться | |
SFX 140 аться лешься паться | |
SFX 140 аться люсь паться | |
SFX 140 аться лются паться | |
SFX 140 евать уем [жшщчц]евать | |
SFX 140 евать уём [жшщчц]евать | |
SFX 140 евать ует [жшщчц]евать | |
SFX 140 евать уёт [жшщчц]евать | |
SFX 140 евать уете [жшщчц]евать | |
SFX 140 евать уёте [жшщчц]евать | |
SFX 140 евать уешь [жшщчц]евать | |
SFX 140 евать уёшь [жшщчц]евать | |
SFX 140 евать ую [жшщчц]евать | |
SFX 140 евать уют [жшщчц]евать | |
SFX 140 евать юем [^жшщчц]евать | |
SFX 140 евать юём [^жшщчц]евать | |
SFX 140 евать юет [^жшщчц]евать | |
SFX 140 евать юёт [^жшщчц]евать | |
SFX 140 евать юете [^жшщчц]евать | |
SFX 140 евать юёте [^жшщчц]евать | |
SFX 140 евать юешь [^жшщчц]евать | |
SFX 140 евать юёшь [^жшщчц]евать | |
SFX 140 евать юю [^жшщчц]евать | |
SFX 140 евать юют [^жшщчц]евать | |
SFX 140 еваться уетесь [жшщчц]еваться | |
SFX 140 еваться уётесь [жшщчц]еваться | |
SFX 140 еваться уется [жшщчц]еваться | |
SFX 140 еваться уётся [жшщчц]еваться | |
SFX 140 еваться уешься [жшщчц]еваться | |
SFX 140 еваться уёшься [жшщчц]еваться | |
SFX 140 еваться уюсь [жшщчц]еваться | |
SFX 140 еваться уются [жшщчц]еваться | |
SFX 140 еваться юемся [^жшщчц]еваться | |
SFX 140 еваться юёмся [^жшщчц]еваться | |
SFX 140 еваться юетесь [^жшщчц]еваться | |
SFX 140 еваться юётесь [^жшщчц]еваться | |
SFX 140 еваться юется [^жшщчц]еваться | |
SFX 140 еваться юётся [^жшщчц]еваться | |
SFX 140 еваться юешься [^жшщчц]еваться | |
SFX 140 еваться юёшься [^жшщчц]еваться | |
SFX 140 еваться ююсь [^жшщчц]еваться | |
SFX 140 еваться юются [^жшщчц]еваться | |
SFX 140 ечь ягу лечь | |
SFX 140 ечь ягут лечь | |
SFX 140 ечь яжем лечь | |
SFX 140 ечь яжет лечь | |
SFX 140 ечь яжете лечь | |
SFX 140 ечь яжешь лечь | |
SFX 140 ечься ягусь лечься | |
SFX 140 ечься ягутся лечься | |
SFX 140 ечься яжемся лечься | |
SFX 140 ечься яжетесь лечься | |
SFX 140 ечься яжется лечься | |
SFX 140 ечься яжешься лечься | |
SFX 140 ить ьем [бвлп]ить | |
SFX 140 ить ьём [бвлп]ить | |
SFX 140 ить ьет [бвлп]ить | |
SFX 140 ить ьёт [бвлп]ить | |
SFX 140 ить ьете [бвлп]ить | |
SFX 140 ить ьёте [бвлп]ить | |
SFX 140 ить ьешь [бвлп]ить | |
SFX 140 ить ьёшь [бвлп]ить | |
SFX 140 ить ью [бвлп]ить | |
SFX 140 ить ьют [бвлп]ить | |
SFX 140 иться ьемся [бвлп]иться | |
SFX 140 иться ьёмся [бвлп]иться | |
SFX 140 иться ьетесь [бвлп]иться | |
SFX 140 иться ьётесь [бвлп]иться | |
SFX 140 иться ьется [бвлп]иться | |
SFX 140 иться ьётся [бвлп]иться | |
SFX 140 иться ьешься [бвлп]иться | |
SFX 140 иться ьёшься [бвлп]иться | |
SFX 140 иться ьюсь [бвлп]иться | |
SFX 140 иться ьются |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment