Last active
June 12, 2018 05:47
-
-
Save isitannarli/9400f224259a065740ba5efe546e968c to your computer and use it in GitHub Desktop.
sublimetext-settings-sync
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>amCoder</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1C</string> | |
| <key>caret</key> | |
| <string>#CECECE</string> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| <key>invisibles</key> | |
| <string>#6E6E6E</string> | |
| <key>lineHighlight</key> | |
| <string>#404040</string> | |
| <key>bracketContentsForeground</key> | |
| <string>#6CC7D9</string> | |
| <key>bracketContentsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>bracketsForeground</key> | |
| <string>#E52E71</string> | |
| <key>bracketsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>tagsForeground</key> | |
| <string>#E52E71</string> | |
| <key>tagsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>findHighlight</key> | |
| <string>#CCC47A</string> | |
| <key>findHighlightForeground</key> | |
| <string>#1C1C1C</string> | |
| <key>gutter</key> | |
| <string>#1C1C1C</string> | |
| <key>gutterForeground</key> | |
| <string>#6E6E6E</string> | |
| <key>selection</key> | |
| <string>#404040</string> | |
| <key>selectionBorder</key> | |
| <string>#6E6E6E</string> | |
| <key>inactiveSelection</key> | |
| <string>#242424</string> | |
| <key>guide</key> | |
| <string>#404040</string> | |
| <key>activeGuide</key> | |
| <string>#6E6E6E</string> | |
| <key>stackGuide</key> | |
| <string>#404040</string> | |
| <key>highlight</key> | |
| <string>#CCC47A</string> | |
| <key>highlightForeground</key> | |
| <string>#1C1C1C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>constant.numeric.line-number.find-in-files - match</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A082D9A0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>entity.name.filename.find-in-files</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#A082D9</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>#A082D9</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>#A082D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string /> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage type</string> | |
| <key>scope</key> | |
| <string>storage.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#9CCC3D</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>italic underline</string> | |
| <key>foreground</key> | |
| <string>#9CCC3D</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>#9CCC3D</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>italic</string> | |
| <key>foreground</key> | |
| <string>#D9882B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag name</string> | |
| <key>scope</key> | |
| <string>entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</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>#9CCC3D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library function</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library constant</string> | |
| <key>scope</key> | |
| <string>support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6CC7D9</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>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library variable</string> | |
| <key>scope</key> | |
| <string>support.other.variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string /> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#E52E71</string> | |
| <key>foreground</key> | |
| <string>#CECECE</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>#A082D9</string> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON String</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.json string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCC3D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.changed</string> | |
| <key>scope</key> | |
| <string>markup.changed</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#A082D9</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>#CCC47A</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>#D9882B</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>#6CC7D9</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>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: Raw block</string> | |
| <key>scope</key> | |
| <string>markup.raw.block</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A082D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: table</string> | |
| <key>scope</key> | |
| <string>markup.table</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: plain</string> | |
| <key>scope</key> | |
| <string>text.html.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: linebreak</string> | |
| <key>scope</key> | |
| <string>text.html.markdown meta.dummy.line-break</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Blockquote</string> | |
| <key>scope</key> | |
| <string>markup.quote, punctuation.definition.blockquote.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Link</string> | |
| <key>scope</key> | |
| <string>string.other.link.title.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: List Items Punctuation</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.list_item.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>foreground</key> | |
| <string>#A082D9</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>foreground</key> | |
| <string>#A082D9</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>#A082D9</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>#242424</string> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>#DDB700</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>#D02000</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3cb0e5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3cb0e5ff</string> | |
| <key>foreground</key> | |
| <string>#083143FF</string> | |
| <key>caret</key> | |
| <string>#083143FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3cb0e5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3cb0e5ff</string> | |
| <key>caret</key> | |
| <string>#083143FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_164450ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#164450ff</string> | |
| <key>foreground</key> | |
| <string>#AFDDE9FF</string> | |
| <key>caret</key> | |
| <string>#AFDDE9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_164450ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#164450ff</string> | |
| <key>caret</key> | |
| <string>#AFDDE9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_048dd2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#048dd2ff</string> | |
| <key>foreground</key> | |
| <string>#2DB5FBFF</string> | |
| <key>caret</key> | |
| <string>#2DB5FBFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_048dd2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#048dd2ff</string> | |
| <key>caret</key> | |
| <string>#2DB5FBFF</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>#1C1C1dFF</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_002652ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#002652ff</string> | |
| <key>foreground</key> | |
| <string>#ADD2FFFF</string> | |
| <key>caret</key> | |
| <string>#ADD2FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_002652ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#002652ff</string> | |
| <key>caret</key> | |
| <string>#ADD2FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1162a1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1162a1ff</string> | |
| <key>foreground</key> | |
| <string>#5DAFEEFF</string> | |
| <key>caret</key> | |
| <string>#5DAFEEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1162a1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1162a1ff</string> | |
| <key>caret</key> | |
| <string>#5DAFEEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_136c5eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#136c5eff</string> | |
| <key>foreground</key> | |
| <string>#92ECDEFF</string> | |
| <key>caret</key> | |
| <string>#92ECDEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_136c5eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#136c5eff</string> | |
| <key>caret</key> | |
| <string>#92ECDEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_225ba6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#225ba6ff</string> | |
| <key>foreground</key> | |
| <string>#5991DDFF</string> | |
| <key>caret</key> | |
| <string>#5991DDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_225ba6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#225ba6ff</string> | |
| <key>caret</key> | |
| <string>#5991DDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_9e1f63ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#9e1f63ff</string> | |
| <key>foreground</key> | |
| <string>#E060A5FF</string> | |
| <key>caret</key> | |
| <string>#E060A5FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_9e1f63ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#9e1f63ff</string> | |
| <key>caret</key> | |
| <string>#E060A5FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_584ba1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#584ba1ff</string> | |
| <key>foreground</key> | |
| <string>#1C1834FF</string> | |
| <key>caret</key> | |
| <string>#1C1834FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_584ba1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#584ba1ff</string> | |
| <key>caret</key> | |
| <string>#1C1834FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_202121ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#202121ff</string> | |
| <key>foreground</key> | |
| <string>#DEDFDFFF</string> | |
| <key>caret</key> | |
| <string>#DEDFDFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_202121ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#202121ff</string> | |
| <key>caret</key> | |
| <string>#DEDFDFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_964f51ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#964f51ff</string> | |
| <key>foreground</key> | |
| <string>#321A1BFF</string> | |
| <key>caret</key> | |
| <string>#321A1BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_964f51ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#964f51ff</string> | |
| <key>caret</key> | |
| <string>#321A1BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_4fc3f7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#4fc3f7ff</string> | |
| <key>foreground</key> | |
| <string>#087CB0FF</string> | |
| <key>caret</key> | |
| <string>#087CB0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_4fc3f7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#4fc3f7ff</string> | |
| <key>caret</key> | |
| <string>#087CB0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_194fa0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#194fa0ff</string> | |
| <key>foreground</key> | |
| <string>#5E94E6FF</string> | |
| <key>caret</key> | |
| <string>#5E94E6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_194fa0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#194fa0ff</string> | |
| <key>caret</key> | |
| <string>#5E94E6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_a8c300ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#a8c300ff</string> | |
| <key>foreground</key> | |
| <string>#E4FF3CFF</string> | |
| <key>caret</key> | |
| <string>#E4FF3CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_a8c300ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#a8c300ff</string> | |
| <key>caret</key> | |
| <string>#E4FF3CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1186e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1186e7ff</string> | |
| <key>foreground</key> | |
| <string>#052947FF</string> | |
| <key>caret</key> | |
| <string>#052947FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1186e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1186e7ff</string> | |
| <key>caret</key> | |
| <string>#052947FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_210094ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#210094ff</string> | |
| <key>foreground</key> | |
| <string>#8B6AFFFF</string> | |
| <key>caret</key> | |
| <string>#8B6AFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_210094ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#210094ff</string> | |
| <key>caret</key> | |
| <string>#8B6AFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f7931aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f7931aff</string> | |
| <key>foreground</key> | |
| <string>#492902FF</string> | |
| <key>caret</key> | |
| <string>#492902FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f7931aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f7931aff</string> | |
| <key>caret</key> | |
| <string>#492902FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2a72dcff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2a72dcff</string> | |
| <key>foreground</key> | |
| <string>#0A2141FF</string> | |
| <key>caret</key> | |
| <string>#0A2141FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2a72dcff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2a72dcff</string> | |
| <key>caret</key> | |
| <string>#0A2141FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_03a9e0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#03a9e0ff</string> | |
| <key>foreground</key> | |
| <string>#01384BFF</string> | |
| <key>caret</key> | |
| <string>#01384BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_03a9e0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#03a9e0ff</string> | |
| <key>caret</key> | |
| <string>#01384BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d6ab31ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d6ab31ff</string> | |
| <key>foreground</key> | |
| <string>#3F320CFF</string> | |
| <key>caret</key> | |
| <string>#3F320CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d6ab31ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d6ab31ff</string> | |
| <key>caret</key> | |
| <string>#3F320CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_df3f1eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#df3f1eff</string> | |
| <key>foreground</key> | |
| <string>#431309FF</string> | |
| <key>caret</key> | |
| <string>#431309FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_df3f1eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#df3f1eff</string> | |
| <key>caret</key> | |
| <string>#431309FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff3b3bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff3b3bff</string> | |
| <key>foreground</key> | |
| <string>#C30000FF</string> | |
| <key>caret</key> | |
| <string>#C30000FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff3b3bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff3b3bff</string> | |
| <key>caret</key> | |
| <string>#C30000FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1c75bcff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1c75bcff</string> | |
| <key>foreground</key> | |
| <string>#429CE3FF</string> | |
| <key>caret</key> | |
| <string>#429CE3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1c75bcff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1c75bcff</string> | |
| <key>caret</key> | |
| <string>#429CE3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3b7cfbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3b7cfbff</string> | |
| <key>foreground</key> | |
| <string>#0345C4FF</string> | |
| <key>caret</key> | |
| <string>#0345C4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3b7cfbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3b7cfbff</string> | |
| <key>caret</key> | |
| <string>#0345C4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_008770ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#008770ff</string> | |
| <key>foreground</key> | |
| <string>#78FFE8FF</string> | |
| <key>caret</key> | |
| <string>#78FFE8FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_008770ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#008770ff</string> | |
| <key>caret</key> | |
| <string>#78FFE8FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0066ccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0066ccff</string> | |
| <key>foreground</key> | |
| <string>#3298FFFF</string> | |
| <key>caret</key> | |
| <string>#3298FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0066ccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0066ccff</string> | |
| <key>caret</key> | |
| <string>#3298FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d8a24aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d8a24aff</string> | |
| <key>foreground</key> | |
| <string>#3E2C0DFF</string> | |
| <key>caret</key> | |
| <string>#3E2C0DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d8a24aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d8a24aff</string> | |
| <key>caret</key> | |
| <string>#3E2C0DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_5497b2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#5497b2ff</string> | |
| <key>foreground</key> | |
| <string>#172C34FF</string> | |
| <key>caret</key> | |
| <string>#172C34FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_5497b2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#5497b2ff</string> | |
| <key>caret</key> | |
| <string>#172C34FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ba9f33ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ba9f33ff</string> | |
| <key>foreground</key> | |
| <string>#3C3310FF</string> | |
| <key>caret</key> | |
| <string>#3C3310FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ba9f33ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ba9f33ff</string> | |
| <key>caret</key> | |
| <string>#3C3310FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_674c8cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#674c8cff</string> | |
| <key>foreground</key> | |
| <string>#8D72B3FF</string> | |
| <key>caret</key> | |
| <string>#8D72B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_674c8cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#674c8cff</string> | |
| <key>caret</key> | |
| <string>#8D72B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_19191aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#19191aff</string> | |
| <key>foreground</key> | |
| <string>#E5E5E6FF</string> | |
| <key>caret</key> | |
| <string>#E5E5E6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_19191aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#19191aff</string> | |
| <key>caret</key> | |
| <string>#E5E5E6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_101e84ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#101e84ff</string> | |
| <key>foreground</key> | |
| <string>#7A88EFFF</string> | |
| <key>caret</key> | |
| <string>#7A88EFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_101e84ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#101e84ff</string> | |
| <key>caret</key> | |
| <string>#7A88EFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_669073ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#669073ff</string> | |
| <key>foreground</key> | |
| <string>#1F2C23FF</string> | |
| <key>caret</key> | |
| <string>#1F2C23FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_669073ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#669073ff</string> | |
| <key>caret</key> | |
| <string>#1F2C23FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_282828ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#282828ff</string> | |
| <key>foreground</key> | |
| <string>#D7D7D7FF</string> | |
| <key>caret</key> | |
| <string>#D7D7D7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_282828ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#282828ff</string> | |
| <key>caret</key> | |
| <string>#D7D7D7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_040405ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#040405ff</string> | |
| <key>foreground</key> | |
| <string>#FAFAFBFF</string> | |
| <key>caret</key> | |
| <string>#FAFAFBFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_040405ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#040405ff</string> | |
| <key>caret</key> | |
| <string>#FAFAFBFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2175bbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2175bbff</string> | |
| <key>foreground</key> | |
| <string>#0B2841FF</string> | |
| <key>caret</key> | |
| <string>#0B2841FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2175bbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2175bbff</string> | |
| <key>caret</key> | |
| <string>#0B2841FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1358c8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1358c8ff</string> | |
| <key>foreground</key> | |
| <string>#061E45FF</string> | |
| <key>caret</key> | |
| <string>#061E45FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1358c8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1358c8ff</string> | |
| <key>caret</key> | |
| <string>#061E45FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0633cdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0633cdff</string> | |
| <key>foreground</key> | |
| <string>#315EF9FF</string> | |
| <key>caret</key> | |
| <string>#315EF9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0633cdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0633cdff</string> | |
| <key>caret</key> | |
| <string>#315EF9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_679ef1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#679ef1ff</string> | |
| <key>foreground</key> | |
| <string>#0E4597FF</string> | |
| <key>caret</key> | |
| <string>#0E4597FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_679ef1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#679ef1ff</string> | |
| <key>caret</key> | |
| <string>#0E4597FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ed1b24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ed1b24ff</string> | |
| <key>foreground</key> | |
| <string>#460508FF</string> | |
| <key>caret</key> | |
| <string>#460508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ed1b24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ed1b24ff</string> | |
| <key>caret</key> | |
| <string>#460508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e9a226ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e9a226ff</string> | |
| <key>foreground</key> | |
| <string>#452E07FF</string> | |
| <key>caret</key> | |
| <string>#452E07FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e9a226ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e9a226ff</string> | |
| <key>caret</key> | |
| <string>#452E07FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e86060ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e86060ff</string> | |
| <key>foreground</key> | |
| <string>#9F1717FF</string> | |
| <key>caret</key> | |
| <string>#9F1717FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e86060ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e86060ff</string> | |
| <key>caret</key> | |
| <string>#9F1717FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e8be24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e8be24ff</string> | |
| <key>foreground</key> | |
| <string>#453707FF</string> | |
| <key>caret</key> | |
| <string>#453707FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e8be24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e8be24ff</string> | |
| <key>caret</key> | |
| <string>#453707FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_00a6c4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#00a6c4ff</string> | |
| <key>foreground</key> | |
| <string>#3BE1FFFF</string> | |
| <key>caret</key> | |
| <string>#3BE1FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_00a6c4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00a6c4ff</string> | |
| <key>caret</key> | |
| <string>#3BE1FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_00d6e3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#00d6e3ff</string> | |
| <key>foreground</key> | |
| <string>#00484CFF</string> | |
| <key>caret</key> | |
| <string>#00484CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_00d6e3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00d6e3ff</string> | |
| <key>caret</key> | |
| <string>#00484CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2670b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2670b7ff</string> | |
| <key>foreground</key> | |
| <string>#0D263FFF</string> | |
| <key>caret</key> | |
| <string>#0D263FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2670b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2670b7ff</string> | |
| <key>caret</key> | |
| <string>#0D263FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_88a13cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#88a13cff</string> | |
| <key>foreground</key> | |
| <string>#2F3714FF</string> | |
| <key>caret</key> | |
| <string>#2F3714FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_88a13cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#88a13cff</string> | |
| <key>caret</key> | |
| <string>#2F3714FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_648fa0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#648fa0ff</string> | |
| <key>foreground</key> | |
| <string>#1D2A2FFF</string> | |
| <key>caret</key> | |
| <string>#1D2A2FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_648fa0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#648fa0ff</string> | |
| <key>caret</key> | |
| <string>#1D2A2FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff5606ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff5606ff</string> | |
| <key>foreground</key> | |
| <string>#4C1800FF</string> | |
| <key>caret</key> | |
| <string>#4C1800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff5606ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff5606ff</string> | |
| <key>caret</key> | |
| <string>#4C1800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_4c6f8cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#4c6f8cff</string> | |
| <key>foreground</key> | |
| <string>#7295B3FF</string> | |
| <key>caret</key> | |
| <string>#7295B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_4c6f8cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#4c6f8cff</string> | |
| <key>caret</key> | |
| <string>#7295B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ed272dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ed272dff</string> | |
| <key>foreground</key> | |
| <string>#460507FF</string> | |
| <key>caret</key> | |
| <string>#460507FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ed272dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ed272dff</string> | |
| <key>caret</key> | |
| <string>#460507FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f2932fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f2932fff</string> | |
| <key>foreground</key> | |
| <string>#482704FF</string> | |
| <key>caret</key> | |
| <string>#482704FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f2932fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f2932fff</string> | |
| <key>caret</key> | |
| <string>#482704FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2fa3deff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2fa3deff</string> | |
| <key>foreground</key> | |
| <string>#0A2F42FF</string> | |
| <key>caret</key> | |
| <string>#0A2F42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2fa3deff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2fa3deff</string> | |
| <key>caret</key> | |
| <string>#0A2F42FF</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>#1C1C1dFF</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_1a8bcdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1a8bcdff</string> | |
| <key>foreground</key> | |
| <string>#082E43FF</string> | |
| <key>caret</key> | |
| <string>#082E43FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1a8bcdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1a8bcdff</string> | |
| <key>caret</key> | |
| <string>#082E43FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_326464ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#326464ff</string> | |
| <key>foreground</key> | |
| <string>#9BCCCCFF</string> | |
| <key>caret</key> | |
| <string>#9BCCCCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_326464ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#326464ff</string> | |
| <key>caret</key> | |
| <string>#9BCCCCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_80c342ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#80c342ff</string> | |
| <key>foreground</key> | |
| <string>#253A12FF</string> | |
| <key>caret</key> | |
| <string>#253A12FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_80c342ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#80c342ff</string> | |
| <key>caret</key> | |
| <string>#253A12FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_df4124ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#df4124ff</string> | |
| <key>foreground</key> | |
| <string>#421209FF</string> | |
| <key>caret</key> | |
| <string>#421209FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_df4124ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#df4124ff</string> | |
| <key>caret</key> | |
| <string>#421209FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_015c47ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#015c47ff</string> | |
| <key>foreground</key> | |
| <string>#A2FEE9FF</string> | |
| <key>caret</key> | |
| <string>#A2FEE9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_015c47ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#015c47ff</string> | |
| <key>caret</key> | |
| <string>#A2FEE9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ffcc00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ffcc00ff</string> | |
| <key>foreground</key> | |
| <string>#4C3D00FF</string> | |
| <key>caret</key> | |
| <string>#4C3D00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ffcc00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffcc00ff</string> | |
| <key>caret</key> | |
| <string>#4C3D00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1a6896ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1a6896ff</string> | |
| <key>foreground</key> | |
| <string>#69B6E4FF</string> | |
| <key>caret</key> | |
| <string>#69B6E4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1a6896ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1a6896ff</string> | |
| <key>caret</key> | |
| <string>#69B6E4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_838383ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#838383ff</string> | |
| <key>foreground</key> | |
| <string>#262626FF</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_838383ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#838383ff</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_5492d6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#5492d6ff</string> | |
| <key>foreground</key> | |
| <string>#2866ABFF</string> | |
| <key>caret</key> | |
| <string>#2866ABFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_5492d6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#5492d6ff</string> | |
| <key>caret</key> | |
| <string>#2866ABFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0d3459ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0d3459ff</string> | |
| <key>foreground</key> | |
| <string>#A6CDF2FF</string> | |
| <key>caret</key> | |
| <string>#A6CDF2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0d3459ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0d3459ff</string> | |
| <key>caret</key> | |
| <string>#A6CDF2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_006835ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#006835ff</string> | |
| <key>foreground</key> | |
| <string>#97FFCCFF</string> | |
| <key>caret</key> | |
| <string>#97FFCCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_006835ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#006835ff</string> | |
| <key>caret</key> | |
| <string>#97FFCCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_a99364ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#a99364ff</string> | |
| <key>foreground</key> | |
| <string>#312A1BFF</string> | |
| <key>caret</key> | |
| <string>#312A1BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_a99364ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#a99364ff</string> | |
| <key>caret</key> | |
| <string>#312A1BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_4279bdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#4279bdff</string> | |
| <key>foreground</key> | |
| <string>#132438FF</string> | |
| <key>caret</key> | |
| <string>#132438FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_4279bdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#4279bdff</string> | |
| <key>caret</key> | |
| <string>#132438FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1d4983ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1d4983ff</string> | |
| <key>foreground</key> | |
| <string>#7CA7E2FF</string> | |
| <key>caret</key> | |
| <string>#7CA7E2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1d4983ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1d4983ff</string> | |
| <key>caret</key> | |
| <string>#7CA7E2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_b92429ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#b92429ff</string> | |
| <key>foreground</key> | |
| <string>#400C0EFF</string> | |
| <key>caret</key> | |
| <string>#400C0EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_b92429ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#b92429ff</string> | |
| <key>caret</key> | |
| <string>#400C0EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f5a10eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f5a10eff</string> | |
| <key>foreground</key> | |
| <string>#492F03FF</string> | |
| <key>caret</key> | |
| <string>#492F03FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f5a10eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f5a10eff</string> | |
| <key>caret</key> | |
| <string>#492F03FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ffc93dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ffc93dff</string> | |
| <key>foreground</key> | |
| <string>#C28B00FF</string> | |
| <key>caret</key> | |
| <string>#C28B00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ffc93dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffc93dff</string> | |
| <key>caret</key> | |
| <string>#C28B00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_58bf00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#58bf00ff</string> | |
| <key>foreground</key> | |
| <string>#98FF40FF</string> | |
| <key>caret</key> | |
| <string>#98FF40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_58bf00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#58bf00ff</string> | |
| <key>caret</key> | |
| <string>#98FF40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1d1d1bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1d1d1bff</string> | |
| <key>foreground</key> | |
| <string>#E3E3E2FF</string> | |
| <key>caret</key> | |
| <string>#E3E3E2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1d1d1bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1d1d1bff</string> | |
| <key>caret</key> | |
| <string>#E3E3E2FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2983c0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2983c0ff</string> | |
| <key>foreground</key> | |
| <string>#0D2B3FFF</string> | |
| <key>caret</key> | |
| <string>#0D2B3FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2983c0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2983c0ff</string> | |
| <key>caret</key> | |
| <string>#0D2B3FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_003e7eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#003e7eff</string> | |
| <key>foreground</key> | |
| <string>#81BEFFFF</string> | |
| <key>caret</key> | |
| <string>#81BEFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_003e7eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#003e7eff</string> | |
| <key>caret</key> | |
| <string>#81BEFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_6787b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#6787b7ff</string> | |
| <key>foreground</key> | |
| <string>#182333FF</string> | |
| <key>caret</key> | |
| <string>#182333FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_6787b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#6787b7ff</string> | |
| <key>caret</key> | |
| <string>#182333FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_42daffff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#42daffff</string> | |
| <key>foreground</key> | |
| <string>#0097BDFF</string> | |
| <key>caret</key> | |
| <string>#0097BDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_42daffff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#42daffff</string> | |
| <key>caret</key> | |
| <string>#0097BDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ecab41ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ecab41ff</string> | |
| <key>foreground</key> | |
| <string>#BE7C12FF</string> | |
| <key>caret</key> | |
| <string>#BE7C12FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ecab41ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ecab41ff</string> | |
| <key>caret</key> | |
| <string>#BE7C12FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_008fbbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#008fbbff</string> | |
| <key>foreground</key> | |
| <string>#43D3FFFF</string> | |
| <key>caret</key> | |
| <string>#43D3FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_008fbbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#008fbbff</string> | |
| <key>caret</key> | |
| <string>#43D3FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0165a4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0165a4ff</string> | |
| <key>foreground</key> | |
| <string>#5ABFFEFF</string> | |
| <key>caret</key> | |
| <string>#5ABFFEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0165a4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0165a4ff</string> | |
| <key>caret</key> | |
| <string>#5ABFFEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1a53f0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1a53f0ff</string> | |
| <key>foreground</key> | |
| <string>#041647FF</string> | |
| <key>caret</key> | |
| <string>#041647FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1a53f0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1a53f0ff</string> | |
| <key>caret</key> | |
| <string>#041647FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_18347eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#18347eff</string> | |
| <key>foreground</key> | |
| <string>#819CE6FF</string> | |
| <key>caret</key> | |
| <string>#819CE6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_18347eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#18347eff</string> | |
| <key>caret</key> | |
| <string>#819CE6FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_7193aaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#7193aaff</string> | |
| <key>foreground</key> | |
| <string>#1C282FFF</string> | |
| <key>caret</key> | |
| <string>#1C282FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_7193aaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#7193aaff</string> | |
| <key>caret</key> | |
| <string>#1C282FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_05d5a3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#05d5a3ff</string> | |
| <key>foreground</key> | |
| <string>#014A39FF</string> | |
| <key>caret</key> | |
| <string>#014A39FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_05d5a3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#05d5a3ff</string> | |
| <key>caret</key> | |
| <string>#014A39FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f27a7aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f27a7aff</string> | |
| <key>foreground</key> | |
| <string>#840D0DFF</string> | |
| <key>caret</key> | |
| <string>#840D0DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f27a7aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f27a7aff</string> | |
| <key>caret</key> | |
| <string>#840D0DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ed31caff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ed31caff</string> | |
| <key>foreground</key> | |
| <string>#46063AFF</string> | |
| <key>caret</key> | |
| <string>#46063AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ed31caff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ed31caff</string> | |
| <key>caret</key> | |
| <string>#46063AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3b2f4dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3b2f4dff</string> | |
| <key>foreground</key> | |
| <string>#BEB2D0FF</string> | |
| <key>caret</key> | |
| <string>#BEB2D0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3b2f4dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3b2f4dff</string> | |
| <key>caret</key> | |
| <string>#BEB2D0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_105b2fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#105b2fff</string> | |
| <key>foreground</key> | |
| <string>#A4EEC3FF</string> | |
| <key>caret</key> | |
| <string>#A4EEC3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_105b2fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#105b2fff</string> | |
| <key>caret</key> | |
| <string>#A4EEC3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3fa30cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3fa30cff</string> | |
| <key>foreground</key> | |
| <string>#8FF35CFF</string> | |
| <key>caret</key> | |
| <string>#8FF35CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3fa30cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3fa30cff</string> | |
| <key>caret</key> | |
| <string>#8FF35CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_22aabfff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#22aabfff</string> | |
| <key>foreground</key> | |
| <string>#0B3940FF</string> | |
| <key>caret</key> | |
| <string>#0B3940FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_22aabfff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#22aabfff</string> | |
| <key>caret</key> | |
| <string>#0B3940FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_924ceaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#924ceaff</string> | |
| <key>foreground</key> | |
| <string>#5A15B3FF</string> | |
| <key>caret</key> | |
| <string>#5A15B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_924ceaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#924ceaff</string> | |
| <key>caret</key> | |
| <string>#5A15B3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_c62436ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#c62436ff</string> | |
| <key>foreground</key> | |
| <string>#400B11FF</string> | |
| <key>caret</key> | |
| <string>#400B11FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_c62436ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#c62436ff</string> | |
| <key>caret</key> | |
| <string>#400B11FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0d4982ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0d4982ff</string> | |
| <key>foreground</key> | |
| <string>#7DB8F1FF</string> | |
| <key>caret</key> | |
| <string>#7DB8F1FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0d4982ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0d4982ff</string> | |
| <key>caret</key> | |
| <string>#7DB8F1FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d31f26ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d31f26ff</string> | |
| <key>foreground</key> | |
| <string>#42090CFF</string> | |
| <key>caret</key> | |
| <string>#42090CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d31f26ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d31f26ff</string> | |
| <key>caret</key> | |
| <string>#42090CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ed1c24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ed1c24ff</string> | |
| <key>foreground</key> | |
| <string>#460508FF</string> | |
| <key>caret</key> | |
| <string>#460508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ed1c24ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ed1c24ff</string> | |
| <key>caret</key> | |
| <string>#460508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_40a2cbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#40a2cbff</string> | |
| <key>foreground</key> | |
| <string>#102F3CFF</string> | |
| <key>caret</key> | |
| <string>#102F3CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_40a2cbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#40a2cbff</string> | |
| <key>caret</key> | |
| <string>#102F3CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_43cea2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#43cea2ff</string> | |
| <key>foreground</key> | |
| <string>#0F3C2EFF</string> | |
| <key>caret</key> | |
| <string>#0F3C2EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_43cea2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#43cea2ff</string> | |
| <key>caret</key> | |
| <string>#0F3C2EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1b72b8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1b72b8ff</string> | |
| <key>foreground</key> | |
| <string>#479EE4FF</string> | |
| <key>caret</key> | |
| <string>#479EE4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1b72b8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1b72b8ff</string> | |
| <key>caret</key> | |
| <string>#479EE4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3498dbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3498dbff</string> | |
| <key>foreground</key> | |
| <string>#0B2B40FF</string> | |
| <key>caret</key> | |
| <string>#0B2B40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3498dbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3498dbff</string> | |
| <key>caret</key> | |
| <string>#0B2B40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_981d2dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#981d2dff</string> | |
| <key>foreground</key> | |
| <string>#E26676FF</string> | |
| <key>caret</key> | |
| <string>#E26676FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_981d2dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#981d2dff</string> | |
| <key>caret</key> | |
| <string>#E26676FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_00cba0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#00cba0ff</string> | |
| <key>foreground</key> | |
| <string>#34FFD4FF</string> | |
| <key>caret</key> | |
| <string>#34FFD4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_00cba0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00cba0ff</string> | |
| <key>caret</key> | |
| <string>#34FFD4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_003366ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#003366ff</string> | |
| <key>foreground</key> | |
| <string>#99CBFFFF</string> | |
| <key>caret</key> | |
| <string>#99CBFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_003366ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#003366ff</string> | |
| <key>caret</key> | |
| <string>#99CBFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_5a6875ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#5a6875ff</string> | |
| <key>foreground</key> | |
| <string>#8A98A4FF</string> | |
| <key>caret</key> | |
| <string>#8A98A4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_5a6875ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#5a6875ff</string> | |
| <key>caret</key> | |
| <string>#8A98A4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1eb549ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1eb549ff</string> | |
| <key>foreground</key> | |
| <string>#49E175FF</string> | |
| <key>caret</key> | |
| <string>#49E175FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1eb549ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1eb549ff</string> | |
| <key>caret</key> | |
| <string>#49E175FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_160363ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#160363ff</string> | |
| <key>foreground</key> | |
| <string>#AE9CFCFF</string> | |
| <key>caret</key> | |
| <string>#AE9CFCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_160363ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#160363ff</string> | |
| <key>caret</key> | |
| <string>#AE9CFCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_01aef0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#01aef0ff</string> | |
| <key>foreground</key> | |
| <string>#00374CFF</string> | |
| <key>caret</key> | |
| <string>#00374CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_01aef0ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#01aef0ff</string> | |
| <key>caret</key> | |
| <string>#00374CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1a5099ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1a5099ff</string> | |
| <key>foreground</key> | |
| <string>#669CE4FF</string> | |
| <key>caret</key> | |
| <string>#669CE4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1a5099ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1a5099ff</string> | |
| <key>caret</key> | |
| <string>#669CE4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_08b5e5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#08b5e5ff</string> | |
| <key>foreground</key> | |
| <string>#023A49FF</string> | |
| <key>caret</key> | |
| <string>#023A49FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_08b5e5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#08b5e5ff</string> | |
| <key>caret</key> | |
| <string>#023A49FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2398ddff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2398ddff</string> | |
| <key>foreground</key> | |
| <string>#0A2D42FF</string> | |
| <key>caret</key> | |
| <string>#0A2D42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2398ddff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2398ddff</string> | |
| <key>caret</key> | |
| <string>#0A2D42FF</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>#1C1C1dFF</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_008dd2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#008dd2ff</string> | |
| <key>foreground</key> | |
| <string>#2DBAFFFF</string> | |
| <key>caret</key> | |
| <string>#2DBAFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_008dd2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#008dd2ff</string> | |
| <key>caret</key> | |
| <string>#2DBAFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0098daff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0098daff</string> | |
| <key>foreground</key> | |
| <string>#00354CFF</string> | |
| <key>caret</key> | |
| <string>#00354CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0098daff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0098daff</string> | |
| <key>caret</key> | |
| <string>#00354CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1fbff4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1fbff4ff</string> | |
| <key>foreground</key> | |
| <string>#033748FF</string> | |
| <key>caret</key> | |
| <string>#033748FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1fbff4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1fbff4ff</string> | |
| <key>caret</key> | |
| <string>#033748FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1f8bccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1f8bccff</string> | |
| <key>foreground</key> | |
| <string>#0A2D42FF</string> | |
| <key>caret</key> | |
| <string>#0A2D42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1f8bccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1f8bccff</string> | |
| <key>caret</key> | |
| <string>#0A2D42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_00ec8dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#00ec8dff</string> | |
| <key>foreground</key> | |
| <string>#004C2DFF</string> | |
| <key>caret</key> | |
| <string>#004C2DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_00ec8dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00ec8dff</string> | |
| <key>caret</key> | |
| <string>#004C2DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ed8527ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ed8527ff</string> | |
| <key>foreground</key> | |
| <string>#462405FF</string> | |
| <key>caret</key> | |
| <string>#462405FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ed8527ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ed8527ff</string> | |
| <key>caret</key> | |
| <string>#462405FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2ca07aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2ca07aff</string> | |
| <key>foreground</key> | |
| <string>#5FD3ADFF</string> | |
| <key>caret</key> | |
| <string>#5FD3ADFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2ca07aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2ca07aff</string> | |
| <key>caret</key> | |
| <string>#5FD3ADFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1f52a4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1f52a4ff</string> | |
| <key>foreground</key> | |
| <string>#5B8EE0FF</string> | |
| <key>caret</key> | |
| <string>#5B8EE0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1f52a4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1f52a4ff</string> | |
| <key>caret</key> | |
| <string>#5B8EE0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_404249ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#404249ff</string> | |
| <key>foreground</key> | |
| <string>#B6B8BFFF</string> | |
| <key>caret</key> | |
| <string>#B6B8BFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_404249ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#404249ff</string> | |
| <key>caret</key> | |
| <string>#B6B8BFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_589700ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#589700ff</string> | |
| <key>foreground</key> | |
| <string>#BFFF67FF</string> | |
| <key>caret</key> | |
| <string>#BFFF67FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_589700ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#589700ff</string> | |
| <key>caret</key> | |
| <string>#BFFF67FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_418bcaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#418bcaff</string> | |
| <key>foreground</key> | |
| <string>#10273BFF</string> | |
| <key>caret</key> | |
| <string>#10273BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_418bcaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#418bcaff</string> | |
| <key>caret</key> | |
| <string>#10273BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1b5c2eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1b5c2eff</string> | |
| <key>foreground</key> | |
| <string>#A3E3B5FF</string> | |
| <key>caret</key> | |
| <string>#A3E3B5FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1b5c2eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1b5c2eff</string> | |
| <key>caret</key> | |
| <string>#A3E3B5FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_24aad6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#24aad6ff</string> | |
| <key>foreground</key> | |
| <string>#0B3441FF</string> | |
| <key>caret</key> | |
| <string>#0B3441FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_24aad6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#24aad6ff</string> | |
| <key>caret</key> | |
| <string>#0B3441FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2ef99fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2ef99fff</string> | |
| <key>foreground</key> | |
| <string>#05D177FF</string> | |
| <key>caret</key> | |
| <string>#05D177FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2ef99fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2ef99fff</string> | |
| <key>caret</key> | |
| <string>#05D177FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d3261dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d3261dff</string> | |
| <key>foreground</key> | |
| <string>#430C09FF</string> | |
| <key>caret</key> | |
| <string>#430C09FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d3261dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d3261dff</string> | |
| <key>caret</key> | |
| <string>#430C09FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ec1550ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ec1550ff</string> | |
| <key>foreground</key> | |
| <string>#460517FF</string> | |
| <key>caret</key> | |
| <string>#460517FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ec1550ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ec1550ff</string> | |
| <key>caret</key> | |
| <string>#460517FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_41bf76ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#41bf76ff</string> | |
| <key>foreground</key> | |
| <string>#133923FF</string> | |
| <key>caret</key> | |
| <string>#133923FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_41bf76ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#41bf76ff</string> | |
| <key>caret</key> | |
| <string>#133923FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff6600ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff6600ff</string> | |
| <key>foreground</key> | |
| <string>#4C1E00FF</string> | |
| <key>caret</key> | |
| <string>#4C1E00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff6600ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff6600ff</string> | |
| <key>caret</key> | |
| <string>#4C1E00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e5b625ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e5b625ff</string> | |
| <key>foreground</key> | |
| <string>#443508FF</string> | |
| <key>caret</key> | |
| <string>#443508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e5b625ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e5b625ff</string> | |
| <key>caret</key> | |
| <string>#443508FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_346aa9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#346aa9ff</string> | |
| <key>foreground</key> | |
| <string>#12243AFF</string> | |
| <key>caret</key> | |
| <string>#12243AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_346aa9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#346aa9ff</string> | |
| <key>caret</key> | |
| <string>#12243AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_a6df00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#a6df00ff</string> | |
| <key>foreground</key> | |
| <string>#384C00FF</string> | |
| <key>caret</key> | |
| <string>#384C00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_a6df00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#a6df00ff</string> | |
| <key>caret</key> | |
| <string>#384C00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_42afb2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#42afb2ff</string> | |
| <key>foreground</key> | |
| <string>#143637FF</string> | |
| <key>caret</key> | |
| <string>#143637FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_42afb2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#42afb2ff</string> | |
| <key>caret</key> | |
| <string>#143637FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d6c154ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d6c154ff</string> | |
| <key>foreground</key> | |
| <string>#AB9528FF</string> | |
| <key>caret</key> | |
| <string>#AB9528FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d6c154ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d6c154ff</string> | |
| <key>caret</key> | |
| <string>#AB9528FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e5a93dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e5a93dff</string> | |
| <key>foreground</key> | |
| <string>#432E09FF</string> | |
| <key>caret</key> | |
| <string>#432E09FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e5a93dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e5a93dff</string> | |
| <key>caret</key> | |
| <string>#432E09FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_acacacff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#acacacff</string> | |
| <key>foreground</key> | |
| <string>#525252FF</string> | |
| <key>caret</key> | |
| <string>#525252FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_acacacff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#acacacff</string> | |
| <key>caret</key> | |
| <string>#525252FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0000008a</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0000008a</string> | |
| <key>foreground</key> | |
| <string>#FFFFFFFF</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0000008a</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0000008a</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_00000042</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#00000042</string> | |
| <key>foreground</key> | |
| <string>#FFFFFFFF</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_00000042</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00000042</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_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>scope</key> | |
| <string>CH_text_color_ffffff4c</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffffff4c</string> | |
| <key>caret</key> | |
| <string>#000000FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f9f9f9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f9f9f9ff</string> | |
| <key>foreground</key> | |
| <string>#060606FF</string> | |
| <key>caret</key> | |
| <string>#060606FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f9f9f9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f9f9f9ff</string> | |
| <key>caret</key> | |
| <string>#060606FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0097d2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0097d2ff</string> | |
| <key>foreground</key> | |
| <string>#2DC4FFFF</string> | |
| <key>caret</key> | |
| <string>#2DC4FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0097d2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0097d2ff</string> | |
| <key>caret</key> | |
| <string>#2DC4FFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_555555ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#555555ff</string> | |
| <key>foreground</key> | |
| <string>#AAAAAAFF</string> | |
| <key>caret</key> | |
| <string>#AAAAAAFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_555555ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#555555ff</string> | |
| <key>caret</key> | |
| <string>#AAAAAAFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2b2d2eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2b2d2eff</string> | |
| <key>foreground</key> | |
| <string>#D1D3D3FF</string> | |
| <key>caret</key> | |
| <string>#D1D3D3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2b2d2eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2b2d2eff</string> | |
| <key>caret</key> | |
| <string>#D1D3D3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_408bbdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#408bbdff</string> | |
| <key>foreground</key> | |
| <string>#132A39FF</string> | |
| <key>caret</key> | |
| <string>#132A39FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_408bbdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#408bbdff</string> | |
| <key>caret</key> | |
| <string>#132A39FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_61b0e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#61b0e7ff</string> | |
| <key>foreground</key> | |
| <string>#18679EFF</string> | |
| <key>caret</key> | |
| <string>#18679EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_61b0e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#61b0e7ff</string> | |
| <key>caret</key> | |
| <string>#18679EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_222222ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#222222ff</string> | |
| <key>foreground</key> | |
| <string>#DDDDDDFF</string> | |
| <key>caret</key> | |
| <string>#DDDDDDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_222222ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#222222ff</string> | |
| <key>caret</key> | |
| <string>#DDDDDDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ddddddff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ddddddff</string> | |
| <key>foreground</key> | |
| <string>#212121FF</string> | |
| <key>caret</key> | |
| <string>#212121FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ddddddff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ddddddff</string> | |
| <key>caret</key> | |
| <string>#212121FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_aaaaaaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#aaaaaaff</string> | |
| <key>foreground</key> | |
| <string>#555555FF</string> | |
| <key>caret</key> | |
| <string>#555555FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_aaaaaaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#aaaaaaff</string> | |
| <key>caret</key> | |
| <string>#555555FF</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>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#333333ff</string> | |
| <key>caret</key> | |
| <string>#CCCCCCFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_16191cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#16191cff</string> | |
| <key>foreground</key> | |
| <string>#E3E6E9FF</string> | |
| <key>caret</key> | |
| <string>#E3E6E9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_16191cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#16191cff</string> | |
| <key>caret</key> | |
| <string>#E3E6E9FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f0f2f7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f0f2f7ff</string> | |
| <key>foreground</key> | |
| <string>#080A0FFF</string> | |
| <key>caret</key> | |
| <string>#080A0FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f0f2f7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f0f2f7ff</string> | |
| <key>caret</key> | |
| <string>#080A0FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e4e7efff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e4e7efff</string> | |
| <key>foreground</key> | |
| <string>#0F121AFF</string> | |
| <key>caret</key> | |
| <string>#0F121AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e4e7efff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e4e7efff</string> | |
| <key>caret</key> | |
| <string>#0F121AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_b9bed1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#b9bed1ff</string> | |
| <key>foreground</key> | |
| <string>#2E3346FF</string> | |
| <key>caret</key> | |
| <string>#2E3346FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_b9bed1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#b9bed1ff</string> | |
| <key>caret</key> | |
| <string>#2E3346FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_a1a6bbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#a1a6bbff</string> | |
| <key>foreground</key> | |
| <string>#44495DFF</string> | |
| <key>caret</key> | |
| <string>#44495DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_a1a6bbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#a1a6bbff</string> | |
| <key>caret</key> | |
| <string>#44495DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3a405bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3a405bff</string> | |
| <key>foreground</key> | |
| <string>#A3A9C4FF</string> | |
| <key>caret</key> | |
| <string>#A3A9C4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3a405bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3a405bff</string> | |
| <key>caret</key> | |
| <string>#A3A9C4FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_222328ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#222328ff</string> | |
| <key>foreground</key> | |
| <string>#D7D8DDFF</string> | |
| <key>caret</key> | |
| <string>#D7D8DDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_222328ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#222328ff</string> | |
| <key>caret</key> | |
| <string>#D7D8DDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3b55e6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3b55e6ff</string> | |
| <key>foreground</key> | |
| <string>#081143FF</string> | |
| <key>caret</key> | |
| <string>#081143FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3b55e6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3b55e6ff</string> | |
| <key>caret</key> | |
| <string>#081143FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_334cd5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#334cd5ff</string> | |
| <key>foreground</key> | |
| <string>#0D143FFF</string> | |
| <key>caret</key> | |
| <string>#0D143FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_334cd5ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#334cd5ff</string> | |
| <key>caret</key> | |
| <string>#0D143FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_51dde9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#51dde9ff</string> | |
| <key>foreground</key> | |
| <string>#16A2ADFF</string> | |
| <key>caret</key> | |
| <string>#16A2ADFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_51dde9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#51dde9ff</string> | |
| <key>caret</key> | |
| <string>#16A2ADFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_32cddaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#32cddaff</string> | |
| <key>foreground</key> | |
| <string>#0B3C40FF</string> | |
| <key>caret</key> | |
| <string>#0B3C40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_32cddaff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#32cddaff</string> | |
| <key>caret</key> | |
| <string>#0B3C40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_4be1abff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#4be1abff</string> | |
| <key>foreground</key> | |
| <string>#1EB37DFF</string> | |
| <key>caret</key> | |
| <string>#1EB37DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_4be1abff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#4be1abff</string> | |
| <key>caret</key> | |
| <string>#1EB37DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_43d29eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#43d29eff</string> | |
| <key>foreground</key> | |
| <string>#0E3D2CFF</string> | |
| <key>caret</key> | |
| <string>#0E3D2CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_43d29eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#43d29eff</string> | |
| <key>caret</key> | |
| <string>#0E3D2CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_fe5339ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#fe5339ff</string> | |
| <key>foreground</key> | |
| <string>#C61A00FF</string> | |
| <key>caret</key> | |
| <string>#C61A00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_fe5339ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#fe5339ff</string> | |
| <key>caret</key> | |
| <string>#C61A00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_eb4e36ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#eb4e36ff</string> | |
| <key>foreground</key> | |
| <string>#450F06FF</string> | |
| <key>caret</key> | |
| <string>#450F06FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_eb4e36ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#eb4e36ff</string> | |
| <key>caret</key> | |
| <string>#450F06FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f3d351ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f3d351ff</string> | |
| <key>foreground</key> | |
| <string>#AE8E0CFF</string> | |
| <key>caret</key> | |
| <string>#AE8E0CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f3d351ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f3d351ff</string> | |
| <key>caret</key> | |
| <string>#AE8E0CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e8c63bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e8c63bff</string> | |
| <key>foreground</key> | |
| <string>#443808FF</string> | |
| <key>caret</key> | |
| <string>#443808FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e8c63bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e8c63bff</string> | |
| <key>caret</key> | |
| <string>#443808FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_909599ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#909599ff</string> | |
| <key>foreground</key> | |
| <string>#666B6FFF</string> | |
| <key>caret</key> | |
| <string>#666B6FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_909599ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#909599ff</string> | |
| <key>caret</key> | |
| <string>#666B6FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_7b7f82ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#7b7f82ff</string> | |
| <key>foreground</key> | |
| <string>#252627FF</string> | |
| <key>caret</key> | |
| <string>#252627FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_7b7f82ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#7b7f82ff</string> | |
| <key>caret</key> | |
| <string>#252627FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_242424ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#242424ff</string> | |
| <key>foreground</key> | |
| <string>#DBDBDBFF</string> | |
| <key>caret</key> | |
| <string>#DBDBDBFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_242424ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#242424ff</string> | |
| <key>caret</key> | |
| <string>#DBDBDBFF</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>#1C1C1dFF</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_015f01ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#015f01ff</string> | |
| <key>foreground</key> | |
| <string>#A0FEA0FF</string> | |
| <key>caret</key> | |
| <string>#A0FEA0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_015f01ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#015f01ff</string> | |
| <key>caret</key> | |
| <string>#A0FEA0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_cc0a0aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#cc0a0aff</string> | |
| <key>foreground</key> | |
| <string>#F43232FF</string> | |
| <key>caret</key> | |
| <string>#F43232FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_cc0a0aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#cc0a0aff</string> | |
| <key>caret</key> | |
| <string>#F43232FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ffff11ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ffff11ff</string> | |
| <key>foreground</key> | |
| <string>#4C4C00FF</string> | |
| <key>caret</key> | |
| <string>#4C4C00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ffff11ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffff11ff</string> | |
| <key>caret</key> | |
| <string>#4C4C00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff11ffff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff11ffff</string> | |
| <key>foreground</key> | |
| <string>#4C004CFF</string> | |
| <key>caret</key> | |
| <string>#4C004CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff11ffff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff11ffff</string> | |
| <key>caret</key> | |
| <string>#4C004CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff11ff11</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff11ff11</string> | |
| <key>foreground</key> | |
| <string>#4C004CFF</string> | |
| <key>caret</key> | |
| <string>#4C004CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff11ff11</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff11ff11</string> | |
| <key>caret</key> | |
| <string>#4C004CFF</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>#1C1C1dFF</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_331133ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#331133ff</string> | |
| <key>foreground</key> | |
| <string>#EDCCEDFF</string> | |
| <key>caret</key> | |
| <string>#EDCCEDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_331133ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#331133ff</string> | |
| <key>caret</key> | |
| <string>#EDCCEDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_33113311</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#33113311</string> | |
| <key>foreground</key> | |
| <string>#EDCCEDFF</string> | |
| <key>caret</key> | |
| <string>#EDCCEDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_33113311</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#33113311</string> | |
| <key>caret</key> | |
| <string>#EDCCEDFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_313131ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#313131ff</string> | |
| <key>foreground</key> | |
| <string>#CECECEFF</string> | |
| <key>caret</key> | |
| <string>#CECECEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_313131ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#313131ff</string> | |
| <key>caret</key> | |
| <string>#CECECEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</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>#1C1C1dFF</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_f8f8f8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f8f8f8ff</string> | |
| <key>foreground</key> | |
| <string>#070707FF</string> | |
| <key>caret</key> | |
| <string>#070707FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f8f8f8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f8f8f8ff</string> | |
| <key>caret</key> | |
| <string>#070707FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_0f0f10ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0f0f10ff</string> | |
| <key>foreground</key> | |
| <string>#EFEFF0FF</string> | |
| <key>caret</key> | |
| <string>#EFEFF0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_0f0f10ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0f0f10ff</string> | |
| <key>caret</key> | |
| <string>#EFEFF0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3f4142ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3f4142ff</string> | |
| <key>foreground</key> | |
| <string>#BDBFC0FF</string> | |
| <key>caret</key> | |
| <string>#BDBFC0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3f4142ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3f4142ff</string> | |
| <key>caret</key> | |
| <string>#BDBFC0FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f8f9f8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f8f9f8ff</string> | |
| <key>foreground</key> | |
| <string>#060706FF</string> | |
| <key>caret</key> | |
| <string>#060706FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f8f9f8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f8f9f8ff</string> | |
| <key>caret</key> | |
| <string>#060706FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_fcfdfdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#fcfdfdff</string> | |
| <key>foreground</key> | |
| <string>#010202FF</string> | |
| <key>caret</key> | |
| <string>#010202FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_fcfdfdff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#fcfdfdff</string> | |
| <key>caret</key> | |
| <string>#010202FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_fe8b39ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#fe8b39ff</string> | |
| <key>foreground</key> | |
| <string>#C65200FF</string> | |
| <key>caret</key> | |
| <string>#C65200FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_fe8b39ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#fe8b39ff</string> | |
| <key>caret</key> | |
| <string>#C65200FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_eb8a36ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#eb8a36ff</string> | |
| <key>foreground</key> | |
| <string>#452306FF</string> | |
| <key>caret</key> | |
| <string>#452306FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_eb8a36ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#eb8a36ff</string> | |
| <key>caret</key> | |
| <string>#452306FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_181818ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#181818ff</string> | |
| <key>foreground</key> | |
| <string>#E7E7E7FF</string> | |
| <key>caret</key> | |
| <string>#E7E7E7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_181818ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#181818ff</string> | |
| <key>caret</key> | |
| <string>#E7E7E7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_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>scope</key> | |
| <string>CH_text_color_444444ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#444444ff</string> | |
| <key>caret</key> | |
| <string>#BBBBBBFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f3f3f3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f3f3f3ff</string> | |
| <key>foreground</key> | |
| <string>#0C0C0CFF</string> | |
| <key>caret</key> | |
| <string>#0C0C0CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f3f3f3ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f3f3f3ff</string> | |
| <key>caret</key> | |
| <string>#0C0C0CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_cf8a05ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#cf8a05ff</string> | |
| <key>foreground</key> | |
| <string>#FAB42FFF</string> | |
| <key>caret</key> | |
| <string>#FAB42FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_cf8a05ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#cf8a05ff</string> | |
| <key>caret</key> | |
| <string>#FAB42FFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_edededff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#edededff</string> | |
| <key>foreground</key> | |
| <string>#111111FF</string> | |
| <key>caret</key> | |
| <string>#111111FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_edededff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#edededff</string> | |
| <key>caret</key> | |
| <string>#111111FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_dededeff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#dededeff</string> | |
| <key>foreground</key> | |
| <string>#202020FF</string> | |
| <key>caret</key> | |
| <string>#202020FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_dededeff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#dededeff</string> | |
| <key>caret</key> | |
| <string>#202020FF</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>#1C1C1dFF</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_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>#1C1C1dFF</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_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>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#000000cc</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</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>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#000000b2</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</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>#1C1C1dFF</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_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>scope</key> | |
| <string>CH_text_color_eeeeeeff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#eeeeeeff</string> | |
| <key>caret</key> | |
| <string>#101010FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e4e4e4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e4e4e4ff</string> | |
| <key>foreground</key> | |
| <string>#1A1A1AFF</string> | |
| <key>caret</key> | |
| <string>#1A1A1AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e4e4e4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e4e4e4ff</string> | |
| <key>caret</key> | |
| <string>#1A1A1AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e2e2e2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e2e2e2ff</string> | |
| <key>foreground</key> | |
| <string>#1D1D1DFF</string> | |
| <key>caret</key> | |
| <string>#1D1D1DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e2e2e2ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e2e2e2ff</string> | |
| <key>caret</key> | |
| <string>#1D1D1DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2ecc71ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2ecc71ff</string> | |
| <key>foreground</key> | |
| <string>#0E3E22FF</string> | |
| <key>caret</key> | |
| <string>#0E3E22FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2ecc71ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2ecc71ff</string> | |
| <key>caret</key> | |
| <string>#0E3E22FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e67e22ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e67e22ff</string> | |
| <key>foreground</key> | |
| <string>#442407FF</string> | |
| <key>caret</key> | |
| <string>#442407FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e67e22ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e67e22ff</string> | |
| <key>caret</key> | |
| <string>#442407FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e74c3cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e74c3cff</string> | |
| <key>foreground</key> | |
| <string>#440D08FF</string> | |
| <key>caret</key> | |
| <string>#440D08FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e74c3cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e74c3cff</string> | |
| <key>caret</key> | |
| <string>#440D08FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_27ae60ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#27ae60ff</string> | |
| <key>foreground</key> | |
| <string>#51D789FF</string> | |
| <key>caret</key> | |
| <string>#51D789FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_27ae60ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#27ae60ff</string> | |
| <key>caret</key> | |
| <string>#51D789FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f1c40fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f1c40fff</string> | |
| <key>foreground</key> | |
| <string>#483A04FF</string> | |
| <key>caret</key> | |
| <string>#483A04FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f1c40fff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f1c40fff</string> | |
| <key>caret</key> | |
| <string>#483A04FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_c0392bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#c0392bff</string> | |
| <key>foreground</key> | |
| <string>#3E120DFF</string> | |
| <key>caret</key> | |
| <string>#3E120DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_c0392bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#c0392bff</string> | |
| <key>caret</key> | |
| <string>#3E120DFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_014c7dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#014c7dff</string> | |
| <key>foreground</key> | |
| <string>#82CCFEFF</string> | |
| <key>caret</key> | |
| <string>#82CCFEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_014c7dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#014c7dff</string> | |
| <key>caret</key> | |
| <string>#82CCFEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</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>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#0000001a</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</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>#1C1C1dFF</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_87d37cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#87d37cff</string> | |
| <key>foreground</key> | |
| <string>#37832CFF</string> | |
| <key>caret</key> | |
| <string>#37832CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_87d37cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#87d37cff</string> | |
| <key>caret</key> | |
| <string>#37832CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f7981cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f7981cff</string> | |
| <key>foreground</key> | |
| <string>#492A02FF</string> | |
| <key>caret</key> | |
| <string>#492A02FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f7981cff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f7981cff</string> | |
| <key>caret</key> | |
| <string>#492A02FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_354052ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#354052ff</string> | |
| <key>foreground</key> | |
| <string>#ADB8CAFF</string> | |
| <key>caret</key> | |
| <string>#ADB8CAFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_354052ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#354052ff</string> | |
| <key>caret</key> | |
| <string>#ADB8CAFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_1811b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1811b7ff</string> | |
| <key>foreground</key> | |
| <string>#4E48EEFF</string> | |
| <key>caret</key> | |
| <string>#4E48EEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_1811b7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#1811b7ff</string> | |
| <key>caret</key> | |
| <string>#4E48EEFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_c5d0deff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#c5d0deff</string> | |
| <key>foreground</key> | |
| <string>#212C3AFF</string> | |
| <key>caret</key> | |
| <string>#212C3AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_c5d0deff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#c5d0deff</string> | |
| <key>caret</key> | |
| <string>#212C3AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_8df87eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#8df87eff</string> | |
| <key>foreground</key> | |
| <string>#168106FF</string> | |
| <key>caret</key> | |
| <string>#168106FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_8df87eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#8df87eff</string> | |
| <key>caret</key> | |
| <string>#168106FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3d98dbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3d98dbff</string> | |
| <key>foreground</key> | |
| <string>#0B2A40FF</string> | |
| <key>caret</key> | |
| <string>#0B2A40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3d98dbff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3d98dbff</string> | |
| <key>caret</key> | |
| <string>#0B2A40FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_3cadf8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#3cadf8ff</string> | |
| <key>foreground</key> | |
| <string>#0678C3FF</string> | |
| <key>caret</key> | |
| <string>#0678C3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_3cadf8ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#3cadf8ff</string> | |
| <key>caret</key> | |
| <string>#0678C3FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ffb554ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ffb554ff</string> | |
| <key>foreground</key> | |
| <string>#AB6100FF</string> | |
| <key>caret</key> | |
| <string>#AB6100FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ffb554ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffb554ff</string> | |
| <key>caret</key> | |
| <string>#AB6100FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_d35400ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#d35400ff</string> | |
| <key>foreground</key> | |
| <string>#FF802CFF</string> | |
| <key>caret</key> | |
| <string>#FF802CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_d35400ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#d35400ff</string> | |
| <key>caret</key> | |
| <string>#FF802CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_2980b9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2980b9ff</string> | |
| <key>foreground</key> | |
| <string>#0D2B3EFF</string> | |
| <key>caret</key> | |
| <string>#0D2B3EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_2980b9ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#2980b9ff</string> | |
| <key>caret</key> | |
| <string>#0D2B3EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_bdc3c7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#bdc3c7ff</string> | |
| <key>foreground</key> | |
| <string>#383D42FF</string> | |
| <key>caret</key> | |
| <string>#383D42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_bdc3c7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#bdc3c7ff</string> | |
| <key>caret</key> | |
| <string>#383D42FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_95a5a6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#95a5a6ff</string> | |
| <key>foreground</key> | |
| <string>#596869FF</string> | |
| <key>caret</key> | |
| <string>#596869FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_95a5a6ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#95a5a6ff</string> | |
| <key>caret</key> | |
| <string>#596869FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_7f8c8dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#7f8c8dff</string> | |
| <key>foreground</key> | |
| <string>#242828FF</string> | |
| <key>caret</key> | |
| <string>#242828FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_7f8c8dff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#7f8c8dff</string> | |
| <key>caret</key> | |
| <string>#242828FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ecf0f1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ecf0f1ff</string> | |
| <key>foreground</key> | |
| <string>#0E1112FF</string> | |
| <key>caret</key> | |
| <string>#0E1112FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ecf0f1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ecf0f1ff</string> | |
| <key>caret</key> | |
| <string>#0E1112FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ee33eeff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ee33eeff</string> | |
| <key>foreground</key> | |
| <string>#460546FF</string> | |
| <key>caret</key> | |
| <string>#460546FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ee33eeff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ee33eeff</string> | |
| <key>caret</key> | |
| <string>#460546FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ee33ee33</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ee33ee33</string> | |
| <key>foreground</key> | |
| <string>#460546FF</string> | |
| <key>caret</key> | |
| <string>#460546FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ee33ee33</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ee33ee33</string> | |
| <key>caret</key> | |
| <string>#460546FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e3e3e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e3e3e7ff</string> | |
| <key>foreground</key> | |
| <string>#18181CFF</string> | |
| <key>caret</key> | |
| <string>#18181CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e3e3e7ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e3e3e7ff</string> | |
| <key>caret</key> | |
| <string>#18181CFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ccffccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ccffccff</string> | |
| <key>foreground</key> | |
| <string>#003200FF</string> | |
| <key>caret</key> | |
| <string>#003200FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ccffccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ccffccff</string> | |
| <key>caret</key> | |
| <string>#003200FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_cfcfd4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#cfcfd4ff</string> | |
| <key>foreground</key> | |
| <string>#2A2A30FF</string> | |
| <key>caret</key> | |
| <string>#2A2A30FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_cfcfd4ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#cfcfd4ff</string> | |
| <key>caret</key> | |
| <string>#2A2A30FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color_scheme_fix</string> | |
| <key>scope</key> | |
| <string>ch_gutter_icon</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_717171ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#717171ff</string> | |
| <key>foreground</key> | |
| <string>#262626FF</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_717171ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#717171ff</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f28b00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f28b00ff</string> | |
| <key>foreground</key> | |
| <string>#4C2B00FF</string> | |
| <key>caret</key> | |
| <string>#4C2B00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f28b00ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f28b00ff</string> | |
| <key>caret</key> | |
| <string>#4C2B00FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_484848ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#484848ff</string> | |
| <key>foreground</key> | |
| <string>#B7B7B7FF</string> | |
| <key>caret</key> | |
| <string>#B7B7B7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_484848ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#484848ff</string> | |
| <key>caret</key> | |
| <string>#B7B7B7FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_919191ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#919191ff</string> | |
| <key>foreground</key> | |
| <string>#262626FF</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_919191ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#919191ff</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_ff8600ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff8600ff</string> | |
| <key>foreground</key> | |
| <string>#4C2800FF</string> | |
| <key>caret</key> | |
| <string>#4C2800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_ff8600ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ff8600ff</string> | |
| <key>caret</key> | |
| <string>#4C2800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_339933ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#339933ff</string> | |
| <key>foreground</key> | |
| <string>#66CB66FF</string> | |
| <key>caret</key> | |
| <string>#66CB66FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_339933ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#339933ff</string> | |
| <key>caret</key> | |
| <string>#66CB66FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f90000ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f90000ff</string> | |
| <key>foreground</key> | |
| <string>#4C0000FF</string> | |
| <key>caret</key> | |
| <string>#4C0000FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f90000ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f90000ff</string> | |
| <key>caret</key> | |
| <string>#4C0000FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f4f4f4d9</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f4f4f4d9</string> | |
| <key>foreground</key> | |
| <string>#0A0A0AFF</string> | |
| <key>caret</key> | |
| <string>#0A0A0AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f4f4f4d9</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f4f4f4d9</string> | |
| <key>caret</key> | |
| <string>#0A0A0AFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_6994faff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#6994faff</string> | |
| <key>foreground</key> | |
| <string>#042F96FF</string> | |
| <key>caret</key> | |
| <string>#042F96FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_6994faff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#6994faff</string> | |
| <key>caret</key> | |
| <string>#042F96FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_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>scope</key> | |
| <string>CH_text_color_efefefff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#efefefff</string> | |
| <key>caret</key> | |
| <string>#101010FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_979797ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#979797ff</string> | |
| <key>foreground</key> | |
| <string>#686868FF</string> | |
| <key>caret</key> | |
| <string>#686868FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_979797ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#979797ff</string> | |
| <key>caret</key> | |
| <string>#686868FF</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>#1C1C1dFF</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_53534aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#53534aff</string> | |
| <key>foreground</key> | |
| <string>#B5B5ABFF</string> | |
| <key>caret</key> | |
| <string>#B5B5ABFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_53534aff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#53534aff</string> | |
| <key>caret</key> | |
| <string>#B5B5ABFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_b1b1b1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#b1b1b1ff</string> | |
| <key>foreground</key> | |
| <string>#4E4E4EFF</string> | |
| <key>caret</key> | |
| <string>#4E4E4EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_b1b1b1ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#b1b1b1ff</string> | |
| <key>caret</key> | |
| <string>#4E4E4EFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e67a02ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e67a02ff</string> | |
| <key>foreground</key> | |
| <string>#4B2800FF</string> | |
| <key>caret</key> | |
| <string>#4B2800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e67a02ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e67a02ff</string> | |
| <key>caret</key> | |
| <string>#4B2800FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_9cc435ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#9cc435ff</string> | |
| <key>foreground</key> | |
| <string>#2F3C10FF</string> | |
| <key>caret</key> | |
| <string>#2F3C10FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_9cc435ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#9cc435ff</string> | |
| <key>caret</key> | |
| <string>#2F3C10FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_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>scope</key> | |
| <string>CH_text_color_ffffccff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#ffffccff</string> | |
| <key>caret</key> | |
| <string>#323200FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_646464ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#646464ff</string> | |
| <key>foreground</key> | |
| <string>#9B9B9BFF</string> | |
| <key>caret</key> | |
| <string>#9B9B9BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_646464ff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#646464ff</string> | |
| <key>caret</key> | |
| <string>#9B9B9BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_7b7b7bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#7b7b7bff</string> | |
| <key>foreground</key> | |
| <string>#262626FF</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_7b7b7bff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#7b7b7bff</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_e5e5e5e5</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e5e5e5e5</string> | |
| <key>foreground</key> | |
| <string>#191919FF</string> | |
| <key>caret</key> | |
| <string>#191919FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_e5e5e5e5</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#e5e5e5e5</string> | |
| <key>caret</key> | |
| <string>#191919FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_f5f5f5f5</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#f5f5f5f5</string> | |
| <key>foreground</key> | |
| <string>#090909FF</string> | |
| <key>caret</key> | |
| <string>#090909FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_f5f5f5f5</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#f5f5f5f5</string> | |
| <key>caret</key> | |
| <string>#090909FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_537ecfff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#537ecfff</string> | |
| <key>foreground</key> | |
| <string>#101F3BFF</string> | |
| <key>caret</key> | |
| <string>#101F3BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_537ecfff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#537ecfff</string> | |
| <key>caret</key> | |
| <string>#101F3BFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>CH_color</string> | |
| <key>scope</key> | |
| <string>CH_color_8e8e8eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#8e8e8eff</string> | |
| <key>foreground</key> | |
| <string>#262626FF</string> | |
| <key>caret</key> | |
| <string>#262626FF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>scope</key> | |
| <string>CH_text_color_8e8e8eff</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#8e8e8eff</string> | |
| <key>caret</key> | |
| <string>#262626FF</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>#1C1C1dFF</string> | |
| <key>foreground</key> | |
| <string>#00000026</string> | |
| <key>caret</key> | |
| <string>#FFFFFFFF</string> | |
| </dict> | |
| </dict></array> | |
| <key>uuid</key> | |
| <string>9EC2F669-2917-4C31-AAF1-A62E64137320</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>semanticClass</key> | |
| <string>theme.dark.am_coder</string> | |
| <key>author</key> | |
| <string>auiWorks</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
Show hidden characters
| [ | |
| { | |
| "keys": ["ctrl+b"], | |
| "command": "duplicate_line" | |
| }, | |
| { | |
| "keys": ["ctrl+shift+n"], | |
| "command": "new_window" | |
| }, | |
| { | |
| "keys": ["ctrl+q"], | |
| "command": "toggle_comment", | |
| "args": { | |
| "block": false | |
| } | |
| }, | |
| { | |
| "keys": ["ctrl+shift+q"], | |
| "command": "toggle_comment", | |
| "args": { | |
| "block": true | |
| } | |
| }, | |
| { | |
| "keys": ["ctrl+ü"], | |
| "command": "fix" | |
| }, | |
| { | |
| "keys": ["alt+shift+f"], | |
| "command": "reindent", | |
| "args": { | |
| "single_line": false | |
| } | |
| } | |
| ] |
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", | |
| "AdvancedNewFile", | |
| "AlignTab", | |
| "All Autocomplete", | |
| "AngularJS", | |
| "Auto Close HTML Tags", | |
| "AutoFileName", | |
| "Autoprefixer", | |
| "Babel", | |
| "BracketHighlighter", | |
| "Color Highlighter", | |
| "ColorPicker", | |
| "CSS Snippets", | |
| "CSS3", | |
| "DocBlockr", | |
| "EditorConfig", | |
| "Emmet", | |
| "Git", | |
| "GitGutter", | |
| "Gitignore", | |
| "Haml", | |
| "Highlighter", | |
| "HTML-CSS-JS Prettify", | |
| "HTMLBeautify", | |
| "Jade", | |
| "JavaScript & NodeJS Snippets", | |
| "Javascript Beautify", | |
| "JavaScript Snippets", | |
| "JavaScriptNext - ES6 Syntax", | |
| "JSHint", | |
| "JsPrettier", | |
| "JSX", | |
| "LESS", | |
| "Local History", | |
| "MarkdownPreview", | |
| "Package Control", | |
| "Package Syncing", | |
| "Pug", | |
| "React ES6 Snippets", | |
| "React Templates", | |
| "ReactJS", | |
| "Sass", | |
| "SassBeautify", | |
| "SideBarEnhancements", | |
| "Simple JSX", | |
| "Stylus", | |
| "SublimeCodeIntel", | |
| "SublimeLinter", | |
| "Sync Settings", | |
| "Terminal", | |
| "Theme - amCoder", | |
| "TodoReview", | |
| "TypeScript", | |
| "Vue Syntax Highlight" | |
| ] | |
| } |
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
| { | |
| "last_local_data": { | |
| "Color Highlighter/themes/amCoder (SL).tmTheme": { | |
| "dir": "Color Highlighter/themes", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/Color Highlighter/themes/amCoder (SL).tmTheme", | |
| "version": 1515965168.7128437 | |
| }, | |
| "Default (Linux).sublime-keymap": { | |
| "dir": "", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap", | |
| "version": 1509216230.0191197 | |
| }, | |
| "Package Control.sublime-settings": { | |
| "dir": "", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/Package Control.sublime-settings", | |
| "version": 1520801319.3490162 | |
| }, | |
| "Preferences.sublime-settings": { | |
| "dir": "", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/Preferences.sublime-settings", | |
| "version": 1520801320.349028 | |
| }, | |
| "SublimeLinter (old).sublime-settings": { | |
| "dir": "", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/SublimeLinter (old).sublime-settings", | |
| "version": 1519407811.7816126 | |
| }, | |
| "SublimeLinter/amCoder (SL).tmTheme": { | |
| "dir": "SublimeLinter", | |
| "path": "/home/isitan/.config/sublime-text-3/Packages/User/SublimeLinter/amCoder (SL).tmTheme", | |
| "version": 1509905380.780563 | |
| } | |
| }, | |
| "last_remote_data": { | |
| "Color Highlighter/themes/amCoder (SL).tmTheme": { | |
| "dir": "Color Highlighter/themes", | |
| "path": "/home/isitan/sublime-package/Color Highlighter/themes/amCoder (SL).tmTheme", | |
| "version": 1515965168.7128437 | |
| }, | |
| "Default (Linux).sublime-keymap": { | |
| "dir": "", | |
| "path": "/home/isitan/sublime-package/Default (Linux).sublime-keymap", | |
| "version": 1509216230.0191197 | |
| }, | |
| "Package Control.sublime-settings": { | |
| "dir": "", | |
| "path": "/home/isitan/sublime-package/Package Control.sublime-settings", | |
| "version": 1518389231.7048786 | |
| }, | |
| "Preferences.sublime-settings": { | |
| "dir": "", | |
| "path": "/home/isitan/sublime-package/Preferences.sublime-settings", | |
| "version": 1518389231.7048786 | |
| }, | |
| "SublimeLinter/amCoder (SL).tmTheme": { | |
| "dir": "SublimeLinter", | |
| "path": "/home/isitan/sublime-package/SublimeLinter/amCoder (SL).tmTheme", | |
| "version": 1509905380.780563 | |
| } | |
| }, | |
| "remove_packages": [] | |
| } |
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
| { | |
| "sync": false, | |
| "sync_folder": "/home/isitan/sublime-package" | |
| } |
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
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete": true, | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/User/SublimeLinter/amCoder (SL).tmTheme", | |
| "default_line_ending": "unix", | |
| "detect_indentation": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "expand_tabs_on_save": true, | |
| "fallback_encoding": "UTF-8", | |
| "file_exclude_patterns": | |
| [ | |
| ".DS_Store", | |
| "Desktop.ini", | |
| "*.pyc", | |
| "._*", | |
| "Thumbs.db", | |
| ".Spotlight-V100", | |
| ".Trashes", | |
| "*.psd", | |
| "*.zip", | |
| "*.tar.gz" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| "views_cache", | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "tmp", | |
| "cache", | |
| "CVS", | |
| "_build", | |
| "dist", | |
| "build", | |
| "node_modules", | |
| ".DS_Store", | |
| "Desktop.ini", | |
| "*.pyc", | |
| "._*", | |
| "Thumbs.db", | |
| ".Spotlight-V100", | |
| ".Trashes" | |
| ], | |
| "font_options": "subpixel_antialias", | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Open Folder", | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "overlay_scroll_bars": "enabled", | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "scroll_past_end": true, | |
| "shift_tab_unindent": true, | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "sidebar_default": true, | |
| "tab_completion": false, | |
| "tab_size": 2, | |
| "theme": "amCoder.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "update_check": false, | |
| "use_tab_stops": true, | |
| "vintage_start_in_command_mode": true, | |
| "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
| { | |
| "user": { | |
| "debug": false, | |
| "delay": 0.25, | |
| "error_color": "D02000", | |
| "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme", | |
| "gutter_theme_excludes": [], | |
| "lint_mode": "background", | |
| "mark_style": "outline", | |
| "no_column_highlights_line": false, | |
| "passive_warnings": false, | |
| "paths": { | |
| "linux": [], | |
| "osx": [], | |
| "windows": [] | |
| }, | |
| "python_paths": { | |
| "linux": [], | |
| "osx": [], | |
| "windows": [] | |
| }, | |
| "rc_search_limit": 3, | |
| "shell_timeout": 10, | |
| "show_errors_on_save": false, | |
| "show_marks_in_minimap": true, | |
| "syntax_map": { | |
| "coffeescript (gulpfile)": "coffeescript", | |
| "html (django)": "html", | |
| "html (rails)": "html", | |
| "html 5": "html", | |
| "javascript (babel)": "javascript", | |
| "javascript (eslint)": "javascript", | |
| "javascript (gruntfile)": "javascript", | |
| "javascript (gulpfile)": "javascript", | |
| "javascript (postcss)": "javascript", | |
| "javascript (puglint)": "javascript", | |
| "javascript (stylelint)": "javascript", | |
| "javascript (webpack)": "javascript", | |
| "json (babel)": "json", | |
| "json (bower)": "json", | |
| "json (composer)": "json", | |
| "json (eslint)": "json", | |
| "json (npm)": "json", | |
| "json (postcss)": "json", | |
| "json (puglint)": "json", | |
| "json (settings)": "json", | |
| "json (stylelint)": "json", | |
| "json (sublime)": "json", | |
| "json (tern js)": "json", | |
| "magicpython": "python", | |
| "php": "html", | |
| "python django": "python", | |
| "pythonimproved": "python", | |
| "xml (config)": "xml", | |
| "xml (svg)": "xml", | |
| "yaml (circleci)": "yaml", | |
| "yaml (docker)": "yaml", | |
| "yaml (eslint)": "yaml", | |
| "yaml (lock)": "yaml", | |
| "yaml (procfile)": "yaml", | |
| "yaml (stylelint)": "yaml", | |
| "yaml (yarn)": "yaml" | |
| }, | |
| "tooltip_fontsize": "1rem", | |
| "tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme", | |
| "tooltip_theme_excludes": [], | |
| "tooltips": false, | |
| "use_current_shell_path": false, | |
| "warning_color": "DDB700", | |
| "wrap_find": 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>amCoder</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#1C1C1C</string> | |
| <key>caret</key> | |
| <string>#CECECE</string> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| <key>invisibles</key> | |
| <string>#6E6E6E</string> | |
| <key>lineHighlight</key> | |
| <string>#404040</string> | |
| <key>bracketContentsForeground</key> | |
| <string>#6CC7D9</string> | |
| <key>bracketContentsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>bracketsForeground</key> | |
| <string>#E52E71</string> | |
| <key>bracketsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>tagsForeground</key> | |
| <string>#E52E71</string> | |
| <key>tagsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>findHighlight</key> | |
| <string>#CCC47A</string> | |
| <key>findHighlightForeground</key> | |
| <string>#1C1C1C</string> | |
| <key>gutter</key> | |
| <string>#1C1C1C</string> | |
| <key>gutterForeground</key> | |
| <string>#6E6E6E</string> | |
| <key>selection</key> | |
| <string>#404040</string> | |
| <key>selectionBorder</key> | |
| <string>#6E6E6E</string> | |
| <key>inactiveSelection</key> | |
| <string>#242424</string> | |
| <key>guide</key> | |
| <string>#404040</string> | |
| <key>activeGuide</key> | |
| <string>#6E6E6E</string> | |
| <key>stackGuide</key> | |
| <string>#404040</string> | |
| <key>highlight</key> | |
| <string>#CCC47A</string> | |
| <key>highlightForeground</key> | |
| <string>#1C1C1C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>constant.numeric.line-number.find-in-files - match</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A082D9A0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>entity.name.filename.find-in-files</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#A082D9</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>#A082D9</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>#A082D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string /> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage type</string> | |
| <key>scope</key> | |
| <string>storage.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#9CCC3D</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>italic underline</string> | |
| <key>foreground</key> | |
| <string>#9CCC3D</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>#9CCC3D</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>italic</string> | |
| <key>foreground</key> | |
| <string>#D9882B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag name</string> | |
| <key>scope</key> | |
| <string>entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</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>#9CCC3D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library function</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library constant</string> | |
| <key>scope</key> | |
| <string>support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6CC7D9</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>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library variable</string> | |
| <key>scope</key> | |
| <string>support.other.variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string /> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#E52E71</string> | |
| <key>foreground</key> | |
| <string>#CECECE</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>#A082D9</string> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON String</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.json string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCC3D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.changed</string> | |
| <key>scope</key> | |
| <string>markup.changed</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCC47A</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>#A082D9</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>#CCC47A</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>#D9882B</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>#6CC7D9</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>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: Raw block</string> | |
| <key>scope</key> | |
| <string>markup.raw.block</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A082D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: table</string> | |
| <key>scope</key> | |
| <string>markup.table</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: plain</string> | |
| <key>scope</key> | |
| <string>text.html.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CECECE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: linebreak</string> | |
| <key>scope</key> | |
| <string>text.html.markdown meta.dummy.line-break</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#E52E71</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Blockquote</string> | |
| <key>scope</key> | |
| <string>markup.quote, punctuation.definition.blockquote.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Link</string> | |
| <key>scope</key> | |
| <string>string.other.link.title.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#6CC7D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: List Items Punctuation</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.list_item.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>foreground</key> | |
| <string>#A082D9</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>foreground</key> | |
| <string>#A082D9</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>#A082D9</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>#242424</string> | |
| <key>foreground</key> | |
| <string>#6E6E6E</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>#DDB700</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>#D02000</string> | |
| </dict> | |
| </dict></array> | |
| <key>uuid</key> | |
| <string>9EC2F669-2917-4C31-AAF1-A62E64137320</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>semanticClass</key> | |
| <string>theme.dark.am_coder</string> | |
| <key>author</key> | |
| <string>auiWorks</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
| sublimetext-settings-sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment