Created
November 7, 2020 15:16
-
-
Save megmorsie/f93c95443786a9c8633b7567c4093327 to your computer and use it in GitHub Desktop.
"Playdough" Sublime Text Theme Based on: https://tmtheme-editor.herokuapp.com/#!/editor/theme/Baby,%20The%20Code%20Shines%20Bright
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 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>#20C5E6</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>#f9b4e1ff</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>#e350dbff</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>#f9fdd2ff</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6be3f9ff</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>#5d7afdff</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constant</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#cefdbdff</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#fd93baff</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>#5a0fa2ff</string> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#afb0f7ff</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>#fd7c53ff</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>#5d7afdff</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>#6be3f9ff</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>#c0fdadff</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>#f9fdc8ff</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>#d198fdff</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>#fd93baff</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>#fbb1cbff</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>#c0fdadff</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>#c4f0fdff</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>#c4f0fdff</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>#68bdfdff</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>#c0fdadff</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>#fbb1cbff</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>#8699dfff</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>#fd99bdff</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>#58342aff</string> | |
| <key>foreground</key> | |
| <string>#5d7afdff</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