summaryrefslogtreecommitdiff
path: root/mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 17:17:10 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 17:17:10 +0900
commitfa7b259c8011f410632dae255c04015fb5c5a0fa (patch)
tree9f8dcad5a08440343ac9f1fa85ec82f8b7d07e78 /mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml
parenta3ed0a3cb36d192c37e040d0dfe57c42113f2161 (diff)
deleted flavors/.gitignore, deleted flavors/ayu-dark.yazi, deleted smart-paste.yazi/LICENSE, created ayu-dark.yazi/
Diffstat (limited to 'mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml')
-rwxr-xr-xmac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml1025
1 files changed, 1025 insertions, 0 deletions
diff --git a/mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml b/mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml
new file mode 100755
index 0000000..a6d90da
--- /dev/null
+++ b/mac/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml
@@ -0,0 +1,1025 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>author</key>
+ <string>Ike Ku</string>
+ <key>colorSpaceName</key>
+ <string>sRGB</string>
+ <key>name</key>
+ <string>ayu</string>
+ <key>semanticClass</key>
+ <string>ayu.dark</string>
+ <key>settings</key>
+ <array>
+ <dict>
+ <key>settings</key>
+ <dict>
+ <key>accent</key>
+ <string>#F29718</string>
+ <key>activeGuide</key>
+ <string>#363F46</string>
+ <key>background</key>
+ <string>#0F1419</string>
+ <key>caret</key>
+ <string>#F29718</string>
+ <key>findHighlight</key>
+ <string>#F29718</string>
+ <key>findHighlightForeground</key>
+ <string>#0F1419</string>
+ <key>foreground</key>
+ <string>#BFBAB0</string>
+ <key>guide</key>
+ <string>#20272C</string>
+ <key>gutter</key>
+ <string>#0F1419</string>
+ <key>gutterForeground</key>
+ <string>#252D33</string>
+ <key>inactiveBackground</key>
+ <string>#0F1419</string>
+ <key>inactiveSelection</key>
+ <string>#131E27</string>
+ <key>invisibles</key>
+ <string>#252D33</string>
+ <key>lineHighlight</key>
+ <string>#0A0E12</string>
+ <key>popupCss</key>
+ <string>html, body {
+ background-color: #13181D;
+ color: #BFBAB0;
+}
+body {
+ padding: 1px 3px;
+}
+a {
+ color: rgba(57, 186, 230, .7);
+}
+</string>
+ <key>selection</key>
+ <string>#16242E</string>
+ <key>selectionBorder</key>
+ <string>#192B37</string>
+ <key>shadow</key>
+ <string>#00000010</string>
+ <key>stackGuide</key>
+ <string>#20272C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comment</string>
+ <key>scope</key>
+ <string>comment, punctuation.definition.comment</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Variable</string>
+ <key>scope</key>
+ <string>variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#BFBAB0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>String</string>
+ <key>scope</key>
+ <string>string, constant.other.symbol</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#C2D94C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Number</string>
+ <key>scope</key>
+ <string>constant.numeric</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29718</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions and Escape Characters</string>
+ <key>scope</key>
+ <string>string.regexp, constant.character.escape</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#95E6CB</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Built-in constant</string>
+ <key>scope</key>
+ <string>constant.language</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29718</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>User-defined constant</string>
+ <key>scope</key>
+ <string>constant.character, constant.other</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29718</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Member Variable</string>
+ <key>scope</key>
+ <string>variable.member</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#ec5f67</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Keyword</string>
+ <key>scope</key>
+ <string>keyword - keyword.operator, keyword.operator.word</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF7733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Operators</string>
+ <key>scope</key>
+ <string>keyword.operator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29668</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.separator, punctuation.terminator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#BFBAB0CC</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.section</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#BFBAB0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Accessor</string>
+ <key>scope</key>
+ <string>punctuation.accessor</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29668</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Annotation Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.annotation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#BFBAB0CC</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JavaScript Dollar</string>
+ <key>scope</key>
+ <string>variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#E6B673</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Storage</string>
+ <key>scope</key>
+ <string>storage</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF7733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Storage type</string>
+ <key>scope</key>
+ <string>storage.type</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF7733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function name</string>
+ <key>scope</key>
+ <string>entity.name.function</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFB454</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Entity name</string>
+ <key>scope</key>
+ <string>entity.name - (entity.name.section | entity.name.tag | entity.name.label)</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#59C2FF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Inherited class</string>
+ <key>scope</key>
+ <string>entity.other.inherited-class</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>underline</string>
+ <key>foreground</key>
+ <string>#59C2FF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function argument</string>
+ <key>scope</key>
+ <string>variable.parameter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29718</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Language variable</string>
+ <key>scope</key>
+ <string>variable.language</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Tag</string>
+ <key>scope</key>
+ <string>entity.name.tag, meta.tag.sgml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Tag start/end</string>
+ <key>scope</key>
+ <string>punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE690</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Tag attribute</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFB454</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function call</string>
+ <key>scope</key>
+ <string>variable.function, variable.annotation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFB454</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Library function</string>
+ <key>scope</key>
+ <string>support.function, support.macro</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F07178</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Library constant</string>
+ <key>scope</key>
+ <string>support.constant</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#F29668</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Library class/type</string>
+ <key>scope</key>
+ <string>support.type, support.class</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Invalid</string>
+ <key>scope</key>
+ <string>invalid</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF3333</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Invalid deprecated</string>
+ <key>scope</key>
+ <string>invalid.deprecated</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#FF7733</string>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>diff.header</string>
+ <key>scope</key>
+ <string>meta.diff, meta.diff.header</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#c594c5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby class methods</string>
+ <key>scope</key>
+ <string>source.ruby variable.other.readwrite</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFB454</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS tag names</string>
+ <key>scope</key>
+ <string>source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#59C2FF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS browser prefix</string>
+ <key>scope</key>
+ <string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Properties</string>
+ <key>scope</key>
+ <string>support.type.property-name</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>normal</string>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Search Results Nums</string>
+ <key>scope</key>
+ <string>constant.numeric.line-number.find-in-files - match</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Search Results Match Nums</string>
+ <key>scope</key>
+ <string>constant.numeric.line-number.match</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF7733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Search Results Lines</string>
+ <key>scope</key>
+ <string>entity.name.filename.find-in-files</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#C2D94C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>message.error</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF3333</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 8</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 7</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 6</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 5</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 4</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 3</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 2</string>
+ <key>scope</key>
+ <string>source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 1</string>
+ <key>scope</key>
+ <string>source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Key - Level 0</string>
+ <key>scope</key>
+ <string>source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Heading</string>
+ <key>scope</key>
+ <string>markup.heading</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ <key>foreground</key>
+ <string>#FF7733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Links</string>
+ <key>scope</key>
+ <string>string.other.link, markup.underline.link</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic underline</string>
+ <key>foreground</key>
+ <string>#95E6CB</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup image</string>
+ <key>scope</key>
+ <string>punctuation.definition.image</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFB454</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Italic</string>
+ <key>scope</key>
+ <string>markup.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#F07178</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Bold</string>
+ <key>scope</key>
+ <string>markup.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ <key>foreground</key>
+ <string>#F07178</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Bold/italic</string>
+ <key>scope</key>
+ <string>markup.italic markup.bold | markup.bold markup.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Code</string>
+ <key>scope</key>
+ <string>markup.raw</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB007</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Code Inline</string>
+ <key>scope</key>
+ <string>markup.raw.inline</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB010</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Separator</string>
+ <key>scope</key>
+ <string>meta.separator</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB010</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Blockquote</string>
+ <key>scope</key>
+ <string>markup.quote</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#F29718</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup List Bullet</string>
+ <key>scope</key>
+ <string>markup.list.numbered.bullet, markup.list punctuation.definition.list_item</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#95E6CB</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Inserted</string>
+ <key>scope</key>
+ <string>markup.inserted</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#C2D94C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Changed</string>
+ <key>scope</key>
+ <string>markup.changed</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Deleted</string>
+ <key>scope</key>
+ <string>markup.deleted</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F07178</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Strike</string>
+ <key>scope</key>
+ <string>markup.strike</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#E6B673</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Table</string>
+ <key>scope</key>
+ <string>markup.table</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB010</string>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Raw Inline</string>
+ <key>scope</key>
+ <string>text.html.markdown markup.raw.inline</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#F29668</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown - Line Break</string>
+ <key>scope</key>
+ <string>text.html.markdown meta.dummy.line-break</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown - Raw Block Fenced</string>
+ <key>scope</key>
+ <string>markup.raw.block.fenced.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB010</string>
+ <key>foreground</key>
+ <string>#BFBAB0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown - Fenced Bode Block</string>
+ <key>scope</key>
+ <string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#BFBAB010</string>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown - Fenced Language</string>
+ <key>scope</key>
+ <string>variable.language.fenced.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#5C6773</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter Added</string>
+ <key>scope</key>
+ <string>markup.inserted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#C2D94C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter Changed</string>
+ <key>scope</key>
+ <string>markup.changed.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter Deleted</string>
+ <key>scope</key>
+ <string>markup.deleted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF3333</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter Ignored</string>
+ <key>scope</key>
+ <string>markup.ignored.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#20272C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter Untracked</string>
+ <key>scope</key>
+ <string>markup.untracked.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#20272C</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GutterColor</string>
+ <key>scope</key>
+ <string>gutter_color</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>AceJump Label - Blue</string>
+ <key>scope</key>
+ <string>acejump.label.blue</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#39BAE6</string>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>AceJump Label - Green</string>
+ <key>scope</key>
+ <string>acejump.label.green</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#C2D94C</string>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>AceJump Label - Orange</string>
+ <key>scope</key>
+ <string>acejump.label.orange</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#FF7733</string>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>AceJump Label - Purple</string>
+ <key>scope</key>
+ <string>acejump.label.purple</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#F07178</string>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Warning</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.warning</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#39BAE6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Gutter Mark</string>
+ <key>scope</key>
+ <string>sublimelinter.gutter-mark</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Error</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.error</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FF3333</string>
+ </dict>
+ </dict>
+ </array>
+ <key>uuid</key>
+ <string>0e709986-46a0-40a0-b3bf-c8dfe525c455</string>
+</dict>
+</plist>