Created
June 13, 2021 20:42
-
-
Save dortamiguel/4c8650cc6b58366b761e6a0a73b3b8a2 to your computer and use it in GitHub Desktop.
mariana.tmTheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Mariana</string> | |
| <key>author</key> | |
| <string>Sublime HQ Pty Ltd, Dmitri Voronianski</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#343D46</string> | |
| <key>caret</key> | |
| <string>#f9ae58</string> | |
| <key>foreground</key> | |
| <string>#D8DEE9</string> | |
| <key>lineHighlight</key> | |
| <string>#4F5B66</string> | |
| <key>shadow</key> | |
| <string>#00000040</string> | |
| <key>selection</key> | |
| <string>#4F5B66</string> | |
| <key>selectionBorder</key> | |
| <string>#647382</string> | |
| <key>inactiveSelection</key> | |
| <string>#4F5B66</string> | |
| <key>highlight</key> | |
| <string>#5fb3b3</string> | |
| <key>findHighlight</key> | |
| <string>#fac863</string> | |
| <key>findHighlightForeground</key> | |
| <string>#333333</string> | |
| <key>activeGuide</key> | |
| <string>#5fb3b3</string> | |
| <key>stackGuide</key> | |
| <string>#5fb3b380</string> | |
| <key>misspelling</key> | |
| <string>#ec5f67</string> | |
| <key>bracketsOptions</key> | |
| <string>underline</string> | |
| <key>bracketsForeground</key> | |
| <string>#f9ae58</string> | |
| <key>bracketContentsOptions</key> | |
| <string>underline</string> | |
| <key>bracketContentsForeground</key> | |
| <string>#5fb3b3</string> | |
| <key>tagsOptions</key> | |
| <string>stippled_underline</string> | |
| <key>tagsForeground</key> | |
| <string>#c594c5</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment, punctuation.definition.comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A7ADBA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#99c794</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Punctuation</string> | |
| <key>scope</key> | |
| <string>punctuation.definition</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5fb3b3</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>#f9ae58</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Built-in constant</string> | |
| <key>scope</key> | |
| <string>constant.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#ec5f67</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>#c594c5</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>#c594c5</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>#f97b58</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>#A7ADBA</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>#ffffff</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>#A7ADBA</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>#5fb3b3</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>#5fb3b3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ec5f67</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>#c594c5</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Entity name</string> | |
| <key>scope</key> | |
| <string>entity.name.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5fb3b3</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>#f9ae58</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>#5fb3b3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function argument</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#f9ae58</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Language variable</string> | |
| <key>scope</key> | |
| <string>variable.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ec5f67</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag name</string> | |
| <key>scope</key> | |
| <string>entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#ec5f67</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>#c594c5</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></string> | |
| <key>foreground</key> | |
| <string>#6699cc</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>#6699cc</string> | |
| <key>fontStyle</key> | |
| <string>italic</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>#c594c5</string> | |
| <key>fontStyle</key> | |
| <string>italic</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>foreground</key> | |
| <string>#6699cc</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ec5f67</string> | |
| <key>foreground</key> | |
| <string>#f8f8f8</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>#f97b58</string> | |
| <key>foreground</key> | |
| <string>#f8f8f8</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>YAML Key</string> | |
| <key>scope</key> | |
| <string>entity.name.tag.yaml</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5fb3b3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>YAML String</string> | |
| <key>scope</key> | |
| <string>source.yaml string.unquoted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D8DEE9</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>#f97b58</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>#ec5f67</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>foreground</key> | |
| <string>#6699cc</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>#f9ae58</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>markup numbered list bullet</string> | |
| <key>scope</key> | |
| <string>markup.list.numbered.bullet</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#99c794</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>markup blockquote</string> | |
| <key>scope</key> | |
| <string>markup.quote punctuation.definition.blockquote, markup.list punctuation.definition.list_item</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#f9ae58</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>#4F5B6660</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>markup code</string> | |
| <key>scope</key> | |
| <string>markup.raw.inline</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#4F5B6680</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>markup punctuation</string> | |
| <key>scope</key> | |
| <string>(text punctuation.definition.italic | text punctuation.definition.bold)</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c594c5</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>diff.deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ec5f67</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>#99c794</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>#f9ae58</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>foreground</key> | |
| <string>#D8DEE9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>constant.numeric.line-number.match</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ec5f67</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>message.error</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ec5f67</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment