Created
January 25, 2018 05:39
-
-
Save monecchi/492ad0f948ab66dd8f75519d523192f8 to your computer and use it in GitHub Desktop.
Modified Chrome Color Scheme for Sublime Text with better syntax for mixed PHP HTML JS
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>Mattia Astorino</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>name</key> | |
<string>Material-Theme-Lighter</string> | |
<key>semanticClass</key> | |
<string>theme.light.material_theme_lighter</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#00000070</string> | |
<key>background</key> | |
<string>#fafafa</string> | |
<key>caret</key> | |
<string>#27272790</string> | |
<key>findHighlight</key> | |
<string>#F8E71C</string> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
<key>guide</key> | |
<string>#B0BEC570</string> | |
<key>gutterForeground</key> | |
<string>#CFD8DC</string> | |
<key>invisibles</key> | |
<string>#E7EAEC</string> | |
<key>lineHighlight</key> | |
<string>#90A4AE20</string> | |
<key>popupCss</key> | |
<string> html { background-color: #fafafa; color: #80CBC4; padding: 16px; } a { color: #8796B0; line-height: 16px; } .error, .deleted { color: #E53935; } .success, .inserted { color: #91B859; } .warning, .modified { color: #FFB62C; } .type { color: #39ADB5; font-style: italic; } .param { color: #F76D47; } .current { text-decoration: underline; } </string> | |
<key>selection</key> | |
<string>#BDD6FD</string> | |
<key>selectionBorder</key> | |
<string></string> | |
<key>shadow</key> | |
<string>#90A4AE50</string> | |
<key>stackGuide</key> | |
<string>#B0BEC580</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4A884C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable, string constant.other.placeholder</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A54D9F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid, invalid.illegal, invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E53935</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#91B859</string> | |
<key>foreground</key> | |
<string>#ffffff</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>#7C4DFF</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>keyword, storage.type, storage.modifier</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A54D9F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword, Storage</string> | |
<key>scope</key> | |
<string>storage.type, keyword.control</string> | |
<key>settings</key> | |
<dict> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operator, Misc</string> | |
<key>scope</key> | |
<string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9E899C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag</string> | |
<key>scope</key> | |
<string>entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A54D9F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function, Special Method, Block Level</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other Variable, String Link</string> | |
<key>scope</key> | |
<string>support.other.variable, string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5370</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string> | |
<key>scope</key> | |
<string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String, Symbols, Inherited Class, Markup Heading</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_guttermeta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>normal </string> | |
<key>foreground</key> | |
<string>#4242F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class, Support</string> | |
<key>scope</key> | |
<string>entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Class and Support</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>#CC1313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Sub-methods</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language methods</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.class-method.js entity.name.function.js, variable.function.constructor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC1313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML Attributes</string> | |
<key>scope</key> | |
<string>text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC1313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Classes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Id</string> | |
<key>scope</key> | |
<string>source.sass keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>URL</string> | |
<key>scope</key> | |
<string>*url*, *link*, *uri*</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4242F2</string> | |
<key>fontStyle</key> | |
<string> underline</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>#C17E70</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>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Decorators</string> | |
<key>scope</key> | |
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#6182B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>ES7 Bind Operator</string> | |
<key>scope</key> | |
<string>source.js constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#E53935</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>#91B859</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>#7C4DFF</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>#FF5370</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>#6182B8</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>#C17E70</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>#E53935</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>#2A323A</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>#CC1313</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>#4242F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Plain</string> | |
<key>scope</key> | |
<string>text.html.markdown, punctuation.definition.list_item.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Markup Raw Inline Punctuation</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition.raw.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E7EAEC</string> | |
<key>foreground</key> | |
<string>#000000</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></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Heading</string> | |
<key>scope</key> | |
<string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A54D9F</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>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Bold & Italic</string> | |
<key>scope</key> | |
<string>markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Underline</string> | |
<key>scope</key> | |
<string>markup.underline</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Strike</string> | |
<key>scope</key> | |
<string>markup.strike</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>strike</string> | |
<key>foreground</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E7EAEC</string> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link</string> | |
<key>scope</key> | |
<string>string.other.link.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC1313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Description</string> | |
<key>scope</key> | |
<string>string.other.link.description.title.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4242F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Link Anchor</string> | |
<key>scope</key> | |
<string>constant.other.reference.link.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4242F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup - Raw Block</string> | |
<key>scope</key> | |
<string>markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7C4DFF</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>#90A4AE20</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block</string> | |
<key>scope</key> | |
<string>punctuation.definition.fenced.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#90A4AE20</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Fenced Bode Block Variable</string> | |
<key>scope</key> | |
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80CBC4</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>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCD7DA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown HTML - Punctuation Definition</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.disable-markdown punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#39ADB5</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>#90A4AE20</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#E7EAEC</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></string> | |
<key>foreground</key> | |
<string>#2A323A</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>#6182B8</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>#91B859</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>#F76D47</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>#7C4DFF</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>#FFB62C</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>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotation</string> | |
<key>scope</key> | |
<string>sublimelinter.annotations</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C17E70</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>#E7EAEC</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>#E7EAEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</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>#FFB62C</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>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.default</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8796B0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#91B859</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E53935</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS String</string> | |
<key>scope</key> | |
<string>source.js string.quoted.double.js, | |
source.js string.quoted.double.js punctuation.definition.string.js, | |
source.js string.quoted.single.js, | |
source.js string.quoted.single.js punctuation.definition.string.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CC1313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS Constructor</string> | |
<key>scope</key> | |
<string>source.js meta.class.instance.constructor keyword.operator.new.js, | |
source.js variable.language.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A54D9F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS Keyword, Punctuation</string> | |
<key>scope</key> | |
<string>source.js keyword.operator.js, | |
source.js punctuation.terminator.statement.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2A323A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS Number</string> | |
<key>scope</key> | |
<string>source.js constant.numeric.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4242F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Doctype</string> | |
<key>scope</key> | |
<string>text.html.mt meta.tag.sgml.html meta.tag.sgml.doctype.html entity.name.tag.doctype.html | |
, | |
text.html.mt meta.tag.sgml.html meta.tag.sgml.doctype.html, | |
text.html.mt meta.tag.sgml.html punctuation.definition.tag.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C8C8C8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP Operator</string> | |
<key>scope</key> | |
<string>punctuation.separator.inheritance.php, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDC26D</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>133d1250-19c6-4565-bc93-b37fd36f7fc9</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment