Created
September 28, 2013 19:53
-
-
Save mtchavez/6745883 to your computer and use it in GitHub Desktop.
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>Solarized (dark)</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#002B36</string> | |
<key>caret</key> | |
<string>#839496</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
<key>invisibles</key> | |
<string>#073642</string> | |
<key>lineHighlight</key> | |
<string>#073642</string> | |
<key>selection</key> | |
<string>#570707</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>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>StringNumber</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regexp</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</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>#D33682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</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>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable start</string> | |
<key>scope</key> | |
<string>punctuation.definition.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded code markers</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded.begin, punctuation.section.embedded.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language, meta.preprocessor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.construct</string> | |
<key>scope</key> | |
<string>support.function.construct, keyword.other.new</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</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>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inherited class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<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>bold</string> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag start/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#586E75</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>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Continuation</string> | |
<key>scope</key> | |
<string>punctuation.separator.continuation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<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>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library Exception</string> | |
<key>scope</key> | |
<string>support.type.exception</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Special</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quoted String</string> | |
<key>scope</key> | |
<string>string.quoted.double, string.quoted.single</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin, punctuation.definition.string.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Property name (body)</string> | |
<key>scope</key> | |
<string>entity.name.tag.css, support.type.property-name.css, meta.property-name.css, support.type.property-name.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: @ rules (purple)</string> | |
<key>scope</key> | |
<string>punctuation.definition.keyword.scss, punctuation.definition.keyword.css, keyword.control.at-rule.charset.css, keyword.control.at-rule.charset.scss, keyword.control.each.css, keyword.control.each.scss, keyword.control.else.css, keyword.control.else.scss, keyword.control.at-rule.import.css, keyword.control.at-rule.import.scss, keyword.control.at-rule.fontface.css, keyword.control.at-rule.fontface.scss, keyword.control.for.css, keyword.control.for.scss, keyword.control.at-rule.function.css, keyword.control.at-rule.function.scss, keyword.control.if.css, keyword.control.if.scss, keyword.control.at-rule.include.scss, keyword.control.at-rule.media.css, keyword.control.at-rule.media.scss, keyword.control.at-rule.font-face.css, keyword.control.at-rule.font-face.scss, meta.at-rule.import.css, variable.other.less, variable.declaration.less, variable.interpolation.less, meta.at-rule.media.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6C71c4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Numeric Value (blue)</string> | |
<key>scope</key> | |
<string>constant.numeric.css, keyword.other.unit.css, keyword.unit.css, constant.other.color.rgb-value.css, constant.numeric.scss, constant.other.color.rgb-value.scss, keyword.other.unit.scss, punctuation.definition.constant.scss, punctuation.definition.constant.css, constant.other.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: String, value and constants (azure)</string> | |
<key>scope</key> | |
<string>variable.parameter.url.scss, meta.property-value.css, meta.property-value.scss, support.constant.property-value.scss, support.constant.font-name.scss, string.quoted.single.css, string.quoted.double.css, constant.character.escaped.css, string.quoted.variable.parameter.url, punctuation.definition.string.begin.scss, punctuation.definition.string.begin.css, punctuation.definition.string.end.scss, punctuation.definition.string.end.css, support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: !Important (red)</string> | |
<key>scope</key> | |
<string>keyword.other.important.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Standard color value (orange)</string> | |
<key>scope</key> | |
<string>support.constant.color, invalid.deprecated.color.w3c-non-standard-color-name.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4b16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: : , () (body)</string> | |
<key>scope</key> | |
<string>punctuation.terminator.rule.css, punctuation.section.function.css, punctuation.section.function.scss, punctuation.separator.key-value.csspunctuation.scss, punctuation.css, keyword.operator.less, entity.name.tag.wildcard.scss, entity.name.tag.wildcard.css, entity.name.tag.reference.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#657B83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Selector > [] and non-spec tags (body)</string> | |
<key>scope</key> | |
<string>meta.selector.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#657B83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: Tag (green)</string> | |
<key>scope</key> | |
<string>entity.name.tag.css, entity.name.tag.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS .class (yellow)</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css, entity.other.less.mixin</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS: #id (yellow)</string> | |
<key>scope</key> | |
<string>source.css entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS :pseudo (orange)</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SCSS: Variables (pink)</string> | |
<key>scope</key> | |
<string>variable, variable.scss</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D33682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Function Name</string> | |
<key>scope</key> | |
<string>meta.function.js, entity.name.function.js, support.function.dom.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Source</string> | |
<key>scope</key> | |
<string>text.html.basic source.js.embedded.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Function</string> | |
<key>scope</key> | |
<string>storage.type.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Numeric Constant</string> | |
<key>scope</key> | |
<string>constant.numeric.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: []</string> | |
<key>scope</key> | |
<string>meta.brace.square.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS: Storage Type</string> | |
<key>scope</key> | |
<string>storage.type.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>()</string> | |
<key>scope</key> | |
<string>meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>{}</string> | |
<key>scope</key> | |
<string>meta.brace.curly.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Doctype</string> | |
<key>scope</key> | |
<string>entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Comment Block</string> | |
<key>scope</key> | |
<string>comment.block.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Script</string> | |
<key>scope</key> | |
<string>entity.name.tag.script.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Style</string> | |
<key>scope</key> | |
<string>source.css.embedded.html string.quoted.double.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Text</string> | |
<key>scope</key> | |
<string>text.html.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: =</string> | |
<key>scope</key> | |
<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#657B83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: something=</string> | |
<key>scope</key> | |
<string>text.html.basic entity.other.attribute-name.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#657B83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: "</string> | |
<key>scope</key> | |
<string>text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: <tag></string> | |
<key>scope</key> | |
<string>entity.name.tag.block.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: style</string> | |
<key>scope</key> | |
<string>source.css.embedded.html entity.name.tag.style.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: <style></string> | |
<key>scope</key> | |
<string>entity.name.tag.style.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: {}</string> | |
<key>scope</key> | |
<string>text.html.basic, punctuation.section.property-list.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Embeddable</string> | |
<key>scope</key> | |
<string>source.css.embedded.html, comment.block.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Variable definition</string> | |
<key>scope</key> | |
<string>punctuation.definition.variable.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Function Name</string> | |
<key>scope</key> | |
<string>meta.function.method.with-arguments.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#657B83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Variable</string> | |
<key>scope</key> | |
<string>variable.language.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Function</string> | |
<key>scope</key> | |
<string>entity.name.function.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Keyword Control</string> | |
<key>scope</key> | |
<string>keyword.control.ruby, keyword.control.def.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Class</string> | |
<key>scope</key> | |
<string>keyword.control.class.ruby, meta.class.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Class Name</string> | |
<key>scope</key> | |
<string>entity.name.type.class.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Keyword</string> | |
<key>scope</key> | |
<string>keyword.control.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Support Class</string> | |
<key>scope</key> | |
<string>support.class.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Special Method</string> | |
<key>scope</key> | |
<string>keyword.other.special-method.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Constant</string> | |
<key>scope</key> | |
<string>constant.language.ruby, constant.numeric.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Constant Other</string> | |
<key>scope</key> | |
<string>variable.other.constant.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: :symbol</string> | |
<key>scope</key> | |
<string>constant.other.symbol.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Punctuation Section ''</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: Special Method</string> | |
<key>scope</key> | |
<string>keyword.other.special-method.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Include</string> | |
<key>scope</key> | |
<string>keyword.control.import.include.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: erb =</string> | |
<key>scope</key> | |
<string>text.html.ruby meta.tag.inline.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby: erb ""</string> | |
<key>scope</key> | |
<string>text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Quoted Single</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin, punctuation.definition.string.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Class Names</string> | |
<key>scope</key> | |
<string>support.class.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: []</string> | |
<key>scope</key> | |
<string>keyword.operator.index-start.php, keyword.operator.index-end.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Array</string> | |
<key>scope</key> | |
<string>meta.array.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Array()</string> | |
<key>scope</key> | |
<string>meta.array.php support.function.construct.php, meta.array.empty.php support.function.construct.php</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Array Construct</string> | |
<key>scope</key> | |
<string>support.function.construct.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Array Begin</string> | |
<key>scope</key> | |
<string>punctuation.definition.array.begin, punctuation.definition.array.end</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Numeric Constant</string> | |
<key>scope</key> | |
<string>constant.numeric.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: New</string> | |
<key>scope</key> | |
<string>keyword.other.new.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: ::</string> | |
<key>scope</key> | |
<string>keyword.operator.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Other Property</string> | |
<key>scope</key> | |
<string>variable.other.property.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Class</string> | |
<key>scope</key> | |
<string>storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Semicolon</string> | |
<key>scope</key> | |
<string>punctuation.terminator.expression.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Inherited Class</string> | |
<key>scope</key> | |
<string>meta.other.inherited-class.php</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Storage Type</string> | |
<key>scope</key> | |
<string>storage.type.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Function</string> | |
<key>scope</key> | |
<string>entity.name.function.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Function Construct</string> | |
<key>scope</key> | |
<string>support.function.construct.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Function Call</string> | |
<key>scope</key> | |
<string>entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Comment</string> | |
<key>scope</key> | |
<string>keyword.other.phpdoc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Source Emebedded</string> | |
<key>scope</key> | |
<string>source.php.embedded.block.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP: Storage Type Function</string> | |
<key>scope</key> | |
<string>storage.type.function.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: constant</string> | |
<key>scope</key> | |
<string>constant.numeric.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: Meta Preprocessor</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c.include, meta.preprocessor.macro.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: Keyword</string> | |
<key>scope</key> | |
<string>keyword.control.import.define.c, keyword.control.import.include.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: Function Preprocessor</string> | |
<key>scope</key> | |
<string>entity.name.function.preprocessor.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: include <something.c></string> | |
<key>scope</key> | |
<string>meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: Function</string> | |
<key>scope</key> | |
<string>support.function.C99.c, support.function.any-method.c, entity.name.function.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#93A1A1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: "</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin.c, punctuation.definition.string.end.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C: Storage Type</string> | |
<key>scope</key> | |
<string>storage.type.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</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>background</key> | |
<string>#B58900</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#EEE8D5</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>#EEE8D5</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</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>#EEE8D5</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</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>#EEE8D5</string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>reST raw</string> | |
<key>scope</key> | |
<string>text.restructuredtext markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other: Removal</string> | |
<key>scope</key> | |
<string>other.package.exclude, other.remove</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other: Add</string> | |
<key>scope</key> | |
<string>other.add</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: {}</string> | |
<key>scope</key> | |
<string>punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: {text}</string> | |
<key>scope</key> | |
<string>meta.group.braces.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Other Math</string> | |
<key>scope</key> | |
<string>string.other.math.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: {var}</string> | |
<key>scope</key> | |
<string>variable.parameter.function.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Math \\</string> | |
<key>scope</key> | |
<string>punctuation.definition.constant.math.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Constant Math</string> | |
<key>scope</key> | |
<string>text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Other Math String</string> | |
<key>scope</key> | |
<string>string.other.math.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: $</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: \label</string> | |
<key>scope</key> | |
<string>keyword.control.label.latex, text.tex.latex constant.other.general.math.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: \label { }</string> | |
<key>scope</key> | |
<string>variable.parameter.definition.label.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Function</string> | |
<key>scope</key> | |
<string>support.function.be.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Support Function Section</string> | |
<key>scope</key> | |
<string>support.function.section.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Support Function</string> | |
<key>scope</key> | |
<string>support.function.general.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Comment</string> | |
<key>scope</key> | |
<string>punctuation.definition.comment.tex, comment.line.percentage.tex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tex: Reference Label</string> | |
<key>scope</key> | |
<string>keyword.control.ref.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Python: storage</string> | |
<key>scope</key> | |
<string>storage.type.class.python, storage.type.function.python, storage.modifier.global.python</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Python: import</string> | |
<key>scope</key> | |
<string>keyword.control.import.python, keyword.control.import.from.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Python: Support.exception</string> | |
<key>scope</key> | |
<string>support.type.exception.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: builtin</string> | |
<key>scope</key> | |
<string>support.function.builtin.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: variable</string> | |
<key>scope</key> | |
<string>variable.other.normal.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: DOT_FILES</string> | |
<key>scope</key> | |
<string>source.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: meta scope in loop</string> | |
<key>scope</key> | |
<string>meta.scope.for-in-loop.shell, variable.other.loop.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: ""</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: Meta Block</string> | |
<key>scope</key> | |
<string>meta.scope.case-block.shell, meta.scope.case-body.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: []</string> | |
<key>scope</key> | |
<string>punctuation.definition.logical-expression.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Shell: Comment</string> | |
<key>scope</key> | |
<string>comment.line.number-sign.shell</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Java: import</string> | |
<key>scope</key> | |
<string>keyword.other.import.java</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CB4B16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Java: meta-import</string> | |
<key>scope</key> | |
<string>storage.modifier.import.java</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Java: Class</string> | |
<key>scope</key> | |
<string>meta.class.java storage.modifier.java</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Java: /* comment */</string> | |
<key>scope</key> | |
<string>source.java comment.block</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Java: /* @param */</string> | |
<key>scope</key> | |
<string>comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Perl: variables</string> | |
<key>scope</key> | |
<string>punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Perl: functions</string> | |
<key>scope</key> | |
<string>support.function.perl</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#859900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Perl: comments</string> | |
<key>scope</key> | |
<string>comment.line.number-sign.perl</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#586E75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Perl: quotes</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Perl: \char</string> | |
<key>scope</key> | |
<string>constant.character.escape.perl</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>Name</key> | |
<string>Markdown punctuation</string> | |
<key>scope</key> | |
<string>markup.list, text.html.markdown punctuation.definition, meta.separator.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB4b16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>Name</key> | |
<string>Markdown heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#268BD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>Name</key> | |
<string>Markdown text inside some block element</string> | |
<key>scope</key> | |
<string>markup.quote, meta.paragraph.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AA198</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>Name</key> | |
<string>Markdown em</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>Markdown strong</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>Markdown reference</string> | |
<key>scope</key> | |
<string>markup.underline.link.markdown, meta.link.inline punctuation.definition.metadata, meta.link.reference.markdown punctuation.definition.constant, meta.link.reference.markdown constant.other.reference</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>Name</key> | |
<string>Markdown linebreak</string> | |
<key>scope</key> | |
<string>meta.paragraph.markdown meta.dummy.line-break</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6C71c4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotations</string> | |
<key>scope</key> | |
<string>sublimelinter.notes</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eee8d5</string> | |
<key>foreground</key> | |
<string>#eee8d5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#93a1a1</string> | |
<key>foreground</key> | |
<string>#93a1a1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dc322f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#839496</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#657b83</string> | |
<key>foreground</key> | |
<string>#657b83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cb4b16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeBracketHighlighter</string> | |
<key>scope</key> | |
<string>brackethighlighter.all</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#002b36</string> | |
<key>foreground</key> | |
<string>#cb4b16</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>A4299D9B-1DE5-4BC4-87F6-A757E71B1597</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment