Created
November 7, 2020 15:15
-
-
Save megmorsie/c7472f054063a8d29f26edf3a804b589 to your computer and use it in GitHub Desktop.
"Watermelon" Sublime Text Theme Based on: https://tmtheme-editor.herokuapp.com/#!/editor/theme/Baby,%20The%20Code%20Shines%20Bright
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Jessica Allen</string> | |
<key>comment</key> | |
<string>Baby</string> | |
<key>name</key> | |
<string>Baby, The Code Shines Bright</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#F6F6F6</string> | |
<key>invisibles</key> | |
<string>#FFFFFF40</string> | |
<key>lineHighlight</key> | |
<string>#041C1A</string> | |
<key>selection</key> | |
<string>#A768EF69</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CD78F5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>entity</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#d6f9b4ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#c2e350ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#d2f3fdff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f96bcbff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#fd5d5fff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bdc2fdff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a8fd93ff</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>#a2720fff</string> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#f7baafff</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>#53fd98ff</string> | |
<key>foreground</key> | |
<string>#fdfdfdff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>-----------------------------------</string> | |
<key>settings</key> | |
<dict> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>♦ Embedded Source</string> | |
<key>scope</key> | |
<string>text source</string> | |
<key>settings</key> | |
<dict> | |
</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>#fd5d5fff</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></string> | |
<key>foreground</key> | |
<string>#f96bcbff</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>#adb3fdff</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></string> | |
<key>foreground</key> | |
<string>#c8f0fdff</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>#fde298ff</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>#a8fd93ff</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></string> | |
<key>foreground</key> | |
<string>#befbb1ff</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></string> | |
<key>foreground</key> | |
<string>#adb3fdff</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></string> | |
<key>foreground</key> | |
<string>#fdc4e6ff</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>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#fdc4e6ff</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>#fd68a4ff</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>#adb3fdff</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>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#fdfdfdff</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>#befbb1ff</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>#df868aff</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>#adfd99ff</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>background</key> | |
<string>#2a583bff</string> | |
<key>foreground</key> | |
<string>#fd5d5fff</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>EA04C465-9FF6-4540-9F02-FF1FCBA5BAF9</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>semanticClass</key> | |
<string>theme.dark.baby,_the_code_shines_bright</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment