Last active
October 6, 2017 15:42
-
-
Save nakwa/fb06edc0767c98e4b940f69106ed228a to your computer and use it in GitHub Desktop.
Custom Sublime Text 3 theme for ES6 and Babel (Based on Rise)
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"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Rise</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#141414</string> | |
| <key>caret</key> | |
| <string>#A7A7A7</string> | |
| <key>foreground</key> | |
| <string>#656566</string> | |
| <key>invisibles</key> | |
| <string>#FFFFFF40</string> | |
| <key>lineHighlight</key> | |
| <string>#323232</string> | |
| <key>selection</key> | |
| <string>#353535</string> | |
| <key>guide</key> | |
| <string>#4D4D4D</string> | |
| <key>activeGuide</key> | |
| <string>#F8F8F8</string> | |
| <key>stackGuide</key> | |
| <string>#F8F8F8</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Text and Source Base Colors</string> | |
| <key>scope</key> | |
| <string>text, source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F6F5F6</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>#78707A</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></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></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></string> | |
| <key>foreground</key> | |
| <string>#CDA869</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></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></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>#8B98AB</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>♦ Embedded Source</string> | |
| <key>scope</key> | |
| <string>text source</string> | |
| <key>settings</key> | |
| <dict> | |
| </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>#000000</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></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></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></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></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>#494949</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> | |
| <!-- test --> | |
| <!-- test --> | |
| <!-- test --> | |
| <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> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- JSON hilighting ++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key> | |
| <string>=========== JSON ==========</string> | |
| <key>scope</key> | |
| <string></string> | |
| <key>settings</key> | |
| <dict> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 18 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 17 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F9EE98</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 16 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 15 deep</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 string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CF6A4C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 14 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7587A6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 13 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B703F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 12 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8F9D6A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 11 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A9BAFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 10 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8F9D6A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 9 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F9EE98</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 8 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 7 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F9EE98</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 6 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 5 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CF6A4C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 4 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7587A6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 3 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B703F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 2 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8F9D6A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON - 1 deep</string> | |
| <key>scope</key> | |
| <string>source.json meta meta.structure.dictionary string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- RUBY CUSTOM ++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # BUILTIN | |
| # | |
| </string><key>scope</key> | |
| <string>support.function.builtin.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0F3F3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.module.ruby keyword.control.module.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CF6A4C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # CLASS | |
| # | |
| </string><key>scope</key> | |
| <string>meta.class.ruby keyword.control.class.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # CLASS METHOD | |
| # | |
| </string><key>scope</key> | |
| <string>meta.function.ruby entity.name.function.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # STRING QUOTED | |
| # | |
| </string><key>scope</key> | |
| <string>string.quoted.single.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>string.quoted.double.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- SLIM +++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # TAG | |
| # | |
| </string><key>scope</key> | |
| <string>entity.name.tag.slime</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D2A8A1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # QUOTED | |
| # | |
| </string><key>scope</key> | |
| <string>text.slime string.quoted.double.html</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- BABEL ES2015 CUSTOM ++++++++++++++++++++++++++++++++++ --> | |
| <!-- JSX ++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # TAG | |
| # | |
| </string><key>scope</key> | |
| <string>entity.name.tag.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D2A8A1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # HTML BALISE | |
| # | |
| </string><key>scope</key> | |
| <string>punctuation.definition.tag.begin.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D2A8A1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>punctuation.definition.tag.end.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D2A8A1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # ATTRIBUTE NAME | |
| # | |
| </string><key>scope</key> | |
| <string>entity.other.attribute-name.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D2A8A1</string> | |
| </dict> | |
| </dict> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- Javascript +++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key> | |
| <string> | |
| # | |
| # META CLASS NAME | |
| # | |
| </string> | |
| <key>scope</key> | |
| <string>meta.class.js entity.name.class.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B86AA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # THIS | |
| # | |
| </string><key>scope</key> | |
| <string>variable.language.this.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AFC4DB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # SELF | |
| # | |
| </string><key>scope</key> | |
| <string>variable.language.self.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AFC4DB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # SUPER | |
| # | |
| </string><key>scope</key> | |
| <string>variable.language.super.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AFC4DB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # HASH | |
| # | |
| </string><key>scope</key> | |
| <string>string.unquoted.label.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#de935f</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.class-method.js variable.parameter.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#de935f</string> | |
| </dict> | |
| </dict> | |
| <!--<dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.curly.js meta.group.braces.curly.js string.quoted.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#de935f</string> | |
| </dict> | |
| </dict>--> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # STATIC VARIABLE (CLASS NAME) | |
| # | |
| </string><key>scope</key> | |
| <string>meta.function-call.static.without-arguments.js variable.other.class.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B86AA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # STATIC VARIABLE (CLASS NAME) | |
| # | |
| </string><key>scope</key> | |
| <string>meta.function-call.static.with-arguments.js variable.other.class.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B86AA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # FUNCTION NAME | |
| # | |
| </string><key>scope</key> | |
| <string>meta.function-call.with-arguments.js variable.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9D88A4</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.function-call.without-arguments.js variable.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <!-- <string>#F0F3F3</string> --> | |
| <string>#9D88A4</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.function.static.js entity.name.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0F3F3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # NEW CLASS | |
| # | |
| </string><key>scope</key> | |
| <string>meta.instance.constructor.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B86AA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.instance.constructor.js variable.function.constructor.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D28F90</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # VARIABLE | |
| # | |
| </string><key>scope</key> | |
| <string>variable.other.object.js variable.other.object.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>variable.other.object.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#B4ADD7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.round.js variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.round.js meta.group.braces.curly.js variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <!-- FUCKED UP STUUFFFFFF --> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <!-- FUCKED UP STUUFFFFFF --> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.curly.js variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.property variable.other.property.static.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0F3F3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # MODULE | |
| # | |
| </string><key>scope</key> | |
| <string>support.type.object.module.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B859D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>keyword.operator.module.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DAD085</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # DOM OBJECTS | |
| # | |
| </string><key>scope</key> | |
| <string>support.type.object.dom.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CDA869</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # FUNCTION | |
| # | |
| </string><key>scope</key> | |
| <string>variable.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <!-- <string>#F0F3F3</string> --> | |
| <string>#D28F90</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>entity.name.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # FUNCTION (IN JSON OBJECT) | |
| # | |
| </string><key>scope</key> | |
| <string>meta.group.braces.round.js entity.name.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # CLASS OBJECT | |
| # | |
| </string><key>scope</key> | |
| <string>variable.other.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B98AB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.property variable.other.class.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8B86AA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.property variable.other.property.static.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#B4ADD7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # CLASS METHOD | |
| # | |
| </string><key>scope</key> | |
| <string>meta.class.js meta.class-method.js entity.name.function.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # CLASS METHOD WITH ARROW | |
| # | |
| </string><key>scope</key> | |
| <string>meta.class.js meta.class.property.js variable.other.property.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC5C5D</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| # | |
| # STRING QUOTED | |
| # | |
| </string><key>scope</key> | |
| <string>string.quoted.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.class.js string.quoted.single.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>string.quoted.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.curly.js meta.group.braces.round.js string.quoted.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key><string> | |
| </string><key>scope</key> | |
| <string>meta.group.braces.curly.js meta.group.braces.round.js string.quoted.jsx</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9FAB80</string> | |
| </dict> | |
| </dict> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <!-- COFFEE SCRIPT CUSTOM +++++++++++++++++++++++++++++++++ --> | |
| <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | |
| <dict> | |
| <key>name</key> | |
| <string>Coffee: Global</string> | |
| <key>scope</key> | |
| <string>source.coffee variable.other.readwrite.instance.coffee</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CDA869</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Coffee: Meta</string> | |
| <key>scope</key> | |
| <string>source.coffee constant.language.self</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CDA869</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Coffee: Global</string> | |
| <key>scope</key> | |
| <string>source.coffee meta.function.coffee entity.name.function.coffee</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CE6564</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment