Last active
July 13, 2019 08:35
-
-
Save seriiserii825/dbf36632f3057e1cde8f23a292f5eaf6 to your computer and use it in GitHub Desktop.
sublime
This file contains 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
{ | |
"labels": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ<>.,+-/", | |
} |
This file contains 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
{ | |
// A boolean defining if cursor text should be used. Text bound by single or | |
// double quotes or within a region will be used. If multiple cursors | |
// are used, the earliest selection containing a region or existing | |
// within quotes will be used. | |
// NOTE: A value read from cursor will override the default | |
// initial string setting. | |
"use_cursor_text": true, | |
// A boolean value specifying if regular files should be included in the auto | |
// complete options. | |
"show_files": true, | |
// A boolean specifying if the file path being created should be displayed in | |
// the status bar. | |
"show_path": true, | |
// A boolean specifying if folders should automatically refresh and update the sidebar. | |
// In some builds, the sidebar does not refresh when contents of project folder are updated. | |
// This setting is required to refresh the sidebar in these circumstances. | |
// false by default | |
"auto_refresh_sidebar": true, | |
// A string specifying the type of auto completion to use. Valid values are | |
// "windows" or "nix" | |
"completion_type": "nix", | |
// If a warning should be displayed when trying to overwrite an existing file using | |
// the move command. | |
"warn_overwrite_on_move": true, | |
} |
This file contains 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
{ | |
"HTML (Rails)": | |
[ | |
"html.erb" | |
], | |
"JSON": | |
[ | |
".bowerrc", | |
".csslintrc", | |
".eslintrc", | |
".jscsrc", | |
".jshintrc", | |
"geojson" | |
], | |
"PHP": | |
[ | |
"inc", | |
"php3", | |
"php4", | |
"php5", | |
"phtml" | |
], | |
"Python": | |
[ | |
"py3", | |
"pyw" | |
], | |
"Ruby": | |
[ | |
"jbuilder", | |
"podspec", | |
"rabl", | |
"rake", | |
"rb", | |
"simplecov", | |
"thor" | |
], | |
"Ruby Haml": | |
[ | |
"haml" | |
], | |
"Shell-Unix-Generic": | |
[ | |
"bash", | |
"sh", | |
"zsh" | |
], | |
"XML": | |
[ | |
"xml.dist" | |
], | |
"YAML": | |
[ | |
".gemrc", | |
"YAML-tmLanguage", | |
"yml", | |
"yml.dist" | |
] | |
} |
This file contains 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
{ | |
// If you want exceptions reraised so you can see them in the console, change this to true. | |
"reraise_exceptions": false, | |
// If you want to have a syntax applied when new files are created, set new_file_syntax to the name of the syntax | |
// to use. The format is exactly the same as "syntax" in the rules below. For example, if you want to have a new | |
// file use JavaScript syntax, set new_file_syntax to 'JavaScript'. | |
"new_file_syntax": false, | |
// Auto add extensions to language settings file in User folder. | |
// Do not manually remove "apply_syntax_extensions" from the settings file. | |
// "extenstions" are ignored by "match": "all" setting. | |
"add_exts_to_lang_settings": true, | |
// Control level of logging in the console. | |
// (true|false|"verbose") | |
"debug": true, | |
// Put your custom syntax rules here: | |
"syntaxes": [ | |
] | |
} |
This file contains 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
{ | |
"/home/serii/Sites/verta.loc/src/assets/sass/style.scss": | |
[ | |
[ | |
3501, | |
3653 | |
] | |
], | |
"/var/www/stroi-invest.loc/src/about.html": | |
[ | |
[ | |
155, | |
1978 | |
] | |
], | |
"/var/www/stroi-invest.loc/src/index.html": | |
[ | |
[ | |
380, | |
918 | |
], | |
[ | |
1031, | |
1425 | |
], | |
[ | |
1528, | |
1921 | |
] | |
], | |
"/var/www/stroi-invest.loc/src/templates/head.html": | |
[ | |
[ | |
750, | |
1836 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\assets\\sass\\style.scss": | |
[ | |
[ | |
31763, | |
32329 | |
], | |
[ | |
32390, | |
32488 | |
], | |
[ | |
32939, | |
33730 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\blocks\\for-what.html": | |
[ | |
[ | |
187, | |
1041 | |
], | |
[ | |
2905, | |
3878 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\blocks\\standarts.html": | |
[ | |
[ | |
143, | |
8400 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\contacts.html": | |
[ | |
[ | |
559, | |
2169 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\portfolio.html": | |
[ | |
[ | |
493, | |
11652 | |
], | |
[ | |
11719, | |
14146 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\promotions.html": | |
[ | |
[ | |
2553, | |
3059 | |
] | |
], | |
"C:\\OSPanel\\domains\\city-fence.loc\\src\\templates\\head.html": | |
[ | |
[ | |
1043, | |
2024 | |
], | |
[ | |
2460, | |
2930 | |
], | |
[ | |
3686, | |
7605 | |
] | |
], | |
"C:\\OSPanel\\domains\\coin-stream.loc\\src\\assets\\sass\\style.scss": | |
[ | |
[ | |
9254, | |
11301 | |
], | |
[ | |
11370, | |
11506 | |
], | |
[ | |
15782, | |
16615 | |
] | |
], | |
"C:\\OSPanel\\domains\\coin-stream.loc\\src\\blocks\\advantages.html": | |
[ | |
[ | |
79, | |
1923 | |
] | |
], | |
"C:\\OSPanel\\domains\\coin-stream.loc\\src\\blocks\\statistics.html": | |
[ | |
[ | |
3450, | |
6034 | |
] | |
], | |
"C:\\OSPanel\\domains\\coin-stream.loc\\src\\index.html": | |
[ | |
[ | |
12109, | |
14248 | |
] | |
], | |
"C:\\OSPanel\\domains\\coin-stream.loc\\src\\templates\\head.html": | |
[ | |
[ | |
858, | |
2590 | |
], | |
[ | |
2684, | |
5354 | |
], | |
[ | |
8545, | |
9811 | |
] | |
], | |
"C:\\OSPanel\\domains\\for-friends.loc\\src\\assets\\sass\\style.scss": | |
[ | |
[ | |
3915, | |
5069 | |
], | |
[ | |
5106, | |
5596 | |
] | |
], | |
"C:\\OSPanel\\domains\\for-friends.loc\\src\\blocks\\gallery.html": | |
[ | |
[ | |
225, | |
482 | |
], | |
[ | |
557, | |
823 | |
], | |
[ | |
898, | |
1164 | |
], | |
[ | |
1239, | |
1505 | |
], | |
[ | |
1580, | |
1846 | |
], | |
[ | |
1913, | |
2171 | |
] | |
], | |
"C:\\OSPanel\\domains\\for-friends.loc\\src\\index.html": | |
[ | |
[ | |
15662, | |
17420 | |
] | |
], | |
"C:\\OSPanel\\domains\\marselle.loc\\gulpfile.js": | |
[ | |
[ | |
1874, | |
1988 | |
], | |
[ | |
2092, | |
2356 | |
], | |
[ | |
2460, | |
2574 | |
], | |
[ | |
2685, | |
2796 | |
], | |
[ | |
2904, | |
3407 | |
], | |
[ | |
3889, | |
4205 | |
], | |
[ | |
4312, | |
4729 | |
], | |
[ | |
4835, | |
4908 | |
], | |
[ | |
5012, | |
5106 | |
] | |
], | |
"C:\\OSPanel\\domains\\marselle.loc\\src\\assets\\less\\style.less": | |
[ | |
[ | |
236, | |
255 | |
], | |
[ | |
265, | |
366 | |
], | |
[ | |
374, | |
409 | |
], | |
[ | |
417, | |
452 | |
], | |
[ | |
460, | |
512 | |
], | |
[ | |
518, | |
583 | |
], | |
[ | |
592, | |
627 | |
], | |
[ | |
638, | |
664 | |
], | |
[ | |
678, | |
1054 | |
], | |
[ | |
1127, | |
2594 | |
], | |
[ | |
2675, | |
3134 | |
], | |
[ | |
3211, | |
3742 | |
], | |
[ | |
3821, | |
3842 | |
], | |
[ | |
3921, | |
4903 | |
], | |
[ | |
5029, | |
6258 | |
] | |
], | |
"C:\\OSPanel\\domains\\marselle.loc\\src\\index.html": | |
[ | |
[ | |
8105, | |
9629 | |
], | |
[ | |
9735, | |
12796 | |
] | |
], | |
"C:\\OSPanel\\domains\\marselle.loc\\src\\templates\\head.html": | |
[ | |
[ | |
550, | |
1819 | |
] | |
], | |
"C:\\OSPanel\\domains\\profmetcom.loc\\src\\index.html": | |
[ | |
[ | |
731, | |
2055 | |
], | |
[ | |
2810, | |
2911 | |
], | |
[ | |
4495, | |
6089 | |
] | |
], | |
"C:\\OSPanel\\domains\\profmetcom.loc\\src\\templates\\head.html": | |
[ | |
[ | |
500, | |
1862 | |
] | |
], | |
"C:\\OSPanel\\domains\\verta.loc\\src\\about.html": | |
[ | |
[ | |
2164, | |
3309 | |
] | |
], | |
"C:\\OSPanel\\domains\\verta.loc\\src\\assets\\js\\main.js": | |
[ | |
[ | |
967, | |
2006 | |
] | |
], | |
"C:\\OSPanel\\domains\\wordpress-ajax.loc\\wp-content\\plugins\\wfm-subscribe\\wfm-ajax-functions.php": | |
[ | |
[ | |
39, | |
901 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-fashion.loc\\wp-content\\themes\\fashion\\about.html": | |
[ | |
[ | |
1227, | |
2944 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-fashion.loc\\wp-content\\themes\\fashion\\contact.html": | |
[ | |
[ | |
1345, | |
2057 | |
], | |
[ | |
2111, | |
2732 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-fashion.loc\\wp-content\\themes\\twentyfifteen\\style.css": | |
[ | |
[ | |
20715, | |
20747 | |
], | |
[ | |
20764, | |
20797 | |
], | |
[ | |
20815, | |
20873 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-houses.loc\\wp-content\\themes\\houses-theme\\index.php": | |
[ | |
[ | |
17599, | |
18330 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-portfolio2.loc\\wp-content\\themes\\portfolio\\index.php": | |
[ | |
[ | |
2747, | |
5492 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-solid.loc\\wp-content\\themes\\solid\\inc\\class-wp-bootstrap-navwalker.php": | |
[ | |
[ | |
1363, | |
2857 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-solid.loc\\wp-content\\themes\\solid\\index.html": | |
[ | |
[ | |
996, | |
2273 | |
], | |
[ | |
2561, | |
3082 | |
], | |
[ | |
3474, | |
3869 | |
], | |
[ | |
3909, | |
4296 | |
], | |
[ | |
4336, | |
4725 | |
] | |
], | |
"C:\\OSPanel\\domains\\wp-solid.loc\\wp-content\\themes\\solid\\index.php": | |
[ | |
[ | |
73, | |
825 | |
] | |
], | |
"C:\\Users\\User\\AppData\\Roaming\\Sublime Text 3\\Packages\\BracketHighlighter\\Example.sublime-keymap": | |
[ | |
[ | |
1189, | |
1267 | |
] | |
], | |
"C:\\Users\\User\\Desktop\\test\\end.html": | |
[ | |
[ | |
75, | |
836 | |
] | |
], | |
"C:\\Users\\User\\Desktop\\test\\style.scss": | |
[ | |
[ | |
39538, | |
41044 | |
] | |
], | |
"C:\\Users\\User\\Downloads\\test.html": | |
[ | |
[ | |
174, | |
1146 | |
] | |
] | |
} |
This file contains 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
[ | |
{ | |
"class": "sidebar_label", | |
"color": [230, 230, 230], | |
"font.bold": false, | |
"font.size": 16, | |
"font.face": "Ubuntu" | |
}, | |
{ | |
"class": "tab_label", | |
"font.size": 16, | |
"font.face": "Ubuntu" | |
}, | |
{ | |
"class":"quick_panel_label", | |
"font.size": 16, | |
} | |
] |
This file contains 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
{ | |
"version": 7 | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
<!-- ${1:this} --> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>cmh</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
/*${1:this} | |
=======================================*/ | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>cmss</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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>Afterglow for Markdown</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2e2e2e</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#dcd7d2</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#333435</string> | |
<key>selection</key> | |
<string>#5A647E</string> | |
<key>inactiveSelection</key> | |
<string>#3C3C3C</string> | |
<key>gutterForeground</key> | |
<string>#4C4C4C</string> | |
<key>guide</key> | |
<string>#F1826025</string> | |
<key>activeGuide</key> | |
<string>#cc773250</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Text</string> | |
<key>scope</key> | |
<string>text.html.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d6d6d6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Heading</string> | |
<key>scope</key> | |
<string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c45330</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Image</string> | |
<key>scope</key> | |
<string>meta.link.inline.markdown, meta.image.inline.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: String</string> | |
<key>scope</key> | |
<string>string.other.link.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: List</string> | |
<key>scope</key> | |
<string>meta.paragraph.list.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d0d0ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Image link, Inline Code, Block Code, Blockquote</string> | |
<key>scope</key> | |
<string>markup.underline.link.image.markdown, meta.block-level.markdown markup.raw.block.markdown, markup.raw.inline, markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8c8c8c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Strong</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Emphasis</string> | |
<key>scope</key> | |
<string>markup.italic, markup.italic.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#e5b567</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3E3E3E</string> | |
<key>foreground</key> | |
<string>#3E3E3E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Output</string> | |
<key>scope</key> | |
<string>markup.output, markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7832</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword, storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#CC7833</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function (definition)</string> | |
<key>scope</key> | |
<string>entity.name.function, keyword.other.name-of-parameter.objc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FFC66D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class (definition)</string> | |
<key>scope</key> | |
<string>entity.name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#D0D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6D9CBE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (other variable)</string> | |
<key>scope</key> | |
<string>variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (built-in)</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library type</string> | |
<key>scope</key> | |
<string>support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6c99bb</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>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup tag</string> | |
<key>scope</key> | |
<string>meta.tag, declaration.tag, entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#E8BF6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String interpolation</string> | |
<key>scope</key> | |
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Add</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#144212</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Remove</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#660000</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2F33AB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.id</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.class</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>less.mixin</string> | |
<key>scope</key> | |
<string>entity.other.less.mixin</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>less.variable</string> | |
<key>scope</key> | |
<string>variable.declaration.less</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.element</string> | |
<key>scope</key> | |
<string>keyword.control.html.elements</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#e5b567</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.string</string> | |
<key>scope</key> | |
<string>meta.attribute-selector.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword.control</string> | |
<key>scope</key> | |
<string>keyword.control.at-rule.css.sass</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Sass: units</string> | |
<key>scope</key> | |
<string>constant.other.unit.sass</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</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>#dcd7d2</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>#636050</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>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Source</string> | |
<key>scope</key> | |
<string>source.js.embedded.html punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#e5b567</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, comment punctuation</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#ADADAD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Addition</string> | |
<key>scope</key> | |
<string>string.addition</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#7c9044</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>highlight</string> | |
<key>scope</key> | |
<string>string.highlight</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deletion</string> | |
<key>scope</key> | |
<string>string.deletion</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#c45330</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>comment</string> | |
<key>scope</key> | |
<string>string.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>blockcomment</string> | |
<key>scope</key> | |
<string>string.blockcomment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#773b54</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>substitution</string> | |
<key>scope</key> | |
<string>string.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#e5b567</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90516b</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#999999</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cccccc</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_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>#2e2e2fFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</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></array> | |
</dict> | |
</plist> |
This file contains 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>Afterglow - Monokai</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2E</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#d6d6d6</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#333435</string> | |
<key>selection</key> | |
<string>#5A647E</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>selectionBorder</key> | |
<string>#5A647E</string> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#e5b567</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>#9e86c8</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>#9e86c8</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>#9e86c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.other.readwrite.instance.coffee</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E87D3E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name.type.class.coffee</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b05279</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b05279</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>#6c99bb</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>#b4c973</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>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</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>#E87D3E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b05279</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</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>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</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>#b05279</string> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#9e86c8</string> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#cfcfcf</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>#767676</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>#b05279</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>#b4c973</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>#E5B567</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>#9e86c8A0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>entity.name.filename.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5B567</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</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_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>#2E2E2fFF</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_f8f9faff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f8f9faff</string> | |
<key>foreground</key> | |
<string>#050607FF</string> | |
<key>caret</key> | |
<string>#050607FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f8f9faff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f8f9faff</string> | |
<key>caret</key> | |
<string>#050607FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e9ecefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9ecefff</string> | |
<key>foreground</key> | |
<string>#0F1315FF</string> | |
<key>caret</key> | |
<string>#0F1315FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e9ecefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e9ecefff</string> | |
<key>caret</key> | |
<string>#0F1315FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dee2e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dee2e6ff</string> | |
<key>foreground</key> | |
<string>#191C21FF</string> | |
<key>caret</key> | |
<string>#191C21FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dee2e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dee2e6ff</string> | |
<key>caret</key> | |
<string>#191C21FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ced4daff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ced4daff</string> | |
<key>foreground</key> | |
<string>#252B31FF</string> | |
<key>caret</key> | |
<string>#252B31FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ced4daff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ced4daff</string> | |
<key>caret</key> | |
<string>#252B31FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_adb5bdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#adb5bdff</string> | |
<key>foreground</key> | |
<string>#414951FF</string> | |
<key>caret</key> | |
<string>#414951FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_adb5bdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#adb5bdff</string> | |
<key>caret</key> | |
<string>#414951FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6c757dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6c757dff</string> | |
<key>foreground</key> | |
<string>#232629FF</string> | |
<key>caret</key> | |
<string>#232629FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6c757dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6c757dff</string> | |
<key>caret</key> | |
<string>#232629FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_495057ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#495057ff</string> | |
<key>foreground</key> | |
<string>#A8AFB6FF</string> | |
<key>caret</key> | |
<string>#A8AFB6FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_495057ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#495057ff</string> | |
<key>caret</key> | |
<string>#A8AFB6FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_343a40ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#343a40ff</string> | |
<key>foreground</key> | |
<string>#BFC5CBFF</string> | |
<key>caret</key> | |
<string>#BFC5CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_343a40ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#343a40ff</string> | |
<key>caret</key> | |
<string>#BFC5CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_212529ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#212529ff</string> | |
<key>foreground</key> | |
<string>#D5DADEFF</string> | |
<key>caret</key> | |
<string>#D5DADEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_212529ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#212529ff</string> | |
<key>caret</key> | |
<string>#D5DADEFF</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>#2E2E2fFF</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_007bffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007bffff</string> | |
<key>foreground</key> | |
<string>#00244CFF</string> | |
<key>caret</key> | |
<string>#00244CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_007bffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#007bffff</string> | |
<key>caret</key> | |
<string>#00244CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6610f2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6610f2ff</string> | |
<key>foreground</key> | |
<string>#1E0348FF</string> | |
<key>caret</key> | |
<string>#1E0348FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6610f2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6610f2ff</string> | |
<key>caret</key> | |
<string>#1E0348FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6f42c1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6f42c1ff</string> | |
<key>foreground</key> | |
<string>#201239FF</string> | |
<key>caret</key> | |
<string>#201239FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6f42c1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6f42c1ff</string> | |
<key>caret</key> | |
<string>#201239FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e83e8cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e83e8cff</string> | |
<key>foreground</key> | |
<string>#C11764FF</string> | |
<key>caret</key> | |
<string>#C11764FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e83e8cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e83e8cff</string> | |
<key>caret</key> | |
<string>#C11764FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dc3545ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dc3545ff</string> | |
<key>foreground</key> | |
<string>#410B10FF</string> | |
<key>caret</key> | |
<string>#410B10FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dc3545ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dc3545ff</string> | |
<key>caret</key> | |
<string>#410B10FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fd7e14ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fd7e14ff</string> | |
<key>foreground</key> | |
<string>#4B2200FF</string> | |
<key>caret</key> | |
<string>#4B2200FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fd7e14ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fd7e14ff</string> | |
<key>caret</key> | |
<string>#4B2200FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffc107ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffc107ff</string> | |
<key>foreground</key> | |
<string>#4C3900FF</string> | |
<key>caret</key> | |
<string>#4C3900FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffc107ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffc107ff</string> | |
<key>caret</key> | |
<string>#4C3900FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_28a745ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#28a745ff</string> | |
<key>foreground</key> | |
<string>#57D774FF</string> | |
<key>caret</key> | |
<string>#57D774FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_28a745ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#28a745ff</string> | |
<key>caret</key> | |
<string>#57D774FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_20c997ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#20c997ff</string> | |
<key>foreground</key> | |
<string>#0A4131FF</string> | |
<key>caret</key> | |
<string>#0A4131FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_20c997ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#20c997ff</string> | |
<key>caret</key> | |
<string>#0A4131FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_17a2b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#17a2b8ff</string> | |
<key>foreground</key> | |
<string>#47D2E8FF</string> | |
<key>caret</key> | |
<string>#47D2E8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_17a2b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#17a2b8ff</string> | |
<key>caret</key> | |
<string>#47D2E8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fcf8e3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fcf8e3ff</string> | |
<key>foreground</key> | |
<string>#1C1802FF</string> | |
<key>caret</key> | |
<string>#1C1802FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fcf8e3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fcf8e3ff</string> | |
<key>caret</key> | |
<string>#1C1802FF</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_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#edf0f5ff</string> | |
<key>foreground</key> | |
<string>#0A0C12FF</string> | |
<key>caret</key> | |
<string>#0A0C12FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#edf0f5ff</string> | |
<key>caret</key> | |
<string>#0A0C12FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_113311ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#113311ff</string> | |
<key>foreground</key> | |
<string>#CCEDCCFF</string> | |
<key>caret</key> | |
<string>#CCEDCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_113311ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#113311ff</string> | |
<key>caret</key> | |
<string>#CCEDCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_11331133</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#11331133</string> | |
<key>foreground</key> | |
<string>#CCEDCCFF</string> | |
<key>caret</key> | |
<string>#CCEDCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_11331133</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#11331133</string> | |
<key>caret</key> | |
<string>#CCEDCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#131313ff</string> | |
<key>foreground</key> | |
<string>#ECECECFF</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#131313ff</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000099ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000099ff</string> | |
<key>foreground</key> | |
<string>#6565FFFF</string> | |
<key>caret</key> | |
<string>#6565FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000099ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000099ff</string> | |
<key>caret</key> | |
<string>#6565FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000099aa</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000099aa</string> | |
<key>foreground</key> | |
<string>#6565FFFF</string> | |
<key>caret</key> | |
<string>#6565FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000099aa</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000099aa</string> | |
<key>caret</key> | |
<string>#6565FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#009adfff</string> | |
<key>foreground</key> | |
<string>#00344CFF</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#009adfff</string> | |
<key>caret</key> | |
<string>#00344CFF</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_00000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000000</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000000</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</string> | |
<key>scope</key> | |
<string>CH_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#888888ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#888888ff</string> | |
<key>caret</key> | |
<string>#262626FF</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_989ba1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#989ba1ff</string> | |
<key>foreground</key> | |
<string>#5D6066FF</string> | |
<key>caret</key> | |
<string>#5D6066FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_989ba1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#989ba1ff</string> | |
<key>caret</key> | |
<string>#5D6066FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c9ccd1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c9ccd1ff</string> | |
<key>foreground</key> | |
<string>#2D3135FF</string> | |
<key>caret</key> | |
<string>#2D3135FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c9ccd1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c9ccd1ff</string> | |
<key>caret</key> | |
<string>#2D3135FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c1c5cdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c1c5cdff</string> | |
<key>foreground</key> | |
<string>#31363EFF</string> | |
<key>caret</key> | |
<string>#31363EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c1c5cdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c1c5cdff</string> | |
<key>caret</key> | |
<string>#31363EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b3b7c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b3b7c0ff</string> | |
<key>foreground</key> | |
<string>#3F434CFF</string> | |
<key>caret</key> | |
<string>#3F434CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b3b7c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b3b7c0ff</string> | |
<key>caret</key> | |
<string>#3F434CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_979ca3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#979ca3ff</string> | |
<key>foreground</key> | |
<string>#5C6167FF</string> | |
<key>caret</key> | |
<string>#5C6167FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_979ca3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#979ca3ff</string> | |
<key>caret</key> | |
<string>#5C6167FF</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>#2E2E2fFF</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_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>#2E2E2fFF</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_666e80ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666e80ff</string> | |
<key>foreground</key> | |
<string>#21242AFF</string> | |
<key>caret</key> | |
<string>#21242AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_666e80ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#666e80ff</string> | |
<key>caret</key> | |
<string>#21242AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_777777ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#777777ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_777777ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#777777ff</string> | |
<key>caret</key> | |
<string>#262626FF</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_3d4350ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3d4350ff</string> | |
<key>foreground</key> | |
<string>#AFB4C2FF</string> | |
<key>caret</key> | |
<string>#AFB4C2FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3d4350ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3d4350ff</string> | |
<key>caret</key> | |
<string>#AFB4C2FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b5b9c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b5b9c2ff</string> | |
<key>foreground</key> | |
<string>#3C4049FF</string> | |
<key>caret</key> | |
<string>#3C4049FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b5b9c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b5b9c2ff</string> | |
<key>caret</key> | |
<string>#3C4049FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_564e68ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#564e68ff</string> | |
<key>foreground</key> | |
<string>#9F97B0FF</string> | |
<key>caret</key> | |
<string>#9F97B0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_564e68ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#564e68ff</string> | |
<key>caret</key> | |
<string>#9F97B0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_7c828bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7c828bff</string> | |
<key>foreground</key> | |
<string>#232528FF</string> | |
<key>caret</key> | |
<string>#232528FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_7c828bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#7c828bff</string> | |
<key>caret</key> | |
<string>#232528FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_676d7bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#676d7bff</string> | |
<key>foreground</key> | |
<string>#222429FF</string> | |
<key>caret</key> | |
<string>#222429FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_676d7bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#676d7bff</string> | |
<key>caret</key> | |
<string>#222429FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4f5664ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4f5664ff</string> | |
<key>foreground</key> | |
<string>#9BA2B0FF</string> | |
<key>caret</key> | |
<string>#9BA2B0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4f5664ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4f5664ff</string> | |
<key>caret</key> | |
<string>#9BA2B0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_393d47ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393d47ff</string> | |
<key>foreground</key> | |
<string>#B8BBC6FF</string> | |
<key>caret</key> | |
<string>#B8BBC6FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_393d47ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#393d47ff</string> | |
<key>caret</key> | |
<string>#B8BBC6FF</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_8c919dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8c919dff</string> | |
<key>foreground</key> | |
<string>#616672FF</string> | |
<key>caret</key> | |
<string>#616672FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8c919dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8c919dff</string> | |
<key>caret</key> | |
<string>#616672FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bfc2c9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bfc2c9ff</string> | |
<key>foreground</key> | |
<string>#363940FF</string> | |
<key>caret</key> | |
<string>#363940FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bfc2c9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bfc2c9ff</string> | |
<key>caret</key> | |
<string>#363940FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000080</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000080</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_474d57bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#474d57bf</string> | |
<key>foreground</key> | |
<string>#A8AEB8FF</string> | |
<key>caret</key> | |
<string>#A8AEB8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_474d57bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#474d57bf</string> | |
<key>caret</key> | |
<string>#A8AEB8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a4a6abbf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a4a6abbf</string> | |
<key>foreground</key> | |
<string>#54565AFF</string> | |
<key>caret</key> | |
<string>#54565AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a4a6abbf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a4a6abbf</string> | |
<key>caret</key> | |
<string>#54565AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_19a0eaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#19a0eaff</string> | |
<key>foreground</key> | |
<string>#062F46FF</string> | |
<key>caret</key> | |
<string>#062F46FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_19a0eaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#19a0eaff</string> | |
<key>caret</key> | |
<string>#062F46FF</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_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666ff</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#666666ff</string> | |
<key>caret</key> | |
<string>#999999FF</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_1e1d1eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1e1d1eff</string> | |
<key>foreground</key> | |
<string>#E2E1E2FF</string> | |
<key>caret</key> | |
<string>#E2E1E2FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1e1d1eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1e1d1eff</string> | |
<key>caret</key> | |
<string>#E2E1E2FF</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_11ee11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#11ee11ff</string> | |
<key>foreground</key> | |
<string>#054705FF</string> | |
<key>caret</key> | |
<string>#054705FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_11ee11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#11ee11ff</string> | |
<key>caret</key> | |
<string>#054705FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_11ee11dd</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#11ee11dd</string> | |
<key>foreground</key> | |
<string>#054705FF</string> | |
<key>caret</key> | |
<string>#054705FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_11ee11dd</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#11ee11dd</string> | |
<key>caret</key> | |
<string>#054705FF</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_0077acff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0077acff</string> | |
<key>foreground</key> | |
<string>#53C9FEFF</string> | |
<key>caret</key> | |
<string>#53C9FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0077acff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0077acff</string> | |
<key>caret</key> | |
<string>#53C9FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00a8f3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00a8f3ff</string> | |
<key>foreground</key> | |
<string>#00344CFF</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00a8f3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00a8f3ff</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_008ccbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#008ccbff</string> | |
<key>foreground</key> | |
<string>#34C0FFFF</string> | |
<key>caret</key> | |
<string>#34C0FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_008ccbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#008ccbff</string> | |
<key>caret</key> | |
<string>#34C0FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_383638ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#383638ff</string> | |
<key>foreground</key> | |
<string>#C9C7C9FF</string> | |
<key>caret</key> | |
<string>#C9C7C9FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_383638ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#383638ff</string> | |
<key>caret</key> | |
<string>#C9C7C9FF</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_ece9e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ece9e9ff</string> | |
<key>foreground</key> | |
<string>#151212FF</string> | |
<key>caret</key> | |
<string>#151212FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ece9e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ece9e9ff</string> | |
<key>caret</key> | |
<string>#151212FF</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>#2E2E2fFF</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_343434ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#343434ff</string> | |
<key>foreground</key> | |
<string>#CBCBCBFF</string> | |
<key>caret</key> | |
<string>#CBCBCBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_343434ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#343434ff</string> | |
<key>caret</key> | |
<string>#CBCBCBFF</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>#2E2E2fFF</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_2e2e2eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2e2e2eff</string> | |
<key>foreground</key> | |
<string>#D1D1D1FF</string> | |
<key>caret</key> | |
<string>#D1D1D1FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2e2e2eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2e2e2eff</string> | |
<key>caret</key> | |
<string>#D1D1D1FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_303030ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#303030ff</string> | |
<key>foreground</key> | |
<string>#CFCFCFFF</string> | |
<key>caret</key> | |
<string>#CFCFCFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_303030ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#303030ff</string> | |
<key>caret</key> | |
<string>#CFCFCFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffa6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffa6</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffa6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffffa6</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ecececff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ecececff</string> | |
<key>foreground</key> | |
<string>#121212FF</string> | |
<key>caret</key> | |
<string>#121212FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ecececff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ecececff</string> | |
<key>caret</key> | |
<string>#121212FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffff4fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffff4fff</string> | |
<key>foreground</key> | |
<string>#AFB000FF</string> | |
<key>caret</key> | |
<string>#AFB000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffff4fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffff4fff</string> | |
<key>caret</key> | |
<string>#AFB000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e9dc51ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e9dc51ff</string> | |
<key>foreground</key> | |
<string>#ADA116FF</string> | |
<key>caret</key> | |
<string>#ADA116FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e9dc51ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e9dc51ff</string> | |
<key>caret</key> | |
<string>#ADA116FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000040</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000040</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000040</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000000b2</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff08</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff08</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff08</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff08</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_cacacaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cacacaff</string> | |
<key>foreground</key> | |
<string>#353535FF</string> | |
<key>caret</key> | |
<string>#353535FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_cacacaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#cacacaff</string> | |
<key>caret</key> | |
<string>#353535FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e0e0e0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e0e0e0ff</string> | |
<key>foreground</key> | |
<string>#1F1F1FFF</string> | |
<key>caret</key> | |
<string>#1F1F1FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e0e0e0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e0e0e0ff</string> | |
<key>caret</key> | |
<string>#1F1F1FFF</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_00000100</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000100</string> | |
<key>foreground</key> | |
<string>#FEFEFFFF</string> | |
<key>caret</key> | |
<string>#FEFEFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000100</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000100</string> | |
<key>caret</key> | |
<string>#FEFEFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000011a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000011a</string> | |
<key>foreground</key> | |
<string>#FEFEFFFF</string> | |
<key>caret</key> | |
<string>#FEFEFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000011a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000011a</string> | |
<key>caret</key> | |
<string>#FEFEFFFF</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_0000004c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000004c</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000004c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000004c</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_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_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>#2E2E2fFF</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_c1c1c1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c1c1c1ff</string> | |
<key>foreground</key> | |
<string>#3E3E3EFF</string> | |
<key>caret</key> | |
<string>#3E3E3EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c1c1c1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c1c1c1ff</string> | |
<key>caret</key> | |
<string>#3E3E3EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3333334c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3333334c</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3333334c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3333334c</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#333333ff</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_707070ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#707070ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_707070ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#707070ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_333333b2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333b2</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_333333b2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#333333b2</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000003</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000003</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000003</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000003</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eaeaeaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eaeaeaff</string> | |
<key>foreground</key> | |
<string>#151515FF</string> | |
<key>caret</key> | |
<string>#151515FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eaeaeaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#eaeaeaff</string> | |
<key>caret</key> | |
<string>#151515FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3333331a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3333331a</string> | |
<key>foreground</key> | |
<string>#CCCCCCFF</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3333331a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3333331a</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fff9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fff9c0ff</string> | |
<key>foreground</key> | |
<string>#3F3800FF</string> | |
<key>caret</key> | |
<string>#3F3800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fff9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fff9c0ff</string> | |
<key>caret</key> | |
<string>#3F3800FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f7f7f7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f7f7f7ff</string> | |
<key>foreground</key> | |
<string>#080808FF</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f7f7f7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f7f7f7ff</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff00</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff00</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff00</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff00</string> | |
<key>caret</key> | |
<string>#000000FF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff4c</string> | |
<key>caret</key> | |
<string>#000000FF</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>#2E2E2fFF</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_21759bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#21759bff</string> | |
<key>foreground</key> | |
<string>#63B8DEFF</string> | |
<key>caret</key> | |
<string>#63B8DEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_21759bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#21759bff</string> | |
<key>caret</key> | |
<string>#63B8DEFF</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>#2E2E2fFF</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_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>#2E2E2fFF</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000026</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</string> | |
<key>scope</key> | |
<string>CH_color_fe9c10ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fe9c10ff</string> | |
<key>foreground</key> | |
<string>#4C2C00FF</string> | |
<key>caret</key> | |
<string>#4C2C00FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fe9c10ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fe9c10ff</string> | |
<key>caret</key> | |
<string>#4C2C00FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0393efff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0393efff</string> | |
<key>foreground</key> | |
<string>#002E4BFF</string> | |
<key>caret</key> | |
<string>#002E4BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0393efff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0393efff</string> | |
<key>caret</key> | |
<string>#002E4BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_116ff1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#116ff1ff</string> | |
<key>foreground</key> | |
<string>#042048FF</string> | |
<key>caret</key> | |
<string>#042048FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_116ff1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#116ff1ff</string> | |
<key>caret</key> | |
<string>#042048FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_18355dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#18355dff</string> | |
<key>foreground</key> | |
<string>#A2BFE7FF</string> | |
<key>caret</key> | |
<string>#A2BFE7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_18355dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#18355dff</string> | |
<key>caret</key> | |
<string>#A2BFE7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a3a3a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a3a3a3ff</string> | |
<key>foreground</key> | |
<string>#5C5C5CFF</string> | |
<key>caret</key> | |
<string>#5C5C5CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a3a3a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a3a3a3ff</string> | |
<key>caret</key> | |
<string>#5C5C5CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ecf4fbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ecf4fbff</string> | |
<key>foreground</key> | |
<string>#040C13FF</string> | |
<key>caret</key> | |
<string>#040C13FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ecf4fbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ecf4fbff</string> | |
<key>caret</key> | |
<string>#040C13FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_daebecff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#daebecff</string> | |
<key>foreground</key> | |
<string>#122425FF</string> | |
<key>caret</key> | |
<string>#122425FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_daebecff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#daebecff</string> | |
<key>caret</key> | |
<string>#122425FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2dc115ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2dc115ff</string> | |
<key>foreground</key> | |
<string>#56EA3DFF</string> | |
<key>caret</key> | |
<string>#56EA3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2dc115ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2dc115ff</string> | |
<key>caret</key> | |
<string>#56EA3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_76bd1dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#76bd1dff</string> | |
<key>foreground</key> | |
<string>#29420AFF</string> | |
<key>caret</key> | |
<string>#29420AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_76bd1dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#76bd1dff</string> | |
<key>caret</key> | |
<string>#29420AFF</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>#2E2E2fFF</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_aaccccee</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#aaccccee</string> | |
<key>foreground</key> | |
<string>#325455FF</string> | |
<key>caret</key> | |
<string>#325455FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_aaccccee</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#aaccccee</string> | |
<key>caret</key> | |
<string>#325455FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_22222222</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#22222222</string> | |
<key>foreground</key> | |
<string>#DDDDDDFF</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_22222222</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#22222222</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ff6666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ff6666ff</string> | |
<key>foreground</key> | |
<string>#990000FF</string> | |
<key>caret</key> | |
<string>#990000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ff6666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ff6666ff</string> | |
<key>caret</key> | |
<string>#990000FF</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>#2E2E2fFF</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_c0c0c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c0c0c0ff</string> | |
<key>foreground</key> | |
<string>#3F3F3FFF</string> | |
<key>caret</key> | |
<string>#3F3F3FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c0c0c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c0c0c0ff</string> | |
<key>caret</key> | |
<string>#3F3F3FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_337ab7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#337ab7ff</string> | |
<key>foreground</key> | |
<string>#10273BFF</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_337ab7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#337ab7ff</string> | |
<key>caret</key> | |
<string>#10273BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_23527cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#23527cff</string> | |
<key>foreground</key> | |
<string>#83B2DBFF</string> | |
<key>caret</key> | |
<string>#83B2DBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_23527cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#23527cff</string> | |
<key>caret</key> | |
<string>#83B2DBFF</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>#2E2E2fFF</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_aa3399ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#aa3399ff</string> | |
<key>foreground</key> | |
<string>#3A1134FF</string> | |
<key>caret</key> | |
<string>#3A1134FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_aa3399ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#aa3399ff</string> | |
<key>caret</key> | |
<string>#3A1134FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_336699ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#336699ff</string> | |
<key>foreground</key> | |
<string>#6698CBFF</string> | |
<key>caret</key> | |
<string>#6698CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_336699ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#336699ff</string> | |
<key>caret</key> | |
<string>#6698CBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_999911ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999911ff</string> | |
<key>foreground</key> | |
<string>#EDEE66FF</string> | |
<key>caret</key> | |
<string>#EDEE66FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_999911ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#999911ff</string> | |
<key>caret</key> | |
<string>#EDEE66FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_99aa33ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99aa33ff</string> | |
<key>foreground</key> | |
<string>#343A11FF</string> | |
<key>caret</key> | |
<string>#343A11FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_99aa33ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#99aa33ff</string> | |
<key>caret</key> | |
<string>#343A11FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_334455ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#334455ff</string> | |
<key>foreground</key> | |
<string>#AABBCCFF</string> | |
<key>caret</key> | |
<string>#AABBCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_334455ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#334455ff</string> | |
<key>caret</key> | |
<string>#AABBCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_990000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000ff</string> | |
<key>foreground</key> | |
<string>#FF6565FF</string> | |
<key>caret</key> | |
<string>#FF6565FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_990000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#990000ff</string> | |
<key>caret</key> | |
<string>#FF6565FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_999999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#999999ff</string> | |
<key>foreground</key> | |
<string>#666666FF</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_999999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#999999ff</string> | |
<key>caret</key> | |
<string>#666666FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bbbbbbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bbbbbbff</string> | |
<key>foreground</key> | |
<string>#444444FF</string> | |
<key>caret</key> | |
<string>#444444FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bbbbbbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bbbbbbff</string> | |
<key>caret</key> | |
<string>#444444FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bbdd11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bbdd11ff</string> | |
<key>foreground</key> | |
<string>#3C4705FF</string> | |
<key>caret</key> | |
<string>#3C4705FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bbdd11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bbdd11ff</string> | |
<key>caret</key> | |
<string>#3C4705FF</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>#2E2E2fFF</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f8f8f8ff</string> | |
<key>caret</key> | |
<string>#070707FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dede11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dede11ff</string> | |
<key>foreground</key> | |
<string>#474705FF</string> | |
<key>caret</key> | |
<string>#474705FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dede11ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dede11ff</string> | |
<key>caret</key> | |
<string>#474705FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_88228899</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#88228899</string> | |
<key>foreground</key> | |
<string>#DD77DCFF</string> | |
<key>caret</key> | |
<string>#DD77DCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_88228899</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#88228899</string> | |
<key>caret</key> | |
<string>#DD77DCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_626264ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#626264ff</string> | |
<key>foreground</key> | |
<string>#9B9B9DFF</string> | |
<key>caret</key> | |
<string>#9B9B9DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_626264ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#626264ff</string> | |
<key>caret</key> | |
<string>#9B9B9DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f2f2f2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2f2f2ff</string> | |
<key>foreground</key> | |
<string>#0D0D0DFF</string> | |
<key>caret</key> | |
<string>#0D0D0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f2f2f2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f2f2f2ff</string> | |
<key>caret</key> | |
<string>#0D0D0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_874da2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#874da2ff</string> | |
<key>foreground</key> | |
<string>#2B1833FF</string> | |
<key>caret</key> | |
<string>#2B1833FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_874da2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#874da2ff</string> | |
<key>caret</key> | |
<string>#2B1833FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fafafaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fafafaff</string> | |
<key>foreground</key> | |
<string>#050505FF</string> | |
<key>caret</key> | |
<string>#050505FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fafafaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fafafaff</string> | |
<key>caret</key> | |
<string>#050505FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0f7595ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0f7595ff</string> | |
<key>foreground</key> | |
<string>#69D0F0FF</string> | |
<key>caret</key> | |
<string>#69D0F0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0f7595ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0f7595ff</string> | |
<key>caret</key> | |
<string>#69D0F0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000021</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000021</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000021</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000021</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8b4c9bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8b4c9bff</string> | |
<key>foreground</key> | |
<string>#2E1933FF</string> | |
<key>caret</key> | |
<string>#2E1933FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8b4c9bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8b4c9bff</string> | |
<key>caret</key> | |
<string>#2E1933FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a7a7a7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a7a7a7ff</string> | |
<key>foreground</key> | |
<string>#585858FF</string> | |
<key>caret</key> | |
<string>#585858FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a7a7a7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a7a7a7ff</string> | |
<key>caret</key> | |
<string>#585858FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_69696bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#69696bff</string> | |
<key>foreground</key> | |
<string>#949496FF</string> | |
<key>caret</key> | |
<string>#949496FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_69696bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#69696bff</string> | |
<key>caret</key> | |
<string>#949496FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff33</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff33</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f1ccaeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f1ccaeff</string> | |
<key>foreground</key> | |
<string>#512C0EFF</string> | |
<key>caret</key> | |
<string>#512C0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f1ccaeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f1ccaeff</string> | |
<key>caret</key> | |
<string>#512C0EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b44961ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b44961ff</string> | |
<key>foreground</key> | |
<string>#36161DFF</string> | |
<key>caret</key> | |
<string>#36161DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b44961ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b44961ff</string> | |
<key>caret</key> | |
<string>#36161DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b449a1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b449a1ff</string> | |
<key>foreground</key> | |
<string>#361630FF</string> | |
<key>caret</key> | |
<string>#361630FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b449a1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b449a1ff</string> | |
<key>caret</key> | |
<string>#361630FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8f2e62ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8f2e62ff</string> | |
<key>foreground</key> | |
<string>#D070A3FF</string> | |
<key>caret</key> | |
<string>#D070A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8f2e62ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8f2e62ff</string> | |
<key>caret</key> | |
<string>#D070A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_64000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#64000080</string> | |
<key>foreground</key> | |
<string>#FF9B9BFF</string> | |
<key>caret</key> | |
<string>#FF9B9BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_64000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#64000080</string> | |
<key>caret</key> | |
<string>#FF9B9BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0a000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0a000080</string> | |
<key>foreground</key> | |
<string>#FFF4F4FF</string> | |
<key>caret</key> | |
<string>#FFF4F4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0a000080</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0a000080</string> | |
<key>caret</key> | |
<string>#FFF4F4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f5f5f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f5f5f5ff</string> | |
<key>foreground</key> | |
<string>#090909FF</string> | |
<key>caret</key> | |
<string>#090909FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f5f5f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f5f5f5ff</string> | |
<key>caret</key> | |
<string>#090909FF</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>#2E2E2fFF</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_aeaeaeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#aeaeaeff</string> | |
<key>foreground</key> | |
<string>#515151FF</string> | |
<key>caret</key> | |
<string>#515151FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_aeaeaeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#aeaeaeff</string> | |
<key>caret</key> | |
<string>#515151FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_554455ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#554455ff</string> | |
<key>foreground</key> | |
<string>#BBAABBFF</string> | |
<key>caret</key> | |
<string>#BBAABBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_554455ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#554455ff</string> | |
<key>caret</key> | |
<string>#BBAABBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_55445544</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#55445544</string> | |
<key>foreground</key> | |
<string>#BBAABBFF</string> | |
<key>caret</key> | |
<string>#BBAABBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_55445544</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#55445544</string> | |
<key>caret</key> | |
<string>#BBAABBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_545454ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#545454ff</string> | |
<key>foreground</key> | |
<string>#ABABABFF</string> | |
<key>caret</key> | |
<string>#ABABABFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_545454ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#545454ff</string> | |
<key>caret</key> | |
<string>#ABABABFF</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>#2E2E2fFF</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_0000000d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000000d</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000000d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000000d</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000005</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000005</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000005</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000005</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bfbfbfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bfbfbfff</string> | |
<key>foreground</key> | |
<string>#404040FF</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bfbfbfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bfbfbfff</string> | |
<key>caret</key> | |
<string>#404040FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ff22ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ff22ffff</string> | |
<key>foreground</key> | |
<string>#4C004CFF</string> | |
<key>caret</key> | |
<string>#4C004CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ff22ffff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ff22ffff</string> | |
<key>caret</key> | |
<string>#4C004CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ff22ff22</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ff22ff22</string> | |
<key>foreground</key> | |
<string>#4C004CFF</string> | |
<key>caret</key> | |
<string>#4C004CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ff22ff22</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ff22ff22</string> | |
<key>caret</key> | |
<string>#4C004CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000002e</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000002e</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000002e</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000002e</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000001f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000001f</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000001f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000001f</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_be494cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#be494cff</string> | |
<key>foreground</key> | |
<string>#381415FF</string> | |
<key>caret</key> | |
<string>#381415FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_be494cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#be494cff</string> | |
<key>caret</key> | |
<string>#381415FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_75a423ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#75a423ff</string> | |
<key>foreground</key> | |
<string>#ACDB5AFF</string> | |
<key>caret</key> | |
<string>#ACDB5AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_75a423ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#75a423ff</string> | |
<key>caret</key> | |
<string>#ACDB5AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fcfcfcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fcfcfcff</string> | |
<key>foreground</key> | |
<string>#020202FF</string> | |
<key>caret</key> | |
<string>#020202FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fcfcfcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fcfcfcff</string> | |
<key>caret</key> | |
<string>#020202FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_10100fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#10100fff</string> | |
<key>foreground</key> | |
<string>#F0F0EFFF</string> | |
<key>caret</key> | |
<string>#F0F0EFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_10100fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#10100fff</string> | |
<key>caret</key> | |
<string>#F0F0EFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2b2b28ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2b2b28ff</string> | |
<key>foreground</key> | |
<string>#D7D7D4FF</string> | |
<key>caret</key> | |
<string>#D7D7D4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2b2b28ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2b2b28ff</string> | |
<key>caret</key> | |
<string>#D7D7D4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_777a74ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#777a74ff</string> | |
<key>foreground</key> | |
<string>#262725FF</string> | |
<key>caret</key> | |
<string>#262725FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_777a74ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#777a74ff</string> | |
<key>caret</key> | |
<string>#262725FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a8c675ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a8c675ff</string> | |
<key>foreground</key> | |
<string>#6B8939FF</string> | |
<key>caret</key> | |
<string>#6B8939FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a8c675ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a8c675ff</string> | |
<key>caret</key> | |
<string>#6B8939FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_74a424ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#74a424ff</string> | |
<key>foreground</key> | |
<string>#AADA5BFF</string> | |
<key>caret</key> | |
<string>#AADA5BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_74a424ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#74a424ff</string> | |
<key>caret</key> | |
<string>#AADA5BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_527810ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#527810ff</string> | |
<key>foreground</key> | |
<string>#C9EF87FF</string> | |
<key>caret</key> | |
<string>#C9EF87FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_527810ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#527810ff</string> | |
<key>caret</key> | |
<string>#C9EF87FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_426602ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#426602ff</string> | |
<key>foreground</key> | |
<string>#D9FD99FF</string> | |
<key>caret</key> | |
<string>#D9FD99FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_426602ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#426602ff</string> | |
<key>caret</key> | |
<string>#D9FD99FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d8d9d7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d8d9d7ff</string> | |
<key>foreground</key> | |
<string>#272826FF</string> | |
<key>caret</key> | |
<string>#272826FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d8d9d7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d8d9d7ff</string> | |
<key>caret</key> | |
<string>#272826FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f6f6f6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f6f6f6ff</string> | |
<key>foreground</key> | |
<string>#080808FF</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f6f6f6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f6f6f6ff</string> | |
<key>caret</key> | |
<string>#080808FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_171714ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#171714ff</string> | |
<key>foreground</key> | |
<string>#EBEBE8FF</string> | |
<key>caret</key> | |
<string>#EBEBE8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_171714ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#171714ff</string> | |
<key>caret</key> | |
<string>#EBEBE8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f3ffdfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f3ffdfff</string> | |
<key>foreground</key> | |
<string>#132000FF</string> | |
<key>caret</key> | |
<string>#132000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f3ffdfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f3ffdfff</string> | |
<key>caret</key> | |
<string>#132000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fffbe3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fffbe3ff</string> | |
<key>foreground</key> | |
<string>#1C1800FF</string> | |
<key>caret</key> | |
<string>#1C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fffbe3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#fffbe3ff</string> | |
<key>caret</key> | |
<string>#1C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_74746aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#74746aff</string> | |
<key>foreground</key> | |
<string>#272724FF</string> | |
<key>caret</key> | |
<string>#272724FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_74746aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#74746aff</string> | |
<key>caret</key> | |
<string>#272724FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1d1d1cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1d1d1cff</string> | |
<key>foreground</key> | |
<string>#E3E3E1FF</string> | |
<key>caret</key> | |
<string>#E3E3E1FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1d1d1cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1d1d1cff</string> | |
<key>caret</key> | |
<string>#E3E3E1FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4c710cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4c710cff</string> | |
<key>foreground</key> | |
<string>#CEF28EFF</string> | |
<key>caret</key> | |
<string>#CEF28EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4c710cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4c710cff</string> | |
<key>caret</key> | |
<string>#CEF28EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a8a8a8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a8a8a8ff</string> | |
<key>foreground</key> | |
<string>#575757FF</string> | |
<key>caret</key> | |
<string>#575757FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a8a8a8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a8a8a8ff</string> | |
<key>caret</key> | |
<string>#575757FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5f5f5dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5f5f5dff</string> | |
<key>foreground</key> | |
<string>#A2A29FFF</string> | |
<key>caret</key> | |
<string>#A2A29FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5f5f5dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5f5f5dff</string> | |
<key>caret</key> | |
<string>#A2A29FFF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000000cc</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0056b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0056b3ff</string> | |
<key>foreground</key> | |
<string>#4CA2FEFF</string> | |
<key>caret</key> | |
<string>#4CA2FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0056b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0056b3ff</string> | |
<key>caret</key> | |
<string>#4CA2FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_84847fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#84847fff</string> | |
<key>foreground</key> | |
<string>#272725FF</string> | |
<key>caret</key> | |
<string>#272725FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_84847fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#84847fff</string> | |
<key>caret</key> | |
<string>#272725FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffd800ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffd800ff</string> | |
<key>foreground</key> | |
<string>#4C4000FF</string> | |
<key>caret</key> | |
<string>#4C4000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffd800ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffd800ff</string> | |
<key>caret</key> | |
<string>#4C4000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ebc700ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ebc700ff</string> | |
<key>foreground</key> | |
<string>#4C4000FF</string> | |
<key>caret</key> | |
<string>#4C4000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ebc700ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ebc700ff</string> | |
<key>caret</key> | |
<string>#4C4000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_69931fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#69931fff</string> | |
<key>foreground</key> | |
<string>#B6E06CFF</string> | |
<key>caret</key> | |
<string>#B6E06CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_69931fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#69931fff</string> | |
<key>caret</key> | |
<string>#B6E06CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_20201eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#20201eff</string> | |
<key>foreground</key> | |
<string>#E1E1DFFF</string> | |
<key>caret</key> | |
<string>#E1E1DFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_20201eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#20201eff</string> | |
<key>caret</key> | |
<string>#E1E1DFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_496d0cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#496d0cff</string> | |
<key>foreground</key> | |
<string>#CEF392FF</string> | |
<key>caret</key> | |
<string>#CEF392FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_496d0cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#496d0cff</string> | |
<key>caret</key> | |
<string>#CEF392FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_59840eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#59840eff</string> | |
<key>foreground</key> | |
<string>#C5F17AFF</string> | |
<key>caret</key> | |
<string>#C5F17AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_59840eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#59840eff</string> | |
<key>caret</key> | |
<string>#C5F17AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_343430ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#343430ff</string> | |
<key>foreground</key> | |
<string>#CFCFCBFF</string> | |
<key>caret</key> | |
<string>#CFCFCBFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_343430ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#343430ff</string> | |
<key>caret</key> | |
<string>#CFCFCBFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_373732ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#373732ff</string> | |
<key>foreground</key> | |
<string>#CDCDC8FF</string> | |
<key>caret</key> | |
<string>#CDCDC8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_373732ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#373732ff</string> | |
<key>caret</key> | |
<string>#CDCDC8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c2c2c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c2c2c2ff</string> | |
<key>foreground</key> | |
<string>#3D3D3DFF</string> | |
<key>caret</key> | |
<string>#3D3D3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c2c2c2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c2c2c2ff</string> | |
<key>caret</key> | |
<string>#3D3D3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b8b8b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b8b8b8ff</string> | |
<key>foreground</key> | |
<string>#474747FF</string> | |
<key>caret</key> | |
<string>#474747FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b8b8b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b8b8b8ff</string> | |
<key>caret</key> | |
<string>#474747FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bc8a59ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bc8a59ff</string> | |
<key>foreground</key> | |
<string>#362615FF</string> | |
<key>caret</key> | |
<string>#362615FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bc8a59ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bc8a59ff</string> | |
<key>caret</key> | |
<string>#362615FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8a6540ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8a6540ff</string> | |
<key>foreground</key> | |
<string>#BF9A75FF</string> | |
<key>caret</key> | |
<string>#BF9A75FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8a6540ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8a6540ff</string> | |
<key>caret</key> | |
<string>#BF9A75FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f2b77dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2b77dff</string> | |
<key>foreground</key> | |
<string>#82470DFF</string> | |
<key>caret</key> | |
<string>#82470DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f2b77dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f2b77dff</string> | |
<key>caret</key> | |
<string>#82470DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8c6641ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8c6641ff</string> | |
<key>foreground</key> | |
<string>#BE9872FF</string> | |
<key>caret</key> | |
<string>#BE9872FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8c6641ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8c6641ff</string> | |
<key>caret</key> | |
<string>#BE9872FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bdbdbdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bdbdbdff</string> | |
<key>foreground</key> | |
<string>#414141FF</string> | |
<key>caret</key> | |
<string>#414141FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bdbdbdff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bdbdbdff</string> | |
<key>caret</key> | |
<string>#414141FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_939393ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#939393ff</string> | |
<key>foreground</key> | |
<string>#6C6C6CFF</string> | |
<key>caret</key> | |
<string>#6C6C6CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_939393ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#939393ff</string> | |
<key>caret</key> | |
<string>#6C6C6CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b8b8b84c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b8b8b84c</string> | |
<key>foreground</key> | |
<string>#474747FF</string> | |
<key>caret</key> | |
<string>#474747FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b8b8b84c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b8b8b84c</string> | |
<key>caret</key> | |
<string>#474747FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_628727ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#628727ff</string> | |
<key>foreground</key> | |
<string>#B3D877FF</string> | |
<key>caret</key> | |
<string>#B3D877FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_628727ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#628727ff</string> | |
<key>caret</key> | |
<string>#B3D877FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6b9a2cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6b9a2cff</string> | |
<key>foreground</key> | |
<string>#A4D365FF</string> | |
<key>caret</key> | |
<string>#A4D365FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6b9a2cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6b9a2cff</string> | |
<key>caret</key> | |
<string>#A4D365FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_99b73fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99b73fff</string> | |
<key>foreground</key> | |
<string>#2F3813FF</string> | |
<key>caret</key> | |
<string>#2F3813FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_99b73fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#99b73fff</string> | |
<key>caret</key> | |
<string>#2F3813FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_404040ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#404040ff</string> | |
<key>foreground</key> | |
<string>#BFBFBFFF</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_404040ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#404040ff</string> | |
<key>caret</key> | |
<string>#BFBFBFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0ff</string> | |
<key>foreground</key> | |
<string>#0F0F0FFF</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f0f0f0ff</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_770000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#770000ff</string> | |
<key>foreground</key> | |
<string>#FF8787FF</string> | |
<key>caret</key> | |
<string>#FF8787FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_770000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#770000ff</string> | |
<key>caret</key> | |
<string>#FF8787FF</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>#2E2E2fFF</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_ffab00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffab00ff</string> | |
<key>foreground</key> | |
<string>#4C3300FF</string> | |
<key>caret</key> | |
<string>#4C3300FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffab00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffab00ff</string> | |
<key>caret</key> | |
<string>#4C3300FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff1a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff1a</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff1a</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff1a</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffb31aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffb31aff</string> | |
<key>foreground</key> | |
<string>#4C3300FF</string> | |
<key>caret</key> | |
<string>#4C3300FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffb31aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffb31aff</string> | |
<key>caret</key> | |
<string>#4C3300FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5cb85cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5cb85cff</string> | |
<key>foreground</key> | |
<string>#173517FF</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5cb85cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5cb85cff</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4cae4cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4cae4cff</string> | |
<key>foreground</key> | |
<string>#173517FF</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4cae4cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4cae4cff</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5bc0deff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5bc0deff</string> | |
<key>foreground</key> | |
<string>#2086A3FF</string> | |
<key>caret</key> | |
<string>#2086A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5bc0deff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5bc0deff</string> | |
<key>caret</key> | |
<string>#2086A3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_46b8daff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#46b8daff</string> | |
<key>foreground</key> | |
<string>#0C343FFF</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_46b8daff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#46b8daff</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0ad4eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0ad4eff</string> | |
<key>foreground</key> | |
<string>#B16E0FFF</string> | |
<key>caret</key> | |
<string>#B16E0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0ad4eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f0ad4eff</string> | |
<key>caret</key> | |
<string>#B16E0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eea236ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eea236ff</string> | |
<key>foreground</key> | |
<string>#462B05FF</string> | |
<key>caret</key> | |
<string>#462B05FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eea236ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#eea236ff</string> | |
<key>caret</key> | |
<string>#462B05FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d9534fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d9534fff</string> | |
<key>foreground</key> | |
<string>#B02A25FF</string> | |
<key>caret</key> | |
<string>#B02A25FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d9534fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d9534fff</string> | |
<key>caret</key> | |
<string>#B02A25FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d43f3aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d43f3aff</string> | |
<key>foreground</key> | |
<string>#3E0F0DFF</string> | |
<key>caret</key> | |
<string>#3E0F0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d43f3aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d43f3aff</string> | |
<key>caret</key> | |
<string>#3E0F0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff80</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff80</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff80</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff80</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffb2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffb2</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffb2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffffb2</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000007d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000007d</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000007d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000007d</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff99</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff99</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000b8</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000b8</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000b8</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000000b8</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_767676ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#767676ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_767676ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#767676ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0f0f0fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0f0f0fff</string> | |
<key>foreground</key> | |
<string>#F0F0F0FF</string> | |
<key>caret</key> | |
<string>#F0F0F0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0f0f0fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0f0f0fff</string> | |
<key>caret</key> | |
<string>#F0F0F0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4d000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4d000000</string> | |
<key>foreground</key> | |
<string>#FFB2B2FF</string> | |
<key>caret</key> | |
<string>#FFB2B2FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4d000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4d000000</string> | |
<key>caret</key> | |
<string>#FFB2B2FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_22222280</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#22222280</string> | |
<key>foreground</key> | |
<string>#DDDDDDFF</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_22222280</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#22222280</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffcc</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffffcc</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_222222cc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#222222cc</string> | |
<key>foreground</key> | |
<string>#DDDDDDFF</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_222222cc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#222222cc</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0085baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0085baff</string> | |
<key>foreground</key> | |
<string>#44C9FFFF</string> | |
<key>caret</key> | |
<string>#44C9FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0085baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0085baff</string> | |
<key>caret</key> | |
<string>#44C9FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d1d1d1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d1d1d1ff</string> | |
<key>foreground</key> | |
<string>#2E2E2EFF</string> | |
<key>caret</key> | |
<string>#2E2E2EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d1d1d1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d1d1d1ff</string> | |
<key>caret</key> | |
<string>#2E2E2EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1a1a1aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1a1a1aff</string> | |
<key>foreground</key> | |
<string>#E5E5E5FF</string> | |
<key>caret</key> | |
<string>#E5E5E5FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1a1a1aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1a1a1aff</string> | |
<key>caret</key> | |
<string>#E5E5E5FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_686868ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#686868ff</string> | |
<key>foreground</key> | |
<string>#979797FF</string> | |
<key>caret</key> | |
<string>#979797FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_686868ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#686868ff</string> | |
<key>caret</key> | |
<string>#979797FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_007accff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#007accff</string> | |
<key>foreground</key> | |
<string>#32ACFFFF</string> | |
<key>caret</key> | |
<string>#32ACFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_007accff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#007accff</string> | |
<key>caret</key> | |
<string>#32ACFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000013</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000013</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000013</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000013</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3592b6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3592b6ff</string> | |
<key>foreground</key> | |
<string>#112F3BFF</string> | |
<key>caret</key> | |
<string>#112F3BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3592b6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3592b6ff</string> | |
<key>caret</key> | |
<string>#112F3BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00a0d2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00a0d2ff</string> | |
<key>foreground</key> | |
<string>#2DCDFFFF</string> | |
<key>caret</key> | |
<string>#2DCDFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00a0d2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00a0d2ff</string> | |
<key>caret</key> | |
<string>#2DCDFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_72777cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#72777cff</string> | |
<key>foreground</key> | |
<string>#242627FF</string> | |
<key>caret</key> | |
<string>#242627FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_72777cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#72777cff</string> | |
<key>caret</key> | |
<string>#242627FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_cc0000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cc0000ff</string> | |
<key>foreground</key> | |
<string>#FF3232FF</string> | |
<key>caret</key> | |
<string>#FF3232FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_cc0000ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#cc0000ff</string> | |
<key>caret</key> | |
<string>#FF3232FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_384452ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#384452ff</string> | |
<key>foreground</key> | |
<string>#ACB9C7FF</string> | |
<key>caret</key> | |
<string>#ACB9C7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_384452ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#384452ff</string> | |
<key>caret</key> | |
<string>#ACB9C7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_01b2feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#01b2feff</string> | |
<key>foreground</key> | |
<string>#00354CFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_01b2feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#01b2feff</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2b2e31ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2b2e31ff</string> | |
<key>foreground</key> | |
<string>#CED1D3FF</string> | |
<key>caret</key> | |
<string>#CED1D3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2b2e31ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2b2e31ff</string> | |
<key>caret</key> | |
<string>#CED1D3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00b3feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00b3feff</string> | |
<key>foreground</key> | |
<string>#00354CFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00b3feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00b3feff</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00b3fee6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00b3fee6</string> | |
<key>foreground</key> | |
<string>#00354CFF</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00b3fee6</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00b3fee6</string> | |
<key>caret</key> | |
<string>#00354CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bfc9d3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bfc9d3ff</string> | |
<key>foreground</key> | |
<string>#2C3640FF</string> | |
<key>caret</key> | |
<string>#2C3640FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bfc9d3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bfc9d3ff</string> | |
<key>caret</key> | |
<string>#2C3640FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_b3b3b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b3b3b3ff</string> | |
<key>foreground</key> | |
<string>#4C4C4CFF</string> | |
<key>caret</key> | |
<string>#4C4C4CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_b3b3b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#b3b3b3ff</string> | |
<key>caret</key> | |
<string>#4C4C4CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f39c12ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f39c12ff</string> | |
<key>foreground</key> | |
<string>#482E03FF</string> | |
<key>caret</key> | |
<string>#482E03FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f39c12ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f39c12ff</string> | |
<key>caret</key> | |
<string>#482E03FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2f2f2fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2f2f2fff</string> | |
<key>foreground</key> | |
<string>#D0D0D0FF</string> | |
<key>caret</key> | |
<string>#D0D0D0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2f2f2fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2f2f2fff</string> | |
<key>caret</key> | |
<string>#D0D0D0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e6e6e6ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e6e6e6ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_111111ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111111ff</string> | |
<key>foreground</key> | |
<string>#EEEEEEFF</string> | |
<key>caret</key> | |
<string>#EEEEEEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_111111ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#111111ff</string> | |
<key>caret</key> | |
<string>#EEEEEEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_286090ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#286090ff</string> | |
<key>foreground</key> | |
<string>#6FA6D6FF</string> | |
<key>caret</key> | |
<string>#6FA6D6FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_286090ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#286090ff</string> | |
<key>caret</key> | |
<string>#6FA6D6FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3c763dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3c763dff</string> | |
<key>foreground</key> | |
<string>#89C38AFF</string> | |
<key>caret</key> | |
<string>#89C38AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3c763dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3c763dff</string> | |
<key>caret</key> | |
<string>#89C38AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2b542cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2b542cff</string> | |
<key>foreground</key> | |
<string>#ABD3ACFF</string> | |
<key>caret</key> | |
<string>#ABD3ACFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2b542cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2b542cff</string> | |
<key>caret</key> | |
<string>#ABD3ACFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_31708fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#31708fff</string> | |
<key>foreground</key> | |
<string>#6FAFCEFF</string> | |
<key>caret</key> | |
<string>#6FAFCEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_31708fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#31708fff</string> | |
<key>caret</key> | |
<string>#6FAFCEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_245269ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#245269ff</string> | |
<key>foreground</key> | |
<string>#96C4DAFF</string> | |
<key>caret</key> | |
<string>#96C4DAFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_245269ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#245269ff</string> | |
<key>caret</key> | |
<string>#96C4DAFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8a6d3bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8a6d3bff</string> | |
<key>foreground</key> | |
<string>#C4A775FF</string> | |
<key>caret</key> | |
<string>#C4A775FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8a6d3bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8a6d3bff</string> | |
<key>caret</key> | |
<string>#C4A775FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_66512cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#66512cff</string> | |
<key>foreground</key> | |
<string>#D3BE98FF</string> | |
<key>caret</key> | |
<string>#D3BE98FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_66512cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#66512cff</string> | |
<key>caret</key> | |
<string>#D3BE98FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a94442ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a94442ff</string> | |
<key>foreground</key> | |
<string>#371615FF</string> | |
<key>caret</key> | |
<string>#371615FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a94442ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a94442ff</string> | |
<key>caret</key> | |
<string>#371615FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_843534ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#843534ff</string> | |
<key>foreground</key> | |
<string>#CA7C7BFF</string> | |
<key>caret</key> | |
<string>#CA7C7BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_843534ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#843534ff</string> | |
<key>caret</key> | |
<string>#CA7C7BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dff0d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dff0d8ff</string> | |
<key>foreground</key> | |
<string>#16270FFF</string> | |
<key>caret</key> | |
<string>#16270FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dff0d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dff0d8ff</string> | |
<key>caret</key> | |
<string>#16270FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c1e2b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c1e2b3ff</string> | |
<key>foreground</key> | |
<string>#2B4C1DFF</string> | |
<key>caret</key> | |
<string>#2B4C1DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c1e2b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c1e2b3ff</string> | |
<key>caret</key> | |
<string>#2B4C1DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d9edf7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d9edf7ff</string> | |
<key>foreground</key> | |
<string>#071C26FF</string> | |
<key>caret</key> | |
<string>#071C26FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d9edf7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d9edf7ff</string> | |
<key>caret</key> | |
<string>#071C26FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_afd9eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#afd9eeff</string> | |
<key>foreground</key> | |
<string>#113A4FFF</string> | |
<key>caret</key> | |
<string>#113A4FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_afd9eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#afd9eeff</string> | |
<key>caret</key> | |
<string>#113A4FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f7ecb5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f7ecb5ff</string> | |
<key>foreground</key> | |
<string>#4A3F07FF</string> | |
<key>caret</key> | |
<string>#4A3F07FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f7ecb5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f7ecb5ff</string> | |
<key>caret</key> | |
<string>#4A3F07FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f2dedeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2dedeff</string> | |
<key>foreground</key> | |
<string>#200D0DFF</string> | |
<key>caret</key> | |
<string>#200D0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f2dedeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f2dedeff</string> | |
<key>caret</key> | |
<string>#200D0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e4b9b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e4b9b9ff</string> | |
<key>foreground</key> | |
<string>#461A1AFF</string> | |
<key>caret</key> | |
<string>#461A1AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e4b9b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e4b9b9ff</string> | |
<key>caret</key> | |
<string>#461A1AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c7254eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c7254eff</string> | |
<key>foreground</key> | |
<string>#400B19FF</string> | |
<key>caret</key> | |
<string>#400B19FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c7254eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c7254eff</string> | |
<key>caret</key> | |
<string>#400B19FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f9f2f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f9f2f4ff</string> | |
<key>foreground</key> | |
<string>#0D0608FF</string> | |
<key>caret</key> | |
<string>#0D0608FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f9f2f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f9f2f4ff</string> | |
<key>caret</key> | |
<string>#0D0608FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e8e8e8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e8e8e8ff</string> | |
<key>foreground</key> | |
<string>#171717FF</string> | |
<key>caret</key> | |
<string>#171717FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e8e8e8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e8e8e8ff</string> | |
<key>caret</key> | |
<string>#171717FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d0e9c6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d0e9c6ff</string> | |
<key>foreground</key> | |
<string>#1F3816FF</string> | |
<key>caret</key> | |
<string>#1F3816FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d0e9c6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d0e9c6ff</string> | |
<key>caret</key> | |
<string>#1F3816FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c4e3f3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c4e3f3ff</string> | |
<key>foreground</key> | |
<string>#0C2A3AFF</string> | |
<key>caret</key> | |
<string>#0C2A3AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c4e3f3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c4e3f3ff</string> | |
<key>caret</key> | |
<string>#0C2A3AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_faf2ccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#faf2ccff</string> | |
<key>foreground</key> | |
<string>#332B04FF</string> | |
<key>caret</key> | |
<string>#332B04FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_faf2ccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#faf2ccff</string> | |
<key>caret</key> | |
<string>#332B04FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ebccccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ebccccff</string> | |
<key>foreground</key> | |
<string>#321414FF</string> | |
<key>caret</key> | |
<string>#321414FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ebccccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ebccccff</string> | |
<key>caret</key> | |
<string>#321414FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e5e5e5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e5e5e5ff</string> | |
<key>foreground</key> | |
<string>#191919FF</string> | |
<key>caret</key> | |
<string>#191919FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e5e5e5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e5e5e5ff</string> | |
<key>caret</key> | |
<string>#191919FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_66afe9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#66afe9ff</string> | |
<key>foreground</key> | |
<string>#165F98FF</string> | |
<key>caret</key> | |
<string>#165F98FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_66afe9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#66afe9ff</string> | |
<key>caret</key> | |
<string>#165F98FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_66afe999</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#66afe999</string> | |
<key>foreground</key> | |
<string>#165F98FF</string> | |
<key>caret</key> | |
<string>#165F98FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_66afe999</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#66afe999</string> | |
<key>caret</key> | |
<string>#165F98FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_67b168ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#67b168ff</string> | |
<key>foreground</key> | |
<string>#19321AFF</string> | |
<key>caret</key> | |
<string>#19321AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_67b168ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#67b168ff</string> | |
<key>caret</key> | |
<string>#19321AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c0a16bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c0a16bff</string> | |
<key>foreground</key> | |
<string>#93753FFF</string> | |
<key>caret</key> | |
<string>#93753FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c0a16bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c0a16bff</string> | |
<key>caret</key> | |
<string>#93753FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ce8483ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ce8483ff</string> | |
<key>foreground</key> | |
<string>#7C3230FF</string> | |
<key>caret</key> | |
<string>#7C3230FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ce8483ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ce8483ff</string> | |
<key>caret</key> | |
<string>#7C3230FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00000020</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000020</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00000020</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00000020</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_8c8c8cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8c8c8cff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_8c8c8cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#8c8c8cff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_adadadff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#adadadff</string> | |
<key>foreground</key> | |
<string>#515151FF</string> | |
<key>caret</key> | |
<string>#515151FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_adadadff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#adadadff</string> | |
<key>caret</key> | |
<string>#515151FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d4d4d4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d4d4d4ff</string> | |
<key>foreground</key> | |
<string>#2A2A2AFF</string> | |
<key>caret</key> | |
<string>#2A2A2AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d4d4d4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d4d4d4ff</string> | |
<key>caret</key> | |
<string>#2A2A2AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2e6da4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2e6da4ff</string> | |
<key>foreground</key> | |
<string>#5A99D1FF</string> | |
<key>caret</key> | |
<string>#5A99D1FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2e6da4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2e6da4ff</string> | |
<key>caret</key> | |
<string>#5A99D1FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_122b40ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#122b40ff</string> | |
<key>foreground</key> | |
<string>#BED8EDFF</string> | |
<key>caret</key> | |
<string>#BED8EDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_122b40ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#122b40ff</string> | |
<key>caret</key> | |
<string>#BED8EDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_204d74ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#204d74ff</string> | |
<key>foreground</key> | |
<string>#8BB7DFFF</string> | |
<key>caret</key> | |
<string>#8BB7DFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_204d74ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#204d74ff</string> | |
<key>caret</key> | |
<string>#8BB7DFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_449d44ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#449d44ff</string> | |
<key>foreground</key> | |
<string>#173517FF</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_449d44ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#449d44ff</string> | |
<key>caret</key> | |
<string>#173517FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_255625ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#255625ff</string> | |
<key>foreground</key> | |
<string>#A8DAA8FF</string> | |
<key>caret</key> | |
<string>#A8DAA8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_255625ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#255625ff</string> | |
<key>caret</key> | |
<string>#A8DAA8FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_398439ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#398439ff</string> | |
<key>foreground</key> | |
<string>#7AC67AFF</string> | |
<key>caret</key> | |
<string>#7AC67AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_398439ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#398439ff</string> | |
<key>caret</key> | |
<string>#7AC67AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_31b0d5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#31b0d5ff</string> | |
<key>foreground</key> | |
<string>#0C343FFF</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_31b0d5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#31b0d5ff</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1b6d85ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1b6d85ff</string> | |
<key>foreground</key> | |
<string>#79CBE4FF</string> | |
<key>caret</key> | |
<string>#79CBE4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1b6d85ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1b6d85ff</string> | |
<key>caret</key> | |
<string>#79CBE4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_269abcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#269abcff</string> | |
<key>foreground</key> | |
<string>#0C343FFF</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_269abcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#269abcff</string> | |
<key>caret</key> | |
<string>#0C343FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ec971fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ec971fff</string> | |
<key>foreground</key> | |
<string>#462B05FF</string> | |
<key>caret</key> | |
<string>#462B05FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ec971fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ec971fff</string> | |
<key>caret</key> | |
<string>#462B05FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_985f0dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#985f0dff</string> | |
<key>foreground</key> | |
<string>#F2B967FF</string> | |
<key>caret</key> | |
<string>#F2B967FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_985f0dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#985f0dff</string> | |
<key>caret</key> | |
<string>#F2B967FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d58512ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d58512ff</string> | |
<key>foreground</key> | |
<string>#462C05FF</string> | |
<key>caret</key> | |
<string>#462C05FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d58512ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d58512ff</string> | |
<key>caret</key> | |
<string>#462C05FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c9302cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c9302cff</string> | |
<key>foreground</key> | |
<string>#3E0E0DFF</string> | |
<key>caret</key> | |
<string>#3E0E0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c9302cff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c9302cff</string> | |
<key>caret</key> | |
<string>#3E0E0DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_761c19ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#761c19ff</string> | |
<key>foreground</key> | |
<string>#E68B88FF</string> | |
<key>caret</key> | |
<string>#E68B88FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_761c19ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#761c19ff</string> | |
<key>caret</key> | |
<string>#E68B88FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ac2925ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ac2925ff</string> | |
<key>foreground</key> | |
<string>#DA5652FF</string> | |
<key>caret</key> | |
<string>#DA5652FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ac2925ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ac2925ff</string> | |
<key>caret</key> | |
<string>#DA5652FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0000002d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000002d</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0000002d</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000002d</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_262626ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#262626ff</string> | |
<key>foreground</key> | |
<string>#D9D9D9FF</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_262626ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#262626ff</string> | |
<key>caret</key> | |
<string>#D9D9D9FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e7e7e7ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e7e7e7ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5e5e5eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5e5e5eff</string> | |
<key>foreground</key> | |
<string>#A1A1A1FF</string> | |
<key>caret</key> | |
<string>#A1A1A1FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5e5e5eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5e5e5eff</string> | |
<key>caret</key> | |
<string>#A1A1A1FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_080808ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#080808ff</string> | |
<key>foreground</key> | |
<string>#F7F7F7FF</string> | |
<key>caret</key> | |
<string>#F7F7F7FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_080808ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#080808ff</string> | |
<key>caret</key> | |
<string>#F7F7F7FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_9d9d9dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9d9d9dff</string> | |
<key>foreground</key> | |
<string>#616161FF</string> | |
<key>caret</key> | |
<string>#616161FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_9d9d9dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#9d9d9dff</string> | |
<key>caret</key> | |
<string>#616161FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_101010ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#101010ff</string> | |
<key>foreground</key> | |
<string>#EFEFEFFF</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_101010ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#101010ff</string> | |
<key>caret</key> | |
<string>#EFEFEFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d5d5d5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d5d5d5ff</string> | |
<key>foreground</key> | |
<string>#292929FF</string> | |
<key>caret</key> | |
<string>#292929FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d5d5d5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d5d5d5ff</string> | |
<key>caret</key> | |
<string>#292929FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d6e9c6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d6e9c6ff</string> | |
<key>foreground</key> | |
<string>#263816FF</string> | |
<key>caret</key> | |
<string>#263816FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d6e9c6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d6e9c6ff</string> | |
<key>caret</key> | |
<string>#263816FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c9e2b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c9e2b3ff</string> | |
<key>foreground</key> | |
<string>#334C1DFF</string> | |
<key>caret</key> | |
<string>#334C1DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c9e2b3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c9e2b3ff</string> | |
<key>caret</key> | |
<string>#334C1DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bce8f1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bce8f1ff</string> | |
<key>foreground</key> | |
<string>#0E3942FF</string> | |
<key>caret</key> | |
<string>#0E3942FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bce8f1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bce8f1ff</string> | |
<key>caret</key> | |
<string>#0E3942FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a6e1ecff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a6e1ecff</string> | |
<key>foreground</key> | |
<string>#124D58FF</string> | |
<key>caret</key> | |
<string>#124D58FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a6e1ecff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a6e1ecff</string> | |
<key>caret</key> | |
<string>#124D58FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_faebccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#faebccff</string> | |
<key>foreground</key> | |
<string>#332404FF</string> | |
<key>caret</key> | |
<string>#332404FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_faebccff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#faebccff</string> | |
<key>caret</key> | |
<string>#332404FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f7e1b5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f7e1b5ff</string> | |
<key>foreground</key> | |
<string>#4A3307FF</string> | |
<key>caret</key> | |
<string>#4A3307FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f7e1b5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f7e1b5ff</string> | |
<key>caret</key> | |
<string>#4A3307FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ebccd1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ebccd1ff</string> | |
<key>foreground</key> | |
<string>#321418FF</string> | |
<key>caret</key> | |
<string>#321418FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ebccd1ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ebccd1ff</string> | |
<key>caret</key> | |
<string>#321418FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e4b9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e4b9c0ff</string> | |
<key>foreground</key> | |
<string>#461A21FF</string> | |
<key>caret</key> | |
<string>#461A21FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e4b9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e4b9c0ff</string> | |
<key>caret</key> | |
<string>#461A21FF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0000001a</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff26</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff26</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff26</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff26</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c7ddefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c7ddefff</string> | |
<key>foreground</key> | |
<string>#0F2537FF</string> | |
<key>caret</key> | |
<string>#0F2537FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c7ddefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c7ddefff</string> | |
<key>caret</key> | |
<string>#0F2537FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e3e3e3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e3e3e3ff</string> | |
<key>foreground</key> | |
<string>#1C1C1CFF</string> | |
<key>caret</key> | |
<string>#1C1C1CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e3e3e3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e3e3e3ff</string> | |
<key>caret</key> | |
<string>#1C1C1CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ebebebff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ebebebff</string> | |
<key>foreground</key> | |
<string>#141414FF</string> | |
<key>caret</key> | |
<string>#141414FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ebebebff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ebebebff</string> | |
<key>caret</key> | |
<string>#141414FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_80000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#80000000</string> | |
<key>foreground</key> | |
<string>#FF7F7FFF</string> | |
<key>caret</key> | |
<string>#FF7F7FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_80000000</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#80000000</string> | |
<key>caret</key> | |
<string>#FF7F7FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffeeaaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffeeaaff</string> | |
<key>foreground</key> | |
<string>#554400FF</string> | |
<key>caret</key> | |
<string>#554400FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffeeaaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffeeaaff</string> | |
<key>caret</key> | |
<string>#554400FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d05338ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d05338ff</string> | |
<key>foreground</key> | |
<string>#3D170EFF</string> | |
<key>caret</key> | |
<string>#3D170EFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d05338ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d05338ff</string> | |
<key>caret</key> | |
<string>#3D170EFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_bb3619ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#bb3619ff</string> | |
<key>foreground</key> | |
<string>#E66144FF</string> | |
<key>caret</key> | |
<string>#E66144FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_bb3619ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#bb3619ff</string> | |
<key>caret</key> | |
<string>#E66144FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_49a18bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#49a18bff</string> | |
<key>foreground</key> | |
<string>#17342DFF</string> | |
<key>caret</key> | |
<string>#17342DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_49a18bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#49a18bff</string> | |
<key>caret</key> | |
<string>#17342DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d8594eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d8594eff</string> | |
<key>foreground</key> | |
<string>#B13127FF</string> | |
<key>caret</key> | |
<string>#B13127FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d8594eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d8594eff</string> | |
<key>caret</key> | |
<string>#B13127FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e57c15ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e57c15ff</string> | |
<key>foreground</key> | |
<string>#462506FF</string> | |
<key>caret</key> | |
<string>#462506FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e57c15ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e57c15ff</string> | |
<key>caret</key> | |
<string>#462506FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e55c15ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e55c15ff</string> | |
<key>foreground</key> | |
<string>#461C06FF</string> | |
<key>caret</key> | |
<string>#461C06FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e55c15ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e55c15ff</string> | |
<key>caret</key> | |
<string>#461C06FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ebf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ebf0f5ff</string> | |
<key>foreground</key> | |
<string>#090F14FF</string> | |
<key>caret</key> | |
<string>#090F14FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ebf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ebf0f5ff</string> | |
<key>caret</key> | |
<string>#090F14FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c74f35ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c74f35ff</string> | |
<key>foreground</key> | |
<string>#3C1710FF</string> | |
<key>caret</key> | |
<string>#3C1710FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c74f35ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c74f35ff</string> | |
<key>caret</key> | |
<string>#3C1710FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c7c7c7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c7c7c7ff</string> | |
<key>foreground</key> | |
<string>#383838FF</string> | |
<key>caret</key> | |
<string>#383838FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c7c7c7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c7c7c7ff</string> | |
<key>caret</key> | |
<string>#383838FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0093d0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0093d0ff</string> | |
<key>foreground</key> | |
<string>#2FC1FFFF</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0093d0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0093d0ff</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</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>#2E2E2fFF</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_0093d06e</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0093d06e</string> | |
<key>foreground</key> | |
<string>#2FC1FFFF</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0093d06e</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0093d06e</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5f5f5fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5f5f5fff</string> | |
<key>foreground</key> | |
<string>#A0A0A0FF</string> | |
<key>caret</key> | |
<string>#A0A0A0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5f5f5fff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5f5f5fff</string> | |
<key>caret</key> | |
<string>#A0A0A0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1515158f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1515158f</string> | |
<key>foreground</key> | |
<string>#EAEAEAFF</string> | |
<key>caret</key> | |
<string>#EAEAEAFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1515158f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1515158f</string> | |
<key>caret</key> | |
<string>#EAEAEAFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5f5f5f78</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5f5f5f78</string> | |
<key>foreground</key> | |
<string>#A0A0A0FF</string> | |
<key>caret</key> | |
<string>#A0A0A0FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5f5f5f78</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5f5f5f78</string> | |
<key>caret</key> | |
<string>#A0A0A0FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff66</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff66</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff66</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff66</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_505050ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#505050ff</string> | |
<key>foreground</key> | |
<string>#AFAFAFFF</string> | |
<key>caret</key> | |
<string>#AFAFAFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_505050ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#505050ff</string> | |
<key>caret</key> | |
<string>#AFAFAFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffffe0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffffe0</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffffe0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffffe0</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e25c51ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e25c51ff</string> | |
<key>foreground</key> | |
<string>#AE281DFF</string> | |
<key>caret</key> | |
<string>#AE281DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e25c51ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e25c51ff</string> | |
<key>caret</key> | |
<string>#AE281DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_121212ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#121212ff</string> | |
<key>foreground</key> | |
<string>#EDEDEDFF</string> | |
<key>caret</key> | |
<string>#EDEDEDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_121212ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#121212ff</string> | |
<key>caret</key> | |
<string>#EDEDEDFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_03acdc33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#03acdc33</string> | |
<key>foreground</key> | |
<string>#013B4BFF</string> | |
<key>caret</key> | |
<string>#013B4BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_03acdc33</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#03acdc33</string> | |
<key>caret</key> | |
<string>#013B4BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d85956ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d85956ff</string> | |
<key>foreground</key> | |
<string>#A92927FF</string> | |
<key>caret</key> | |
<string>#A92927FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d85956ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d85956ff</string> | |
<key>caret</key> | |
<string>#A92927FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f7f2e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f7f2e9ff</string> | |
<key>foreground</key> | |
<string>#161107FF</string> | |
<key>caret</key> | |
<string>#161107FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f7f2e9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f7f2e9ff</string> | |
<key>caret</key> | |
<string>#161107FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00bdeeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00bdeeff</string> | |
<key>foreground</key> | |
<string>#003C4CFF</string> | |
<key>caret</key> | |
<string>#003C4CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00bdeeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00bdeeff</string> | |
<key>caret</key> | |
<string>#003C4CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d4dadeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d4dadeff</string> | |
<key>foreground</key> | |
<string>#20262AFF</string> | |
<key>caret</key> | |
<string>#20262AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d4dadeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d4dadeff</string> | |
<key>caret</key> | |
<string>#20262AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ffffff8f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff8f</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ffffff8f</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffff8f</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_32826eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#32826eff</string> | |
<key>foreground</key> | |
<string>#7DCDB9FF</string> | |
<key>caret</key> | |
<string>#7DCDB9FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_32826eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#32826eff</string> | |
<key>caret</key> | |
<string>#7DCDB9FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2cbba5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2cbba5ff</string> | |
<key>foreground</key> | |
<string>#0E3D36FF</string> | |
<key>caret</key> | |
<string>#0E3D36FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2cbba5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2cbba5ff</string> | |
<key>caret</key> | |
<string>#0E3D36FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d8594ecc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d8594ecc</string> | |
<key>foreground</key> | |
<string>#B13127FF</string> | |
<key>caret</key> | |
<string>#B13127FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d8594ecc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d8594ecc</string> | |
<key>caret</key> | |
<string>#B13127FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_49a18bcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#49a18bcc</string> | |
<key>foreground</key> | |
<string>#17342DFF</string> | |
<key>caret</key> | |
<string>#17342DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_49a18bcc</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#49a18bcc</string> | |
<key>caret</key> | |
<string>#17342DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dbdbd9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dbdbd9ff</string> | |
<key>foreground</key> | |
<string>#262624FF</string> | |
<key>caret</key> | |
<string>#262624FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dbdbd9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dbdbd9ff</string> | |
<key>caret</key> | |
<string>#262624FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0093d3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0093d3ff</string> | |
<key>foreground</key> | |
<string>#2CBFFFFF</string> | |
<key>caret</key> | |
<string>#2CBFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0093d3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0093d3ff</string> | |
<key>caret</key> | |
<string>#2CBFFFFF</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>#2E2E2fFF</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_d45338ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d45338ff</string> | |
<key>foreground</key> | |
<string>#3E160DFF</string> | |
<key>caret</key> | |
<string>#3E160DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d45338ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d45338ff</string> | |
<key>caret</key> | |
<string>#3E160DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_797979ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#797979ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_797979ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#797979ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_949494ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#949494ff</string> | |
<key>foreground</key> | |
<string>#6A6A6AFF</string> | |
<key>caret</key> | |
<string>#6A6A6AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_949494ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#949494ff</string> | |
<key>caret</key> | |
<string>#6A6A6AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6d6d6dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6d6d6dff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6d6d6dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6d6d6dff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a2a2a2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a2a2a2ff</string> | |
<key>foreground</key> | |
<string>#5D5D5DFF</string> | |
<key>caret</key> | |
<string>#5D5D5DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a2a2a2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a2a2a2ff</string> | |
<key>caret</key> | |
<string>#5D5D5DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d05358ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d05358ff</string> | |
<key>foreground</key> | |
<string>#3C1012FF</string> | |
<key>caret</key> | |
<string>#3C1012FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d05358ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d05358ff</string> | |
<key>caret</key> | |
<string>#3C1012FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e84c3dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e84c3dff</string> | |
<key>foreground</key> | |
<string>#440D08FF</string> | |
<key>caret</key> | |
<string>#440D08FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e84c3dff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e84c3dff</string> | |
<key>caret</key> | |
<string>#440D08FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_df3a3aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#df3a3aff</string> | |
<key>foreground</key> | |
<string>#410A0AFF</string> | |
<key>caret</key> | |
<string>#410A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_df3a3aff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#df3a3aff</string> | |
<key>caret</key> | |
<string>#410A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_25c1eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#25c1eeff</string> | |
<key>foreground</key> | |
<string>#053846FF</string> | |
<key>caret</key> | |
<string>#053846FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_25c1eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#25c1eeff</string> | |
<key>caret</key> | |
<string>#053846FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_777272ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#777272ff</string> | |
<key>foreground</key> | |
<string>#272525FF</string> | |
<key>caret</key> | |
<string>#272525FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_777272ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#777272ff</string> | |
<key>caret</key> | |
<string>#272525FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c9505eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c9505eff</string> | |
<key>foreground</key> | |
<string>#3A1216FF</string> | |
<key>caret</key> | |
<string>#3A1216FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c9505eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c9505eff</string> | |
<key>caret</key> | |
<string>#3A1216FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_9f9999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9f9999ff</string> | |
<key>foreground</key> | |
<string>#655F5FFF</string> | |
<key>caret</key> | |
<string>#655F5FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_9f9999ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#9f9999ff</string> | |
<key>caret</key> | |
<string>#655F5FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0182a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0182a3ff</string> | |
<key>foreground</key> | |
<string>#5CDDFEFF</string> | |
<key>caret</key> | |
<string>#5CDDFEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0182a3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0182a3ff</string> | |
<key>caret</key> | |
<string>#5CDDFEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ff5030ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ff5030ff</string> | |
<key>foreground</key> | |
<string>#CF2000FF</string> | |
<key>caret</key> | |
<string>#CF2000FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ff5030ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ff5030ff</string> | |
<key>caret</key> | |
<string>#CF2000FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_cc361bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cc361bff</string> | |
<key>foreground</key> | |
<string>#431108FF</string> | |
<key>caret</key> | |
<string>#431108FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_cc361bff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#cc361bff</string> | |
<key>caret</key> | |
<string>#431108FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4a4a4a9c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4a4a4a9c</string> | |
<key>foreground</key> | |
<string>#B4B4B4FF</string> | |
<key>caret</key> | |
<string>#B4B4B4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4a4a4a9c</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4a4a4a9c</string> | |
<key>caret</key> | |
<string>#B4B4B4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_626060ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#626060ff</string> | |
<key>foreground</key> | |
<string>#9F9C9CFF</string> | |
<key>caret</key> | |
<string>#9F9C9CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_626060ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#626060ff</string> | |
<key>caret</key> | |
<string>#9F9C9CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00aeefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00aeefff</string> | |
<key>foreground</key> | |
<string>#00374CFF</string> | |
<key>caret</key> | |
<string>#00374CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00aeefff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00aeefff</string> | |
<key>caret</key> | |
<string>#00374CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ff846eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ff846eff</string> | |
<key>foreground</key> | |
<string>#911600FF</string> | |
<key>caret</key> | |
<string>#911600FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ff846eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ff846eff</string> | |
<key>caret</key> | |
<string>#911600FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_c8c8c8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c8c8c8ff</string> | |
<key>foreground</key> | |
<string>#373737FF</string> | |
<key>caret</key> | |
<string>#373737FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_c8c8c8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#c8c8c8ff</string> | |
<key>caret</key> | |
<string>#373737FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2e91c3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2e91c3ff</string> | |
<key>foreground</key> | |
<string>#0E2E3DFF</string> | |
<key>caret</key> | |
<string>#0E2E3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2e91c3ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2e91c3ff</string> | |
<key>caret</key> | |
<string>#0E2E3DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_00a2eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00a2eeff</string> | |
<key>foreground</key> | |
<string>#00344CFF</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_00a2eeff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#00a2eeff</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_028eb2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#028eb2ff</string> | |
<key>foreground</key> | |
<string>#4DD9FCFF</string> | |
<key>caret</key> | |
<string>#4DD9FCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_028eb2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#028eb2ff</string> | |
<key>caret</key> | |
<string>#4DD9FCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4a4a4a99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4a4a4a99</string> | |
<key>foreground</key> | |
<string>#B4B4B4FF</string> | |
<key>caret</key> | |
<string>#B4B4B4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4a4a4a99</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4a4a4a99</string> | |
<key>caret</key> | |
<string>#B4B4B4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_6ed3baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6ed3baff</string> | |
<key>foreground</key> | |
<string>#2C9177FF</string> | |
<key>caret</key> | |
<string>#2C9177FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_6ed3baff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#6ed3baff</string> | |
<key>caret</key> | |
<string>#2C9177FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_cee8feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cee8feff</string> | |
<key>foreground</key> | |
<string>#001A30FF</string> | |
<key>caret</key> | |
<string>#001A30FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_cee8feff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#cee8feff</string> | |
<key>caret</key> | |
<string>#001A30FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_464647ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#464647ff</string> | |
<key>foreground</key> | |
<string>#B8B8B9FF</string> | |
<key>caret</key> | |
<string>#B8B8B9FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_464647ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#464647ff</string> | |
<key>caret</key> | |
<string>#B8B8B9FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_202020ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#202020ff</string> | |
<key>foreground</key> | |
<string>#DFDFDFFF</string> | |
<key>caret</key> | |
<string>#DFDFDFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_202020ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#202020ff</string> | |
<key>caret</key> | |
<string>#DFDFDFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_232323c4</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#232323c4</string> | |
<key>foreground</key> | |
<string>#DCDCDCFF</string> | |
<key>caret</key> | |
<string>#DCDCDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_232323c4</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#232323c4</string> | |
<key>caret</key> | |
<string>#DCDCDCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d2d2d266</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d2d2d266</string> | |
<key>foreground</key> | |
<string>#2D2D2DFF</string> | |
<key>caret</key> | |
<string>#2D2D2DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d2d2d266</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d2d2d266</string> | |
<key>caret</key> | |
<string>#2D2D2DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_0093d0e0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0093d0e0</string> | |
<key>foreground</key> | |
<string>#2FC1FFFF</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_0093d0e0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#0093d0e0</string> | |
<key>caret</key> | |
<string>#2FC1FFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e25c51e0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e25c51e0</string> | |
<key>foreground</key> | |
<string>#AE281DFF</string> | |
<key>caret</key> | |
<string>#AE281DFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e25c51e0</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e25c51e0</string> | |
<key>caret</key> | |
<string>#AE281DFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_3a4145ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3a4145ff</string> | |
<key>foreground</key> | |
<string>#BAC1C4FF</string> | |
<key>caret</key> | |
<string>#BAC1C4FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_3a4145ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#3a4145ff</string> | |
<key>caret</key> | |
<string>#BAC1C4FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_dfdfdfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dfdfdfff</string> | |
<key>foreground</key> | |
<string>#202020FF</string> | |
<key>caret</key> | |
<string>#202020FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dfdfdfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dfdfdfff</string> | |
<key>caret</key> | |
<string>#202020FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_000000bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000bf</string> | |
<key>foreground</key> | |
<string>#FFFFFFFF</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_000000bf</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000000bf</string> | |
<key>caret</key> | |
<string>#FFFFFFFF</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>#2E2E2fFF</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_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>#2E2E2fFF</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_dcdcdcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dcdcdcff</string> | |
<key>foreground</key> | |
<string>#222222FF</string> | |
<key>caret</key> | |
<string>#222222FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_dcdcdcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#dcdcdcff</string> | |
<key>caret</key> | |
<string>#222222FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d4d2d2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d4d2d2ff</string> | |
<key>foreground</key> | |
<string>#2D2B2BFF</string> | |
<key>caret</key> | |
<string>#2D2B2BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d4d2d2ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d4d2d2ff</string> | |
<key>caret</key> | |
<string>#2D2B2BFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_69bf82ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#69bf82ff</string> | |
<key>foreground</key> | |
<string>#409659FF</string> | |
<key>caret</key> | |
<string>#409659FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_69bf82ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#69bf82ff</string> | |
<key>caret</key> | |
<string>#409659FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_acb1b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#acb1b9ff</string> | |
<key>foreground</key> | |
<string>#464B53FF</string> | |
<key>caret</key> | |
<string>#464B53FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_acb1b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#acb1b9ff</string> | |
<key>caret</key> | |
<string>#464B53FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_5687bbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5687bbff</string> | |
<key>foreground</key> | |
<string>#152536FF</string> | |
<key>caret</key> | |
<string>#152536FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_5687bbff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#5687bbff</string> | |
<key>caret</key> | |
<string>#152536FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_90a2b6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90a2b6ff</string> | |
<key>foreground</key> | |
<string>#495A6FFF</string> | |
<key>caret</key> | |
<string>#495A6FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_90a2b6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#90a2b6ff</string> | |
<key>caret</key> | |
<string>#495A6FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_858e98ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#858e98ff</string> | |
<key>foreground</key> | |
<string>#232629FF</string> | |
<key>caret</key> | |
<string>#232629FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_858e98ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#858e98ff</string> | |
<key>caret</key> | |
<string>#232629FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_a8b0b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a8b0b9ff</string> | |
<key>foreground</key> | |
<string>#464E57FF</string> | |
<key>caret</key> | |
<string>#464E57FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_a8b0b9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#a8b0b9ff</string> | |
<key>caret</key> | |
<string>#464E57FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2b2f34ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2b2f34ff</string> | |
<key>foreground</key> | |
<string>#CBCFD3FF</string> | |
<key>caret</key> | |
<string>#CBCFD3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2b2f34ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2b2f34ff</string> | |
<key>caret</key> | |
<string>#CBCFD3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eaeef5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eaeef5ff</string> | |
<key>foreground</key> | |
<string>#090E15FF</string> | |
<key>caret</key> | |
<string>#090E15FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eaeef5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#eaeef5ff</string> | |
<key>caret</key> | |
<string>#090E15FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_ced3dcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ced3dcff</string> | |
<key>foreground</key> | |
<string>#222730FF</string> | |
<key>caret</key> | |
<string>#222730FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_ced3dcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ced3dcff</string> | |
<key>caret</key> | |
<string>#222730FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_99a0a9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#99a0a9ff</string> | |
<key>foreground</key> | |
<string>#565D65FF</string> | |
<key>caret</key> | |
<string>#565D65FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_99a0a9ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#99a0a9ff</string> | |
<key>caret</key> | |
<string>#565D65FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_2c3239ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2c3239ff</string> | |
<key>foreground</key> | |
<string>#C6CCD3FF</string> | |
<key>caret</key> | |
<string>#C6CCD3FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_2c3239ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#2c3239ff</string> | |
<key>caret</key> | |
<string>#C6CCD3FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_4e81b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4e81b8ff</string> | |
<key>foreground</key> | |
<string>#152536FF</string> | |
<key>caret</key> | |
<string>#152536FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_4e81b8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#4e81b8ff</string> | |
<key>caret</key> | |
<string>#152536FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_57b773ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#57b773ff</string> | |
<key>foreground</key> | |
<string>#16351FFF</string> | |
<key>caret</key> | |
<string>#16351FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_57b773ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#57b773ff</string> | |
<key>caret</key> | |
<string>#16351FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_d3dce7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d3dce7ff</string> | |
<key>foreground</key> | |
<string>#17212BFF</string> | |
<key>caret</key> | |
<string>#17212BFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d3dce7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d3dce7ff</string> | |
<key>caret</key> | |
<string>#17212BFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Michael Sheets (original color scheme)</string> | |
<key>name</key> | |
<string>Afterglow - Twilight</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2E</string> | |
<key>caret</key> | |
<string>#A7A7A7</string> | |
<key>foreground</key> | |
<string>#d6d6d6</string> | |
<key>invisibles</key> | |
<string>#FFFFFF40</string> | |
<key>lineHighlight</key> | |
<string>#FFFFFF08</string> | |
<key>selection</key> | |
<string>#DDF0FF33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CF6A4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>entity</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#9B703F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#CDA869</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F9EE98</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#8F9D6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#9B859D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7587A6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid – Deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#D2A8A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid – Illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#562D56BF</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>-----------------------------------</string> | |
<key>settings</key> | |
<dict /> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Embedded Source</string> | |
<key>scope</key> | |
<string>text source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B0B3BA14</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Embedded Source (Bright)</string> | |
<key>scope</key> | |
<string>text.html.ruby source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B1B3BA21</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Entity inherited-class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#9B5C2E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ String embedded-source</string> | |
<key>scope</key> | |
<string>string source</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#DAEFA3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ String constant</string> | |
<key>scope</key> | |
<string>string constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DDF2A4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ String.regexp</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#E9C062</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ String.regexp.«special»</string> | |
<key>scope</key> | |
<string>string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CF7D34</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ String variable</string> | |
<key>scope</key> | |
<string>string variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8A9A95</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#DAD085</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Support.constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#CF6A4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>c C/C++ Preprocessor Line</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8996A8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>c C/C++ Preprocessor Directive</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AFC4DB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>✘ Doctype/XML Processing</string> | |
<key>scope</key> | |
<string>meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>✘ Meta.tag.«all»</string> | |
<key>scope</key> | |
<string>declaration.tag, declaration.tag entity, meta.tag, meta.tag entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AC885B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>✘ Meta.tag.inline</string> | |
<key>scope</key> | |
<string>declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E0C589</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css tag-name</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CDA869</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css:pseudo-class</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.tag.pseudo-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8F9D6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css#id</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8B98AB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css.class</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9B703F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css property-name:</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C5AF75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css property-value;</string> | |
<key>scope</key> | |
<string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F9EE98</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css @at-rule</string> | |
<key>scope</key> | |
<string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8693A5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css additional-constants</string> | |
<key>scope</key> | |
<string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CA7840</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>§ css constructor.argument</string> | |
<key>scope</key> | |
<string>meta.constructor.argument.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8F9D6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>⎇ diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header, meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0E2231</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>⎇ diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#420E09</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>⎇ diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4A410D</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>⎇ diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#253B22</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: List</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F9EE98</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CF6A4C</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</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_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#888888ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#888888ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_1e1d1eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1e1d1eff</string> | |
<key>foreground</key> | |
<string>#E2E1E2FF</string> | |
<key>caret</key> | |
<string>#E2E1E2FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_1e1d1eff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#1e1d1eff</string> | |
<key>caret</key> | |
<string>#E2E1E2FF</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_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#009adfff</string> | |
<key>foreground</key> | |
<string>#00344CFF</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#009adfff</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#131313ff</string> | |
<key>foreground</key> | |
<string>#ECECECFF</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#131313ff</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666ff</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#666666ff</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#edf0f5ff</string> | |
<key>foreground</key> | |
<string>#0A0C12FF</string> | |
<key>caret</key> | |
<string>#0A0C12FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#edf0f5ff</string> | |
<key>caret</key> | |
<string>#0A0C12FF</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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#ffffffff</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>766026CB-703D-4610-B070-8DE07D967C5F</string> | |
</dict> | |
</plist> |
This file contains 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>Afterglow</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2E</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#d6d6d6</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#333435</string> | |
<key>selection</key> | |
<string>#5A647E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7832</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword, storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#CC7833</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function (definition)</string> | |
<key>scope</key> | |
<string>entity.name.function, keyword.other.name-of-parameter.objc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FFC66D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class (definition)</string> | |
<key>scope</key> | |
<string>entity.name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#D0D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6D9CBE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (other variable)</string> | |
<key>scope</key> | |
<string>variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (built-in)</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library type</string> | |
<key>scope</key> | |
<string>support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6c99bb</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>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup tag</string> | |
<key>scope</key> | |
<string>meta.tag, declaration.tag, entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#E8BF6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String interpolation</string> | |
<key>scope</key> | |
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Add</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#144212</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Remove</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#660000</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2F33AB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.id</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.class</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>less.mixin</string> | |
<key>scope</key> | |
<string>entity.other.less.mixin</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>less.variable</string> | |
<key>scope</key> | |
<string>variable.declaration.less</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.element</string> | |
<key>scope</key> | |
<string>keyword.control.html.elements</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#e5b567</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.string</string> | |
<key>scope</key> | |
<string>meta.attribute-selector.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword.control</string> | |
<key>scope</key> | |
<string>keyword.control.at-rule.css.sass</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90516b</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7732</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#999999</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cccccc</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>#e5b567</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>#c45330</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>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_d8d8d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d8d8d8ff</string> | |
<key>foreground</key> | |
<string>#272727FF</string> | |
<key>caret</key> | |
<string>#272727FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d8d8d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#d8d8d8ff</string> | |
<key>caret</key> | |
<string>#272727FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f4f4f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f4f4f4ff</string> | |
<key>foreground</key> | |
<string>#0A0A0AFF</string> | |
<key>caret</key> | |
<string>#0A0A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f4f4f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f4f4f4ff</string> | |
<key>caret</key> | |
<string>#0A0A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_373737ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#373737ff</string> | |
<key>foreground</key> | |
<string>#C8C8C8FF</string> | |
<key>caret</key> | |
<string>#C8C8C8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_373737ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#373737ff</string> | |
<key>caret</key> | |
<string>#C8C8C8FF</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>#2E2E2fFF</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_eb4a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eb4a00ff</string> | |
<key>foreground</key> | |
<string>#4C1800FF</string> | |
<key>caret</key> | |
<string>#4C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eb4a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#eb4a00ff</string> | |
<key>caret</key> | |
<string>#4C1800FF</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>#2E2E2fFF</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_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e6e6e6ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e6e6e6ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eb4900ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eb4900ff</string> | |
<key>foreground</key> | |
<string>#4C1700FF</string> | |
<key>caret</key> | |
<string>#4C1700FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eb4900ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#eb4900ff</string> | |
<key>caret</key> | |
<string>#4C1700FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_868686ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#868686ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_868686ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#868686ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_01b2bfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#01b2bfff</string> | |
<key>foreground</key> | |
<string>#3FF0FEFF</string> | |
<key>caret</key> | |
<string>#3FF0FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_01b2bfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#01b2bfff</string> | |
<key>caret</key> | |
<string>#3FF0FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_535353ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#535353ff</string> | |
<key>foreground</key> | |
<string>#ACACACFF</string> | |
<key>caret</key> | |
<string>#ACACACFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_535353ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#535353ff</string> | |
<key>caret</key> | |
<string>#ACACACFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e7e7e7ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#e7e7e7ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0ff</string> | |
<key>foreground</key> | |
<string>#0F0F0FFF</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#f0f0f0ff</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#000000ff</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_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>#2E2E2fFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>B80CD0D8-613C-46FD-9C06-A1201108BC2A</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>O'rlmente?</string> | |
<key>comment</key> | |
<string>Asphalt Theme - v1.0</string> | |
<key>name</key> | |
<string>Asphalt</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2D2D32</string> | |
<key>caret</key> | |
<string>#D2D2D7</string> | |
<key>foreground</key> | |
<string>#D2D2D7</string> | |
<key>invisibles</key> | |
<string>#737378</string> | |
<key>lineHighlight</key> | |
<string>#28282D</string> | |
<key>selection</key> | |
<string>#505055</string> | |
<key>findHighlight</key> | |
<string>#87878C</string> | |
<key>findHighlightForeground</key> | |
<string>#D7D7DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc7832</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#797979</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword, storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#CC7833</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function (definition)</string> | |
<key>scope</key> | |
<string>entity.name.function, keyword.other.name-of-parameter.objc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FFC66D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class (definition)</string> | |
<key>scope</key> | |
<string>entity.name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#D0D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6D9CBE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (other variable)</string> | |
<key>scope</key> | |
<string>variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (built-in)</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6c99bb</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#c45837</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library type</string> | |
<key>scope</key> | |
<string>support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6c99bb</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>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup tag</string> | |
<key>scope</key> | |
<string>meta.tag, declaration.tag, entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#E8BF6A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String interpolation</string> | |
<key>scope</key> | |
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a1617a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Add</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00401E</string> | |
<key>foreground</key> | |
<string>#40FF9A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Remove</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#400021</string> | |
<key>foreground</key> | |
<string>#ff40a3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#803d00</string> | |
<key>foreground</key> | |
<string>#ffff55</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#12466d</string> | |
<key>foreground</key> | |
<string>#65c2ef</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b4c973</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#52adda</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class js</string> | |
<key>scope</key> | |
<string>support.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#ff0007</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Numbers css</string> | |
<key>scope</key> | |
<string>constant.numeric.css, constant.other.color.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#e36f81</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units css</string> | |
<key>scope</key> | |
<string>keyword.other.unit.css, punctuation.definition.constant.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#eda987</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag css</string> | |
<key>scope</key> | |
<string>source.less entity.name.tag.css, source.css entity.name.tag.css, keyword.control.html.elements</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#f249cf</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pseudo-Class css</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.pseudo-class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#b798bf</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>IDs css</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#cd3352</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quoted css</string> | |
<key>scope</key> | |
<string>source.less meta.property-value.css string.quoted.single.css, source.less meta.property-value.css string.quoted.double.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#f09d59</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Important css</string> | |
<key>scope</key> | |
<string>keyword.other.important.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#ffe215</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Doctype html</string> | |
<key>scope</key> | |
<string>meta.tag.sgml.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#827a96</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</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_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>#2D2D33FF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>f3e51493-254d-408e-974e-891e2b651617</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Chris Kempson (http://chriskempson.com)</string> | |
<key>name</key> | |
<string>Base16 Eighties Dark</string> | |
<key>semanticClass</key> | |
<string>base16.eighties.dark</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>divider</key> | |
<string>#393939</string> | |
<key>foreground</key> | |
<string>#747369</string> | |
<key>selectionBackground</key> | |
<string>#515151</string> | |
<key>selectionForeground</key> | |
<string>#a09f93</string> | |
</dict> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2d2d2d</string> | |
<key>caret</key> | |
<string>#d3d0c8</string> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
<key>invisibles</key> | |
<string>#747369</string> | |
<key>lineHighlight</key> | |
<string>#74736930</string> | |
<key>selection</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text</string> | |
<key>scope</key> | |
<string>variable.parameter.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#747369</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Delimiters</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keywords</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variables</string> | |
<key>scope</key> | |
<string>variable, variable.other.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Functions</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.require, support.function.any-method, variable.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>support.class, entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffcc66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>meta.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2f0ec</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Methods</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strings, Inherited Class</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Integers</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floats</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Boolean</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constants</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute IDs</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Selector</string> | |
<key>scope</key> | |
<string>meta.selector</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Values</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Headings</string> | |
<key>scope</key> | |
<string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>markup.bold, punctuation.definition.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#ffcc66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>markup.italic, punctuation.definition.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Text</string> | |
<key>scope</key> | |
<string>string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Url</string> | |
<key>scope</key> | |
<string>meta.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Image Url</string> | |
<key>scope</key> | |
<string>meta.image</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lists</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#515151</string> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted, markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed, markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ignored</string> | |
<key>scope</key> | |
<string>markup.ignored, markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Untracked</string> | |
<key>scope</key> | |
<string>markup.untracked, markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded, variable.interpolation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d27b53</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2777a</string> | |
<key>foreground</key> | |
<string>#2d2d2d</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</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_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>#2d2d2eFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>36594751-36ac-443a-9f2f-111b815085cf</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>@itg</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>itg.dark</string> | |
<key>semanticClass</key> | |
<string>theme.dark</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>background</key> | |
<string>#272a32</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>caret</key> | |
<string>#F8F8F0</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#d6d7d9</string> | |
<key>inactiveSelection</key> | |
<string>#bbbbbb</string> | |
<key>inactiveSelectionForeground</key> | |
<string>#222222</string> | |
<key>invisibles</key> | |
<string>#3B3A32</string> | |
<key>lineHighlight</key> | |
<string>#2d3038</string> | |
<key>selection</key> | |
<string>#41454e</string> | |
<key>selectionBorder</key> | |
<string>#1C1C1C00</string> | |
<key>selectionForeground</key> | |
<string>#d6d7d9</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5e6a75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f0da5e</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>#74f1c6</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>#74f1c6</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>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>entity</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#f35656</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>#74f1c6</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>#a7e450</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>#a7e450</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#a7e450</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>#f3a056</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#76e9c2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#74f1c6</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>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String constant</string> | |
<key>scope</key> | |
<string>string constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String.regexp</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6AA11</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String variable</string> | |
<key>scope</key> | |
<string>string variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Doctype/XML Processing</string> | |
<key>scope</key> | |
<string>meta.tag.sgml.doctype.xml, declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string, doctype</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#73817D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: punctuations tags</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: tag-name</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: @import</string> | |
<key>scope</key> | |
<string>keyword.control.at-rule.import.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: @at-rule</string> | |
<key>scope</key> | |
<string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6AA11</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: id</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6AA11</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: class</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a7e450</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: property-name</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: property-value</string> | |
<key>scope</key> | |
<string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6F080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: additional-constants</string> | |
<key>scope</key> | |
<string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDF080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: constructor.argument</string> | |
<key>scope</key> | |
<string>meta.constructor.argument.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6AA11</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>LESS variables</string> | |
<key>scope</key> | |
<string>variable.other.less</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>LESS mixins</string> | |
<key>scope</key> | |
<string>entity.other.less.mixin</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9DF39F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f35656</string> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#74f1c6</string> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#CFCFC2</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>#5e6a75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>Markdown.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>Markdown.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a7e450</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>Markdown.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f0da5e</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.range</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3BC0F0</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>#FFFFFF</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>#EC3533</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>#E0EDDD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: 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 /> | |
<key>foreground</key> | |
<string>#f3a056</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>#f35656DD</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>#f35656</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>#a7e450</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>#74f1c6</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>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: 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>#74f1c6</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>#74f1c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Raw Block</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#222</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Fenced Code Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown,variable.language.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#222222</string> | |
<key>foreground</key> | |
<string>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Fenced markdown language</string> | |
<key>scope</key> | |
<string>variable.language.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#C6CECE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Table</string> | |
<key>scope</key> | |
<string>markup.table</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF3A281A</string> | |
<key>foreground</key> | |
<string>#B42A1D</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>#FFFFFF0F</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FFFFFF33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f35656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a7e450</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</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>#74f1c6A0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>entity.name.filename.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f0da5e</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_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>#272a33FF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>b76b4488-20c3-40a7-9499-457a451ee558</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Mattia Astorino</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>Material-Theme-Lighter</string> | |
<key>semanticClass</key> | |
<string>material.theme.lighter</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#00000070</string> | |
<key>background</key> | |
<string>#FAFAFA</string> | |
<key>caret</key> | |
<string>#27272790</string> | |
<key>findHighlight</key> | |
<string>#F8E71C</string> | |
<key>foreground</key> | |
<string>#80CBC4</string> | |
<key>guide</key> | |
<string>#B0BEC570</string> | |
<key>gutterForeground</key> | |
<string>#CFD8DC</string> | |
<key>invisibles</key> | |
<string>#E7EAEC</string> | |
<key>lineHighlight</key> | |
<string>#90A4AE20</string> | |
<key>popupCss</key> | |
<string>html { | |
background-color: #FAFAFA; | |
color: #80CBC4; | |
padding: 16px; | |
} | |
a { | |
color: #8796B0; | |
line-height: 16px; | |
} | |
.error, .deleted { | |
color: #E53935; | |
} | |
.success, .inserted { | |
color: #91B859; | |
} | |
.warning, .modified { | |
color: #FFB62C; | |
} | |
.type { | |
color: #39ADB5; | |
font-style: italic; | |
} | |
.param { | |
color: #F76D47; | |
} | |
.current { | |
text-decoration: underline; | |
} | |
</string> | |
<key>selection</key> | |
<string>#80CBC440</string> | |
<key>selectionBorder</key> | |
<string>#80CBC440</string> | |
<key>shadow</key> | |
<string>#90A4AE50</string> | |
<key>stackGuide</key> | |
<string>#B0BEC580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#CCD7DA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable, string constant.other.placeholder</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80CBC4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid, invalid.illegal, invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E53935</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#91B859</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#7C4DFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>keyword, storage.type, storage.modifier</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>storage.type, keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operator, Misc</string> | |
<key>scope</key> | |
<string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag</string> | |
<key>scope</key> | |
<string>entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function, Special Method, Block Level</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other Variable, String Link</string> | |
<key>scope</key> | |
<string>support.other.variable, string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string> | |
<key>scope</key> | |
<string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F76D47</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String, Symbols, Inherited Class, Markup Heading</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class, Support</string> | |
<key>scope</key> | |
<string>entity.name.class, entity.name.type.class, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Class and Support</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8796B0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Sub-methods</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language methods</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.class-method.js entity.name.function.js, variable.function.constructor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML Attributes</string> | |
<key>scope</key> | |
<string>text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FFB62C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Classes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Id</string> | |
<key>scope</key> | |
<string>source.sass keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>URL</string> | |
<key>scope</key> | |
<string>*url*, *link*, *uri*</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.find-in-files - match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Lines</string> | |
<key>scope</key> | |
<string>entity.name.filename.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Decorators</string> | |
<key>scope</key> | |
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>ES7 Bind Operator</string> | |
<key>scope</key> | |
<string>source.js constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 8</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 7</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 6</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 5</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 4</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 3</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 2</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F76D47</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 1</string> | |
<key>scope</key> | |
<string>source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 0</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Plain</string> | |
<key>scope</key> | |
<string>text.html.markdown, punctuation.definition.list_item.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80CBC4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline Punctuation</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition.raw.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Line Break</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.dummy.line-break</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Heading</string> | |
<key>scope</key> | |
<string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</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>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold & Italic</string> | |
<key>scope</key> | |
<string>markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Underline</string> | |
<key>scope</key> | |
<string>markup.underline</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#F76D47</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>strike</string> | |
<key>foreground</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E7EAEC</string> | |
<key>foreground</key> | |
<string>#E7EAEC</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 /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link</string> | |
<key>scope</key> | |
<string>string.other.link.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Description</string> | |
<key>scope</key> | |
<string>string.other.link.description.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Anchor</string> | |
<key>scope</key> | |
<string>constant.other.reference.link.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</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>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Raw Block Fenced</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90A4AE20</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90A4AE20</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block Variable</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80CBC4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Language</string> | |
<key>scope</key> | |
<string>variable.language.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCD7DA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown HTML - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.disable-markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</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>#90A4AE20</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Table</string> | |
<key>scope</key> | |
<string>markup.table</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string /> | |
<key>foreground</key> | |
<string>#80CBC4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Blue</string> | |
<key>scope</key> | |
<string>acejump.label.blue</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6182B8</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Green</string> | |
<key>scope</key> | |
<string>acejump.label.green</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#91B859</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Orange</string> | |
<key>scope</key> | |
<string>acejump.label.orange</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F76D47</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Purple</string> | |
<key>scope</key> | |
<string>acejump.label.purple</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#7C4DFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</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>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotation</string> | |
<key>scope</key> | |
<string>sublimelinter.annotations</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB62C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Default</string> | |
<key>scope</key> | |
<string>brackethighlighter.default</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8796B04C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket C Define</string> | |
<key>scope</key> | |
<string>brackethighlighter.c_define</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB54C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E539354C</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_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>#FAFAFbFF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>133d1250-19c6-4565-bc93-b37fd36f7fc9</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Mattia Astorino</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>Material-Theme</string> | |
<key>semanticClass</key> | |
<string>material.theme.default</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#80CBC470</string> | |
<key>background</key> | |
<string>#263238</string> | |
<key>caret</key> | |
<string>#FFCC00</string> | |
<key>findHighlight</key> | |
<string>#F8E71C</string> | |
<key>foreground</key> | |
<string>#EEFFFF</string> | |
<key>guide</key> | |
<string>#37474F80</string> | |
<key>gutterForeground</key> | |
<string>#37474F</string> | |
<key>invisibles</key> | |
<string>#65737E</string> | |
<key>lineHighlight</key> | |
<string>#00000050</string> | |
<key>popupCss</key> | |
<string>html { | |
background-color: #263238; | |
color: #EEFFFF; | |
padding: 16px; | |
} | |
a { | |
color: #B2CCD6; | |
line-height: 16px; | |
} | |
.error, .deleted { | |
color: #FF5370; | |
} | |
.success, .inserted { | |
color: #C3E88D; | |
} | |
.warning, .modified { | |
color: #FFCB6B; | |
} | |
.type { | |
color: #89DDFF; | |
font-style: italic; | |
} | |
.param { | |
color: #F78C6C; | |
} | |
.current { | |
text-decoration: underline; | |
} | |
</string> | |
<key>selection</key> | |
<string>#80CBC420</string> | |
<key>selectionBorder</key> | |
<string>#80CBC420</string> | |
<key>shadow</key> | |
<string>#00000010</string> | |
<key>stackGuide</key> | |
<string>#37474FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#546E7A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable, string constant.other.placeholder</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EEFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid, invalid.illegal, invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF5370</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C3E88D</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#C792EA</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>keyword, storage.type, storage.modifier</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>storage.type, keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operator, Misc</string> | |
<key>scope</key> | |
<string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag</string> | |
<key>scope</key> | |
<string>entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function, Special Method, Block Level</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other Variable, String Link</string> | |
<key>scope</key> | |
<string>support.other.variable, string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string> | |
<key>scope</key> | |
<string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F78C6C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String, Symbols, Inherited Class, Markup Heading</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal</string> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class, Support</string> | |
<key>scope</key> | |
<string>entity.name.class, entity.name.type.class, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Class and Support</string> | |
<key>scope</key> | |
<string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B2CCD6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Sub-methods</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language methods</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.class-method.js entity.name.function.js, variable.function.constructor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML Attributes</string> | |
<key>scope</key> | |
<string>text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FFCB6B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Classes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Id</string> | |
<key>scope</key> | |
<string>source.sass keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>URL</string> | |
<key>scope</key> | |
<string>*url*, *link*, *uri*</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Nums</string> | |
<key>scope</key> | |
<string>constant.numeric.line-number.find-in-files - match</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Search Results Lines</string> | |
<key>scope</key> | |
<string>entity.name.filename.find-in-files</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Decorators</string> | |
<key>scope</key> | |
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>ES7 Bind Operator</string> | |
<key>scope</key> | |
<string>source.js constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 8</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 7</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 6</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 5</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 4</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 3</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 2</string> | |
<key>scope</key> | |
<string>source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F78C6C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 1</string> | |
<key>scope</key> | |
<string>source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON Key - Level 0</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Plain</string> | |
<key>scope</key> | |
<string>text.html.markdown, punctuation.definition.list_item.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EEFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline Punctuation</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition.raw.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#65737E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Line Break</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.dummy.line-break</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Heading</string> | |
<key>scope</key> | |
<string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Italic</string> | |
<key>scope</key> | |
<string>markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#F07178</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold & Italic</string> | |
<key>scope</key> | |
<string>markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Underline</string> | |
<key>scope</key> | |
<string>markup.underline</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#F78C6C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>strike</string> | |
<key>foreground</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#65737E</string> | |
<key>foreground</key> | |
<string>#65737E</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 /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link</string> | |
<key>scope</key> | |
<string>string.other.link.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#82AAFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Description</string> | |
<key>scope</key> | |
<string>string.other.link.description.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Anchor</string> | |
<key>scope</key> | |
<string>constant.other.reference.link.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</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>#C792EA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Raw Block Fenced</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#00000050</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block Variable</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EEFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Language</string> | |
<key>scope</key> | |
<string>variable.language.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#65737E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#546E7A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown HTML - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.disable-markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF</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>#00000050</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#65737E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Table</string> | |
<key>scope</key> | |
<string>markup.table</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string /> | |
<key>foreground</key> | |
<string>#EEFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Blue</string> | |
<key>scope</key> | |
<string>acejump.label.blue</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#82AAFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Green</string> | |
<key>scope</key> | |
<string>acejump.label.green</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C3E88D</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Orange</string> | |
<key>scope</key> | |
<string>acejump.label.orange</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F78C6C</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>AceJump Label - Purple</string> | |
<key>scope</key> | |
<string>acejump.label.purple</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C792EA</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</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>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotation</string> | |
<key>scope</key> | |
<string>sublimelinter.annotations</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C17E70</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#65737E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#65737E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C3E88D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFCB6B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Default</string> | |
<key>scope</key> | |
<string>brackethighlighter.default</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B2CCD64C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket C Define</string> | |
<key>scope</key> | |
<string>brackethighlighter.c_define</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C792EA4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89DDFF4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF53704C</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_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>#263239FF</string> | |
<key>foreground</key> | |
<string>#333333ff</string> | |
<key>caret</key> | |
<string>#CCCCCCFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_707070ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#707070ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_707070ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#707070ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fcfcfcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fcfcfcff</string> | |
<key>foreground</key> | |
<string>#020202FF</string> | |
<key>caret</key> | |
<string>#020202FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fcfcfcff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#fcfcfcff</string> | |
<key>caret</key> | |
<string>#020202FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eaeaeaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eaeaeaff</string> | |
<key>foreground</key> | |
<string>#151515FF</string> | |
<key>caret</key> | |
<string>#151515FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eaeaeaff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#eaeaeaff</string> | |
<key>caret</key> | |
<string>#151515FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_fff9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#fff9c0ff</string> | |
<key>foreground</key> | |
<string>#3F3800FF</string> | |
<key>caret</key> | |
<string>#3F3800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_fff9c0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#fff9c0ff</string> | |
<key>caret</key> | |
<string>#3F3800FF</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_d8d8d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d8d8d8ff</string> | |
<key>foreground</key> | |
<string>#272727FF</string> | |
<key>caret</key> | |
<string>#272727FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_d8d8d8ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#d8d8d8ff</string> | |
<key>caret</key> | |
<string>#272727FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f4f4f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f4f4f4ff</string> | |
<key>foreground</key> | |
<string>#0A0A0AFF</string> | |
<key>caret</key> | |
<string>#0A0A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f4f4f4ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#f4f4f4ff</string> | |
<key>caret</key> | |
<string>#0A0A0AFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_373737ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#373737ff</string> | |
<key>foreground</key> | |
<string>#C8C8C8FF</string> | |
<key>caret</key> | |
<string>#C8C8C8FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_373737ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#373737ff</string> | |
<key>caret</key> | |
<string>#C8C8C8FF</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>#263239FF</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_eb4900ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eb4900ff</string> | |
<key>foreground</key> | |
<string>#4C1700FF</string> | |
<key>caret</key> | |
<string>#4C1700FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eb4900ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#eb4900ff</string> | |
<key>caret</key> | |
<string>#4C1700FF</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>#263239FF</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_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e6e6e6ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e6e6e6ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#e6e6e6ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_868686ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#868686ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_868686ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#868686ff</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_01b2bfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#01b2bfff</string> | |
<key>foreground</key> | |
<string>#3FF0FEFF</string> | |
<key>caret</key> | |
<string>#3FF0FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_01b2bfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#01b2bfff</string> | |
<key>caret</key> | |
<string>#3FF0FEFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_535353ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#535353ff</string> | |
<key>foreground</key> | |
<string>#ACACACFF</string> | |
<key>caret</key> | |
<string>#ACACACFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_535353ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#535353ff</string> | |
<key>caret</key> | |
<string>#ACACACFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e7e7e7ff</string> | |
<key>foreground</key> | |
<string>#181818FF</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_e7e7e7ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#e7e7e7ff</string> | |
<key>caret</key> | |
<string>#181818FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f0f0f0ff</string> | |
<key>foreground</key> | |
<string>#0F0F0FFF</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_f0f0f0ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#f0f0f0ff</string> | |
<key>caret</key> | |
<string>#0F0F0FFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_eb4a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eb4a00ff</string> | |
<key>foreground</key> | |
<string>#4C1800FF</string> | |
<key>caret</key> | |
<string>#4C1800FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_eb4a00ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#263239FF</string> | |
<key>foreground</key> | |
<string>#eb4a00ff</string> | |
<key>caret</key> | |
<string>#4C1800FF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>133d1250-19c6-4565-bc93-b37fd36f7fc9</string> | |
</dict> | |
</plist> |
This file contains 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>Monokai Phoenix</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>background</key> | |
<string>#111111</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>caret</key> | |
<string>#F8F8F0</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#F8F8F2</string> | |
<key>invisibles</key> | |
<string>#3B3A32</string> | |
<key>lineHighlight</key> | |
<string>#3E3D32</string> | |
<key>selection</key> | |
<string>#49483E</string> | |
<key>selectionBorder</key> | |
<string>#222218</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6DB74</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>#AE81FF</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>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FFA0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant.numeric</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>storage.type</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8A5C8DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function arg</string> | |
<key>scope</key> | |
<string>meta.function.argument, variable.parameter, meta.parens.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FD971F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>invalid.illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#562D56BF</string> | |
<key>foreground</key> | |
<string>#FD5FF1FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.tag entity</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.arrow.function.js</string> | |
<key>scope</key> | |
<string>entity.arrow.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AA00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.error.js</string> | |
<key>scope</key> | |
<string>support.class.error.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5522</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.node.js</string> | |
<key>scope</key> | |
<string>support.class.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#1224FE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.keyword.node.js</string> | |
<key>scope</key> | |
<string>support.keyword.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.accessor.js</string> | |
<key>scope</key> | |
<string>entity.name.accessor.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</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>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.class.js</string> | |
<key>scope</key> | |
<string>entity.name.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.extends.js</string> | |
<key>scope</key> | |
<string>entity.name.extends.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#00FF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>class name</string> | |
<key>scope</key> | |
<string>meta.prototype support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</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>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class, variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js undefined</string> | |
<key>scope</key> | |
<string>constant.language.undefined.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>false</string> | |
<key>scope</key> | |
<string>constant.language.boolean.false</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>true</string> | |
<key>scope</key> | |
<string>constant.language.boolean.true</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js null</string> | |
<key>scope</key> | |
<string>constant.language.null.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</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>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header, entity.name.namespace</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#420E09FF</string> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4A410DFF</string> | |
<key>foreground</key> | |
<string>#E6DB74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#253B22FF</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry</string> | |
<key>scope</key> | |
<string>meta.line.entry.logfile, meta.line.exit.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EEEEEE29</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry Error</string> | |
<key>scope</key> | |
<string>meta.line.error.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#751012</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON String</string> | |
<key>scope</key> | |
<string>meta.structure.dictionary.json string.quoted.double</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CFCFC2</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_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>#111112FF</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_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#888888ff</string> | |
<key>foreground</key> | |
<string>#262626FF</string> | |
<key>caret</key> | |
<string>#262626FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_888888ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111112FF</string> | |
<key>foreground</key> | |
<string>#888888ff</string> | |
<key>caret</key> | |
<string>#262626FF</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_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#009adfff</string> | |
<key>foreground</key> | |
<string>#00344CFF</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_009adfff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111112FF</string> | |
<key>foreground</key> | |
<string>#009adfff</string> | |
<key>caret</key> | |
<string>#00344CFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#131313ff</string> | |
<key>foreground</key> | |
<string>#ECECECFF</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_131313ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111112FF</string> | |
<key>foreground</key> | |
<string>#131313ff</string> | |
<key>caret</key> | |
<string>#ECECECFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#666666ff</string> | |
<key>foreground</key> | |
<string>#999999FF</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_666666ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111112FF</string> | |
<key>foreground</key> | |
<string>#666666ff</string> | |
<key>caret</key> | |
<string>#999999FF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#edf0f5ff</string> | |
<key>foreground</key> | |
<string>#0A0C12FF</string> | |
<key>caret</key> | |
<string>#0A0C12FF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_edf0f5ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#111112FF</string> | |
<key>foreground</key> | |
<string>#edf0f5ff</string> | |
<key>caret</key> | |
<string>#0A0C12FF</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>#111112FF</string> | |
<key>foreground</key> | |
<string>#ffffffff</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>5815b34d-fb7d-4593-bf0c-4f41f8b1f0a9</string> | |
</dict> | |
</plist> |
This file contains 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>Monokai</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#272822</string> | |
<key>caret</key> | |
<string>#F8F8F0</string> | |
<key>foreground</key> | |
<string>#F8F8F2</string> | |
<key>invisibles</key> | |
<string>#3B3A32</string> | |
<key>lineHighlight</key> | |
<string>#3E3D32</string> | |
<key>selection</key> | |
<string>#49483E</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>selectionBorder</key> | |
<string>#222218</string> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>misspelling</key> | |
<string>#F92672</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6DB74</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>#AE81FF</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>#AE81FF</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>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword - (source.c keyword.operator | source.c++ keyword.operator | source.objc keyword.operator | source.objc++ keyword.operator), keyword.operator.word</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Annotation Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Dollar</string> | |
<key>scope</key> | |
<string>variable.other.dollar.only.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F92672</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>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.filename | entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#A6E22E</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>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter - (source.c | source.c++ | source.objc | source.objc++)</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FD971F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#FD971F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function call</string> | |
<key>scope</key> | |
<string>variable.function, variable.annotation</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.macro</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#66D9EF</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>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</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>#F92672</string> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#AE81FF</string> | |
<key>foreground</key> | |
<string>#F8F8F0</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>#CFCFC2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>YAML String</string> | |
<key>scope</key> | |
<string>string.unquoted.yaml</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F8F8F2</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>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup headings</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup headings</string> | |
<key>scope</key> | |
<string>markup.heading punctuation.definition.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FD971F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup h1</string> | |
<key>scope</key> | |
<string>markup.heading.1 punctuation.definition.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup links</string> | |
<key>scope</key> | |
<string>markup.underline.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</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> | |
</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> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup bold/italic</string> | |
<key>scope</key> | |
<string>markup.italic markup.bold | markup.bold markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup hr</string> | |
<key>scope</key> | |
<string>punctuation.definition.thematic-break</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup blockquote</string> | |
<key>scope</key> | |
<string>markup.quote punctuation.definition.blockquote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup bullets</string> | |
<key>scope</key> | |
<string>markup.list.numbered.bullet</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup bullets</string> | |
<key>scope</key> | |
<string>markup.list.unnumbered.bullet | (markup.list.numbered punctuation.definition)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F8F8F8AA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup code</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F8F8F818</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup punctuation</string> | |
<key>scope</key> | |
<string>markup.raw punctuation.definition.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F8F8F8AA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>markup punctuation</string> | |
<key>scope</key> | |
<string>text & (punctuation.definition.italic | punctuation.definition.bold | punctuation.definition.raw | punctuation.definition.link | punctuation.definition.metadata | punctuation.definition.image | punctuation.separator.table-cell | punctuation.section.table-header | punctuation.definition.constant)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F8F8F8AA</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>#F92672</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>#A6E22E</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>#E6DB74</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>#AE81FFA0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>entity.name.filename</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6DB74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>scope</key> | |
<string>message.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F83333</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_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>#272823FF</string> | |
<key>foreground</key> | |
<string>#444444ff</string> | |
<key>caret</key> | |
<string>#BBBBBBFF</string> | |
</dict> | |
</dict></array> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["alt+."], "command": "close" },//close tab | |
{ "keys": ["alt+right"], "command": "next_view" },//prev tab | |
{ "keys": ["alt+left"], "command": "prev_view" },//next tab | |
//ace jump | |
{ | |
"keys": ["ctrl+shift+;"], | |
"command": "ace_jump_word" | |
}, | |
{ | |
"keys": ["ctrl+shift+'"], | |
"command": "ace_jump_char" | |
}, | |
{ | |
"keys": ["ctrl+shift+alt+,"], | |
"command": "ace_jump_line" | |
}, | |
{ | |
"keys": [""], | |
"command": "ace_jump_after" | |
}, | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"keys": ["j", "j"], | |
"command": "_enter_normal_mode", | |
"args": { | |
"mode": "mode_insert" | |
}, | |
"context": [{"key": "vi_insert_mode_aware"}] | |
}, | |
{ "keys": ["alt+right"], "command": "next_view" }, | |
{ "keys": ["alt+left"], "command": "prev_view" }, | |
{ "keys": ["ctrl+shit+t"], "command": "open_terminal" }, | |
{ "keys": ["ctrl+`"], "command": "open_terminal_project_folder" }, | |
{ "keys": ["alt+."], "command": "close" }, | |
{ | |
"keys": ["ctrl+alt+shift+left"], | |
"command": "move_tab", | |
"args": { "position": "-1" } | |
}, | |
{ | |
"keys": ["ctrl+alt+shift+right"], | |
"command": "move_tab", | |
"args": { "position": "+1" } | |
}, | |
{ "keys": ["ctrl+'"], "command": "ace_jump_char" }, | |
] |
This file contains 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
] | |
{}O "caption": "Vintageous: Toggle", "command": "toggle_vintageous" } | |
] |
This file contains 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
{ | |
// defines syntax highlighting scope that will be used to highlight matched jump targets | |
// other examples include: keyword, string, number | |
"jump_target_scope" : "entity.name.class", | |
// define the characters that we can jump to, in the order that they'll appear, they should be unique | |
"placeholder_chars" : "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ,.<>{}[]'\"/", | |
// searches are case sensitive by default | |
"case_sensitive" : true | |
} |
This file contains 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
{ | |
"token": "ab3c74a75b7e35494389a033146c09179957f4f1", | |
} | |
This file contains 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
{ | |
// save before running commands | |
"save_first": true | |
// if present, use this command instead of plain "git" | |
// e.g. "/Users/kemayo/bin/git" or "C:\bin\git.exe" | |
,"git_command": "/usr/bin/git" | |
// if present, use this command instead of plain "gitk" | |
// e.g. "/Users/kemayo/bin/gitk" or "C:\bin\gitk.exe" | |
,"gitk_command": false | |
// point this the installation location of git-flow | |
,"git_flow_command": "/usr/local/bin/git-flow" | |
// use the panel for diff output, rather than a new scratch window (new tab) | |
,"diff_panel": false | |
// If you'd rather have your status command open files instead of show you a | |
// diff, set this to true. You can still do `Git: Status` followed by | |
// 'Git: Diff Current File' to get a file diff | |
,"status_opens_file": false | |
// Use --verbose flag for commit messages | |
,"verbose_commits": true | |
// How many commit messages to store in the history. Set to 0 to disable. | |
,"history_size": 5 | |
// Show git flow commands | |
,"flow": false | |
// By default git flow release and hotfix will tag a version. Set to true to disable. | |
,"flow-notag": false | |
// Annotations default to being on for all files. Can be slow in some cases. | |
,"annotations": false | |
// statusbar | |
,"statusbar_branch": true | |
// Symbols for quick git status in status bar | |
,"statusbar_status": true | |
,"statusbar_status_symbols" : {"modified": "≠", "added": "+", "deleted": "×", "untracked": "?", "conflicts": "‼", "renamed":"R", "copied":"C", "clean": "✓", "separator": " "} | |
// e.g. "Packages/Git/syntax/Git Commit Message.tmLanguage" | |
,"diff_syntax": "Packages/Diff/Diff.tmLanguage" | |
// Rulers for commit view | |
,"commit_rulers": [70] | |
// Watch for gitignore changes? | |
,"gitignore_sync": false | |
} | |
This file contains 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
// Settings in here override those in "GitSavvy/GitSavvy.sublime-settings", | |
{ | |
/* | |
Change this to `false` if you don't wish to be prompted when | |
discarding files. | |
*/ | |
"prompt_before_destructive_action": true, | |
/* | |
Uncomment the setting below to explicitly set which git binary | |
to use. An empty string will search PATH for "git". The setting may | |
be a direct string to a git binary, e.g.: | |
"git_path": "/usr/bin/git", | |
Or it may be a dictionary keyed off what sublime.platform() returns, | |
so it may be customized on a per-platform basis. e.g.: | |
"git_path": { | |
"default": "", | |
"windows": "C:/Program Files/Git/cmd/git.exe" | |
}, | |
*/ | |
"git_path": "", | |
/* | |
Change this to `true` when doing dev work on GitSavvy. | |
*/ | |
"dev_mode": false, | |
/* | |
A list of tags (subsystems) to filter the output of debug.trace(). | |
Only takes its effect when "dev_mode" is set to `true`. | |
*/ | |
"dev_trace": [ | |
"debug", | |
"reload" | |
], | |
/* | |
Enter your github API key in the field below. To interact with | |
a GitHub Enterprise instance, add a field with the FQDN as the key | |
and the API key as the value. | |
*/ | |
"api_tokens": { | |
"github.com": "ab3c74a75b7e35494389a033146c09179957f4f1" | |
}, | |
/* | |
maximum number of items per page when requesting from github | |
*/ | |
"github_per_page_max" : 100, | |
/* | |
Change this to "full" to display a full diff for the current commit | |
when writing a commit message. | |
Change this to "stat" to display a diff stat for the current commit | |
when writing a commit message. | |
Change this to `false` to disable. | |
*/ | |
"show_commit_diff": "stat", | |
/* | |
Change this to `true` to scroll to the first hunk automatically when | |
you open the inline-diff view. | |
*/ | |
"inline_diff_auto_scroll": false, | |
"colors": { | |
/* | |
Colors used by the inline-diff view to display changes. | |
*/ | |
"inline_diff": { | |
"add_foreground": "#F9F9F4", | |
"add_background": "#37A832", | |
"add_foreground_bold": "#F9F9F4", | |
"add_background_bold": "#287020", | |
"remove_foreground": "#F9F9F4", | |
"remove_background": "#A83732", | |
"remove_foreground_bold": "#F9F9F4", | |
"remove_background_bold": "#702820" | |
} | |
}, | |
/* | |
Change this to `true` when you would like inline diff to | |
ignore EOL whitespace changes. | |
See details in https://github.com/divmain/GitSavvy/issues/177 | |
*/ | |
"inline_diff_ignore_eol_whitespaces": false, | |
/* | |
Add entries to this array (e.g. "pull" or "push") if you'd like the | |
output of these Git commands to always be shown in a panel. | |
*/ | |
"show_panel_for": [], | |
/* | |
Add entries to this array (e.g. "pull" or "push") if you'd like any | |
open panel to be closed at the beginning of the operation. | |
*/ | |
"close_panel_for": [], | |
/* | |
Use the Sublime configured syntax for COMMIT_EDITMSG rather than | |
the custom bundled syntax that comes with GitSavvy. | |
*/ | |
"use_syntax_for_commit_editmsg": false, | |
/* | |
Change this to `false` to suppress the input in the panel output. | |
*/ | |
"show_input_in_output": true, | |
/* | |
Change this to `false` to suppress Git status in ST3 status bar. | |
*/ | |
"git_status_in_status_bar": true, | |
/* | |
When entering a tag message, this will be used if the message is empty. | |
The replacement value "{tag_name}" is optional, but recommended. | |
*/ | |
"default_tag_message": "Tag {tag_name}", | |
/* | |
The filename for extra customized info to be displayed after the default | |
COMMIT_HELP_TEXT, such as commit message rules/tips/conventions. | |
Place this file at the root of the repo, and it should be commited to the | |
repo as well. | |
The file name defaults to `.commit_help`. | |
If this file is not presented, the functionality is totally ignored. | |
*/ | |
"commit_help_extra_file": ".commit_help", | |
/* | |
For each command specified, always include the command line flags | |
indicated in the global_flags hash. | |
*/ | |
"global_flags": { | |
// --no-columns is not supported in Git versions <1.7.11. If Git is configured | |
// to use columns globally, --no-columns should be added here. | |
// "branch": ["--no-columns"] | |
}, | |
/* | |
Prints branches sorted by recent commit (works with git 2.7.0+) | |
https://www.kernel.org/pub/software/scm/git/docs/git-branch.html | |
Change this to `true` to sort branches by recent. | |
Change this to `false` to sort branches by alphanumeric. | |
*/ | |
"sort_by_recent_in_branch_dashboard": false, | |
/* | |
Set this to `true` to display remotes in the branch dashboard by default. | |
*/ | |
"show_remotes_in_branch_dashboard": false, | |
/* | |
Set this to `true` to display remotes in the tags dashboard by default. | |
*/ | |
"show_remotes_in_tags_dashboard": false, | |
/* | |
Limit the number of tags listed in the tags dashboard. | |
*/ | |
"max_items_in_tags_dashboard": -1, | |
/* | |
When set to `true`, GitSavvy will offer to set the upstream on `git: push` | |
when tracking branch is not configured. | |
*/ | |
"prompt_for_tracking_branch": true, | |
/* | |
When set to `true`, GitSavvy will automatically display more info about the | |
current commit in a output panel. | |
*/ | |
"log_show_more_commit_info": true, | |
/* | |
Diffstat look like | |
core/commands/blame.py | 13 +++++-------- | |
core/commands/log.py | 9 +++------ | |
core/git_mixins/history.py | 8 ++------ | |
3 files changed, 10 insertions(+), 20 deletions(-) | |
Set to `false` if don't want to show this when view a commit or diff. | |
*/ | |
"show_diffstat": true, | |
/* | |
When set to `true`, GitSavvy will automatically display more info about the | |
current commit in a output panel. When set to `false`, this function must | |
be invoked manually. | |
*/ | |
"graph_show_more_commit_info": true, | |
/* | |
When set to `true,`, GitSavvy will display the full diff of the current | |
commit in the output panel. | |
*/ | |
"show_full_commit_info": true, | |
/* | |
Update the desired graph arguments for a customized experience. | |
Do not add "--all" in this setting, it is added in graph all branches | |
NOTE: Changes you make may break in-view functionality, so use with caution. | |
*/ | |
// "git_graph_args": ["log", "--oneline", "--graph", "--decorate"], | |
"git_graph_args": ["log", "--pretty=format:%h%d %s (%ar) <%an>", "--graph"], | |
/* | |
When set to `true`, GitSavvy will prompt for confirmation when closing | |
the commit message view. | |
*/ | |
"prompt_on_abort_commit": true, | |
/* | |
When set to `true`, GitSavvy will display git-flow integration commands. | |
*/ | |
"show_git_flow_commands": false, | |
/* | |
When set to `true`, GitSavvy will include the `--log` flag when performing | |
merges. This will mean commit summaries will be included in the merge commit | |
message. | |
*/ | |
"merge_log": true, | |
/* | |
When set to `true`, rebase dashboard uses preserve-merges mode when opened. | |
*/ | |
"rebase_preserve_merges": false, | |
/* | |
When set to `true`, GitSavvy will prompt for confirmation before actually | |
performing a `git push --force` operation. | |
*/ | |
"confirm_force_push": true, | |
/* | |
When set to `true`, closing the commit message window will result in a commit | |
action being taken, except in cases where the message is empty. The same is | |
also true for amending commits. | |
*/ | |
"commit_on_close": false, | |
/* | |
This encoding will be used whenever Git's output cannot be correctly parsed | |
as UTF-8. Modify this value if you regularly with files and Git history | |
with a different text encoding. | |
Example: | |
"fallback_encoding": "gbk" | |
*/ | |
"fallback_encoding": "windows-1252", | |
/* | |
This setting should only be set to true in the following conditions: | |
- you have installed the "Codecs33" package from Package Control | |
- you are running Linux or OS X | |
- you would like to use non-supported codecs like "gbk" for the | |
`fallback_encoding` value | |
*/ | |
"load_additional_codecs": false, | |
/* | |
Set this value to true if you'd like GitSavvy to automatically attempt | |
to decode using the `fallback_encoding` value, without prompting. | |
*/ | |
"silent_fallback": false, | |
/* | |
GitSavvy allows you to press `Tab` to cycle from one dashboard interface | |
to the next. This setting defines the order of that cycle. The following | |
are valid entries, and can be included in your preferred order: | |
status | |
branch | |
rebase | |
tags | |
graph | |
*/ | |
"tab_order": [ | |
"status", | |
"branch", | |
"rebase", | |
"tags", | |
"graph" | |
], | |
/* | |
Set this value to a valid git reset mode (e.g. --hard, --soft) to skip | |
reset mode prompt and always use that reset mode. | |
*/ | |
"use_reset_mode": null, | |
/* | |
By default, GitSavvy allows you attach arbitrary text meta-data to the | |
branches that you track locally. If, however, you experience performance | |
problems because of this, feel free to turn this setting off, and the | |
descriptions will not be displayed. | |
*/ | |
"enable_branch_descriptions": true, | |
/* | |
When set to `true`, you can navigate the dashboards by using arrow keys. | |
*/ | |
"arrow_keys_navigation": false, | |
/* | |
When set to `true`, GitSavvy will become Vintagoues friendly. | |
You might need to restart Sublime in order to get this working. | |
*/ | |
"vintageous_friendly": false, | |
/* | |
When set to `true`, all views will start in INSERT mode. | |
Ignored if `vintageous_friendly` is `false`. | |
*/ | |
"vintageous_enter_insert_mode": false, | |
/* | |
When set to `true`, all views will hide their help menu when rendering. | |
You can still toggle the help menu by pressing `?`. | |
*/ | |
"hide_help_menu": false, | |
/* | |
When set to `true`, no views will receive the prompt asking to initialize | |
Git in the current view's directory when not found. | |
*/ | |
"disable_git_init_prompt": false | |
} |
This file contains 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
{ | |
"exec_args": { | |
"path": "/bin:/usr/bin:/usr/local/bin" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"html.erb" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"js" | |
] | |
} |
This file contains 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
// These settings override both User and Default settings for the JSON (Sublime) syntax | |
{ | |
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
".bowerrc", | |
".csslintrc", | |
".eslintrc", | |
".jscsrc", | |
"geojson", | |
".jshintrc" | |
] | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$md) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>md</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$lg) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>lg</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
{ | |
"history_retention": 0, // number of days to keep files, 0 to disable deletion | |
"format_timestamp": "%Y%m%d%H%M%S",// file_name-XXXXXXXX.file_extension | |
"history_on_close": true, // only save LocalHistory after closing a file, not when original was saved | |
"history_on_focus_lost": true, | |
"history_on_load": true, | |
"portable": true, // save to 'Sublime Text/Data/.sublime/Local History/...' instead of '~/.sublime/Local History/...' | |
// "history_path": "", // redirect '~/.sublime/Local History/...' to some other place if "portable": false | |
"file_size_limit": 4194304, // 4 MB | |
"skip_if_saved_within_minutes": 5, // only save if most recent save is older than this (in minutes), 0 to disable | |
"show_full_path": true, | |
"auto_diff": false, // automatically opens a diff view when opening a file from history | |
"rename_tab": false, // rename the tab to only include the timestamp, or the message in case of snapshots | |
"auto_save_before_diff": true | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
<?php if ( have_posts() ) : ?> | |
<?php while ( have_posts() ) : the_post(); ?> | |
<?php endwhile; ?> | |
<?php else : ?> | |
<?php endif; ?> | |
]]></content> | |
<tabTrigger>loop</tabTrigger> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$sm) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>md</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$md) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>md</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: ${1:this}) { | |
${2:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>mcus</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AceJump", | |
"Agila Theme", | |
"All Autocomplete", | |
"AutoFileName", | |
"ayu", | |
"Color Highlighter", | |
"Comment-Snippets", | |
"Emmet", | |
"Emmet Css Snippets", | |
"FileIcons", | |
"FTPSync", | |
"Git", | |
"HTMLBeautify", | |
"Javascript Beautify", | |
"MoveTab", | |
"Numix Theme", | |
"One Dark Color Scheme", | |
"Open In Browser", | |
"Package Control", | |
"Phpcs", | |
"PHPIntel", | |
"Pug", | |
"Restart", | |
"SFTP", | |
"SideBarEnhancements", | |
"SublimeLinter", | |
"SublimeLinter-csslint", | |
"SublimeLinter-jshint", | |
"SublimeLinter-php", | |
"SublimeLinter-phpcs", | |
"SublimeLinter-phplint", | |
"Sync Settings", | |
"Terminal", | |
"Theme - Numix Light", | |
"Theme - Soda", | |
"Vintageous", | |
"WordPress", | |
"WordPress Completions", | |
"WordPress Snippets" | |
] | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
<?php ${1:this} ?> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>php</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"php3", | |
"inc", | |
"phtml", | |
"php4", | |
"php5" | |
] | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
<?php ${1:this} ?> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>php</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
{ | |
"autocomplete": true, | |
"psr1": true, | |
"psr2": true, | |
"version": 1 | |
} |
This file contains 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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", | |
"fallback_encoding": "utf-8", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Color Highlighter", | |
"FTPSync", | |
"Vintage" | |
], | |
"save_on_focus_lost": true, | |
"theme": "Default.sublime-theme", | |
"vintageous_use_sys_clipboard": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"py3", | |
"pyw" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"haml" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"jbuilder", | |
"simplecov", | |
"rabl", | |
"podspec", | |
"rake", | |
"rb", | |
"thor" | |
] | |
} |
This file contains 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
{ | |
// The tab key will cycle through the settings when first created | |
// Visit http://wbond.net/sublime_packages/sftp/settings for help | |
// sftp, ftp or ftps | |
"type": "ftp", | |
"save_before_upload": true, | |
"upload_on_save": false, | |
"sync_down_on_open": false, | |
"sync_skip_deletes": false, | |
"sync_same_age": true, | |
"confirm_downloads": false, | |
"confirm_sync": true, | |
"confirm_overwrite_newer": false, | |
"host": "193\\.124\\.187\\.230", | |
"user": "spro_cdaba97e7b8", | |
"password": "7K0d2A6e", | |
"port": "21", | |
"remote_path": "/www/extramed\\.myihor\\.ru", | |
"ignore_regexes": [ | |
"\\.sublime-(project|workspace)", | |
"sftp-config(-alt\\d?)?\\.json", | |
"sftp-settings\\.json", "/venv/", | |
"\\.svn/", | |
"\\.hg/", | |
"\\.git/", | |
"\\.bzr", | |
"_darcs", | |
"CVS", | |
"\\.DS_Store", | |
"Thumbs\\.db", | |
"desktop\\.ini", | |
"wp-admin/", | |
"wp-icludes/", | |
"wp-config\\.php", | |
"wp-login\\.php", | |
], | |
//"file_permissions": "664", | |
//"dir_permissions": "775", | |
//"extra_list_connections": 0, | |
"connect_timeout": 30, | |
//"keepalive": 120, | |
//"ftp_passive_mode": true, | |
//"ftp_obey_passive_host": false, | |
//"ssh_key_file": "~/.ssh/id_rsa", | |
//"sftp_flags": ["-F", "/path/to/ssh_config"], | |
//"preserve_modification_times": false, | |
//"remote_time_offset_in_hours": 0, | |
//"remote_encoding": "utf-8", | |
//"remote_locale": "C", | |
//"allow_config_upload": false, | |
} |
This file contains 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
{ | |
"type": "ftp", | |
"sync_down_on_open": true, | |
"sync_same_age": true, | |
"host": "193.124.187.230", | |
"user": "spro_cdaba97e7b8", | |
"password": "7K0d2A6e", | |
"port": "21", | |
"remote_path": "/www/extramed.myihor.ru", | |
"connect_timeout": 30, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"sh", | |
"bash", | |
"zsh" | |
] | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$sm) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>sm</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
for sublime |
This file contains 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
1. |
This file contains 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
// SublimeLinter Settings - User | |
{ | |
"debug": true, | |
"paths": | |
{ | |
"linux": ["/home/serii/.nvm/versions/node/v8.0.0/bin/jshint"], | |
"osx": [], | |
"windows": [] | |
}, | |
"linters": | |
{ | |
"scsslint": | |
{ | |
"args": ["--config", "/home/serii/xubuntu/scss-linter.yml"] | |
} | |
} | |
} |
This file contains 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
{ | |
// The command to execute for the terminal, leave blank for the OS default | |
// See https://github.com/wbond/sublime_terminal#examples for examples | |
"terminal": "C:\\Program Files\\Git\\git-bash.exe", | |
// A list of default parameters to pass to the terminal, this can be | |
// overridden by passing the "parameters" key with a list value to the args | |
// dict when calling the "open_terminal" or "open_terminal_project_folder" | |
// commands | |
"parameters": [], | |
// An environment variables changeset. Default environment variables used for the | |
// terminal are inherited from sublime. Use this mapping to overwrite/unset. Use | |
// null value to indicate that the environment variable should be unset. | |
"env": {} | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
<?php if ( \$posts_of_cat->have_posts() ) : ?> | |
<?php while ( \$posts_of_cat->have_posts() ) : \$posts_of_cat->the_post(); ?> | |
<?php endwhile; ?> | |
<?php else : ?> | |
<?php endif; ?> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>theloop</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
import sublime | |
import sublime_plugin | |
class ToggleVintageous()sublime_plugin.WindowCommand): | |
def run()self): | |
setts = sublime.load_settings()'Preferences.sublime-settings') | |
ignored = setts.get()'ignored_packages') | |
if 'Vintageous' in ignored: | |
ignored.remove()'Vintageous') | |
else: | |
ignored.append()'Vintageous') | |
setts.set()'ignored_packages', ignored) | |
sublime.save_settings()'Preferences.sublime-settings') |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
transform: translate(${1:50%},${2:50%}); | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>trasncustom</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
{"C:\\OSPanel\\domains\\wp-api.loc\\wp-content\\plugins\\wfm-count-views\\index.php": {}, "C:\\OSPanel\\domains\\wp-api.loc\\wp-content\\plugins\\wfm-count-views\\functions.php": {"8": {"expression": null, "id": null, "enabled": true}}} |
This file contains 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
[10/08/2018 09:52:29PM] INFO - ==== Loading "Xdebug Client.sublime-package" package ==== | |
[10/08/2018 09:52:29PM] DEBUG - "GET /user?access_token=6b408d1bdd08b70dbef666f22123f5a72934275a HTTP/1.1" 200 None | |
[10/08/2018 09:52:29PM] INFO - Starting new HTTPS connection (1): api.github.com | |
[10/08/2018 09:52:30PM] DEBUG - "GET /gists/743d2e5995f374dfff783b53e04e4b0c HTTP/1.1" 200 None | |
[10/08/2018 09:52:31PM] INFO - Delay buffer 25 for 0.0s | |
[10/08/2018 09:52:31PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:33PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:34PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:34PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:34PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:34PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:34PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:38PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:39PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:39PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:52:41PM] INFO - Delay buffer 25 for 0.0s | |
[10/08/2018 09:54:42PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:45PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:45PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:46PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:46PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:46PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:54:47PM] INFO - Delay buffer 25 for 0.3s | |
[10/08/2018 09:55:16PM] INFO - Delay buffer 25 for 0.0s | |
[10/08/2018 09:55:29PM] INFO - Delay buffer 80 for 0.0s | |
[10/08/2018 09:55:53PM] INFO - Delay buffer 26 for 0.0s | |
[10/08/2018 09:55:54PM] INFO - Checking lint mode background vs lint reason on_load | |
[10/08/2018 09:55:54PM] INFO - 'scsslint' is linting 'style.css' | |
[10/08/2018 09:55:54PM] INFO - PATH: | |
/home/serii/.nvm/versions/node/v8.0.0/bin/jshint | |
/home/serii/bin | |
/home/serii/.local/bin | |
/usr/local/sbin | |
/usr/local/bin | |
/usr/sbin | |
/usr/bin | |
/sbin | |
/bin | |
/usr/games | |
/usr/local/games | |
[10/08/2018 09:55:54PM] INFO - Running ... | |
/var/www/s-islamov-javascript (working dir) | |
$ cat 01/hw/style.css | /usr/bin/ruby -S scss-lint --config /home/serii/xubuntu/scss-linter.yml /var/www/s-islamov-javascript/01/hw/style.css | |
[10/08/2018 09:55:54PM] WARNING - scsslint output: | |
/usr/bin/ruby: No such file or directory -- scss-lint (LoadError) | |
[10/08/2018 09:55:54PM] INFO - Note: above warning will become an error in the future. Implement `on_stderr` if you think this is wrong. | |
[10/08/2018 09:55:54PM] INFO - Linting buffer 26 took 0.19s | |
[10/08/2018 09:55:57PM] INFO - Delay buffer 96 for 0.0s | |
[10/08/2018 09:56:00PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:04PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:09PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:10PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:11PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:11PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:18PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 09:56:35PM] INFO - Delay buffer 96 for 0.0s | |
[10/08/2018 09:56:44PM] INFO - Starting new HTTPS connection (1): api.github.com | |
[10/08/2018 09:56:44PM] DEBUG - "GET /user?access_token=6b408d1bdd08b70dbef666f22123f5a72934275a HTTP/1.1" 200 None | |
[10/08/2018 09:56:44PM] INFO - Starting new HTTPS connection (1): api.github.com | |
[10/08/2018 09:56:47PM] DEBUG - "PATCH /gists/743d2e5995f374dfff783b53e04e4b0c HTTP/1.1" 200 None | |
[10/08/2018 10:02:53PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 10:02:54PM] INFO - Delay buffer 96 for 0.3s | |
[10/08/2018 10:02:56PM] INFO - Delay buffer 96 for 0.0s | |
[10/08/2018 10:03:01PM] INFO - Starting new HTTPS connection (1): api.github.com | |
[10/08/2018 10:03:02PM] DEBUG - "GET /user?access_token=6b408d1bdd08b70dbef666f22123f5a72934275a HTTP/1.1" 200 None |
This file contains 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
{ | |
// For remote debugging to resolve the file locations | |
// it is required to configure the path mapping | |
// with the server path as key and local path as value. | |
// | |
// Make sure to use absolute path when defining server path, | |
// because Xdebug debugger engine does not return symbolic links. | |
// | |
// Example: | |
// "/absolute/path/to/file/on/server" : "/path/to/file/on/computer", | |
// "/var/www/htdocs/example/" : "C:/git/websites/example/" | |
"path_mapping": { | |
}, | |
// Determine which URL to launch in the default web browser | |
// when starting/stopping a session. | |
"url": "", | |
// An IDE key is used to identify with debugger engine | |
// when Sublime Text will start or stop a debugging session. | |
// | |
// This package does not filter sessions by IDE key, | |
// it will accept any IDE key, also ones that do not match this configured IDE key. | |
// It is merely used when launching the default web browser with the configured URL. | |
"ide_key": "sublime.xdebug", | |
// Host address of network interface which Sublime Text | |
// should listen to connect with debugger engine. | |
// | |
// By specifying "" or "0.0.0.0" as host address, Sublime Text | |
// will listen on all the configured network interfaces. | |
// This is the desired configuration when debugging | |
// a script that is located on a remote server. | |
// | |
// Otherwise it is recommended to use "127.0.0.1" or "localhost" | |
// as configuration, when debugging a script on your local machine. | |
// Due to the fact that by listening on all the configured | |
// network interfaces raises a security concern as anyone | |
// can access Sublime Text through the configured port. | |
// | |
// When specifying host address of network interface, | |
// be sure to specify an IPv4 address as Sublime Text | |
// will listen for connections through an IPv4 socket. | |
"host": "", | |
// Which port number Sublime Text should listen | |
// to connect with debugger engine. | |
"port": 9000, | |
// Maximum amount of array children | |
// and object's properties to return. | |
"max_children": 32, | |
// Maximum amount of | |
// variable data to initially retrieve. | |
"max_data": 1024, | |
// Maximum amount of nested levels to retrieve | |
// of array elements and object properties. | |
"max_depth": 1, | |
// Break at first line on session start, when debugger engine has connected. | |
"break_on_start": false, | |
// Break on exceptions, suspend execution | |
// when the exception name matches an entry in this list value. | |
"break_on_exception": [ | |
// E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR | |
"Fatal error", | |
// E_RECOVERABLE_ERROR (since PHP 5.2.0) | |
"Catchable fatal error", | |
// E_WARNING, E_CORE_WARNING, E_COMPILE_WARNING, E_USER_WARNING | |
"Warning", | |
// E_PARSE | |
"Parse error", | |
// E_NOTICE, E_USER_NOTICE | |
"Notice", | |
// E_STRICT | |
"Strict standards", | |
// E_DEPRECATED, E_USER_DEPRECATED (since PHP 5.3.0) | |
"Deprecated", | |
// 0 | |
"Xdebug", | |
// default | |
"Unknown error" | |
], | |
// Always close debug windows and restore layout on session stop. | |
"close_on_stop": false, | |
// Show information about super globals in context view. | |
"super_globals": true, | |
// Display property by fullname in context view. | |
"fullname_property": true, | |
// Do not show possible password values in context view. | |
"hide_password": false, | |
// Render evaluated result as parsed output instead of raw XML. | |
"pretty_output": false, | |
// Always launch browser on session start/stop. | |
// Note: This will only work if you have the 'url' setting configured. | |
"launch_browser": true, | |
// When launching browser on session stop do not execute script. | |
// By using parameter XDEBUG_SESSION_STOP_NO_EXEC instead of XDEBUG_SESSION_STOP. | |
"browser_no_execute": false, | |
// Do not use the debugging window layout. | |
"disable_layout": false, | |
// Window layout that is being used when debugging. | |
"debug_layout" : { | |
"cols": [0.0, 0.5, 1.0], | |
"rows": [0.0, 0.7, 1.0], | |
"cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]] | |
}, | |
// Group and index positions for debug views. | |
"breakpoint_group": 2, | |
"breakpoint_index": 1, | |
"context_group": 1, | |
"context_index": 0, | |
"stack_group": 2, | |
"stack_index": 0, | |
"watch_group": 1, | |
"watch_index": 1, | |
// Custom gutter icons for indicating current line or enabled/disabled breakpoints. | |
// | |
// Do not use same icon for following values, because Sublime Text is unable | |
// to use the same icon for different scopes, in case there are duplicate icons | |
// detected it will fall back to the corresponding icon in the package. | |
"breakpoint_enabled": "circle", | |
"breakpoint_disabled": "dot", | |
"breakpoint_current": "", | |
"current_line": "bookmark", | |
// Path to Python installation on your system. | |
// Which is being used to load missing modules. | |
// | |
// It is recommended to configure your Python path for Sublime Text 2 | |
// especially on older UNIX systems, where some modules (xml.parsers.expat) | |
// might be missing and could improve performance of package. | |
// | |
// Example: | |
// "python_path" : "/usr/lib/python2.7" | |
"python_path" : "", | |
// Show detailed log information about communication | |
// between debugger engine and Sublime Text. | |
// Log can be found at Packages/User/Xdebug.log | |
"debug": true | |
} |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$lg) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>lg</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
@media screen and (max-width: \$xl) { | |
${1:this} | |
} | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>xl</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"xml.dist" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": | |
[ | |
"YAML-tmLanguage", | |
"yml.dist", | |
"yml", | |
".gemrc" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment