Created
January 9, 2018 20:56
-
-
Save JohntorSnippets/39e1cba5b397d70e78abfd99d3648810 to your computer and use it in GitHub Desktop.
JohntorDarkColorScheme2017
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>Johntor Dark Color Scheme 2017</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#121E31</string> | |
| <key>caret</key> | |
| <string>#aaaaaa</string> | |
| <key>foreground</key> | |
| <string>#555555</string> | |
| <key>invisibles</key> | |
| <string>#AAAAAA</string> | |
| <key>lineHighlight</key> | |
| <string>#FFFFFF21</string> | |
| <key>selection</key> | |
| <string>#7Cb6f1</string> | |
| <key>selectionForeground</key> | |
| <string>#FFFFFF</string> | |
| <key>gutter</key> | |
| <string>#0e4674</string> | |
| <key>gutterForeground</key> | |
| <string>#9cccf3</string> | |
| <key>guide</key> | |
| <string>#135e9b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Source base background</string> | |
| <key>scope</key> | |
| <string>text, punctuation,meta.paragraph.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Screen</string> | |
| <key>scope</key> | |
| <string>source.txt screen</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#82B026</string> | |
| <key>background</key> | |
| <string>#0D1309</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CopyBlock</string> | |
| <key>scope</key> | |
| <string>source.txt copyblock</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#00b1fe</string> | |
| <key>background</key> | |
| <string>#0D0913</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comments</string> | |
| <key>scope</key> | |
| <string>comment, comment.line, comment.block, punctuation.definition.comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#969696</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8FE28F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StringNumber</string> | |
| <key>scope</key> | |
| <string>support</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#C88787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Regexp | Single Quote | Double Quote | Regex</string> | |
| <key>scope</key> | |
| <string>string.regexp,meta.literal.regexp,keyword.other.main</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#00b1fe</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#FF8787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable, variable.language, meta.block, variable.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#C7E0FA</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7CB6F1</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6F94DD</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class, entity.name.type.class, support.function.modifier.key</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF9600</string> | |
| <key>fontStyle</key> | |
| <string>bold italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function name</string> | |
| <key>scope</key> | |
| <string>meta.function, entity.name.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3467D1</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable start</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.variable, meta.paragraph.list.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#C7E0FA</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded code markers</string> | |
| <key>scope</key> | |
| <string>punctuation.section.embedded.begin, punctuation.section.embedded.end, keyword.operator, keyword.control,support.class.character-class,keyword.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEEEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Built-in constant</string> | |
| <key>scope</key> | |
| <string>constant, entity.name.constant, constant.language, meta.preprocessor</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#BD9AFF</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#CC0000</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>#BD9AFF</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> | |
| <dict> | |
| <key>name</key> | |
| <string>Function argument</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag name</string> | |
| <key>scope</key> | |
| <string>entity.name.tag, entity.name.section.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#7CB6F1</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>#6F94DD</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag attribute</string> | |
| <key>scope</key> | |
| <string>meta.object-literal.key.js, entity.other, support.class.import</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag attribute</string> | |
| <key>scope</key> | |
| <string>storage.type, storage.type.annotation.java</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java function</string> | |
| <key>scope</key> | |
| <string>meta.method.body.java, storage.modifier.java</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java types</string> | |
| <key>scope</key> | |
| <string>storage.type.primitive</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7CB6F1</string> | |
| <key>fontStyle</key> | |
| <string>bold</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>#7CB6F1</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>#219186</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library constant</string> | |
| <key>scope</key> | |
| <string>markup, support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| <key>fontStyle</key> | |
| <string> italic</string> | |
| </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>#89A7E4</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library Exception</string> | |
| <key>scope</key> | |
| <string>meta, support.type.exception</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF9600</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> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Quoted String</string> | |
| <key>scope</key> | |
| <string>string.quoted.double</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8FE28F</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>CC0000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Property</string> | |
| <key>scope</key> | |
| <string>entity.name.tag.css, support.type.property-name.css, meta.property-name.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7CB6F1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: @font-face</string> | |
| <key>scope</key> | |
| <string>source.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9BD22D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Selector</string> | |
| <key>scope</key> | |
| <string>meta.selector.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AAAAAA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: {}</string> | |
| <key>scope</key> | |
| <string>punctuation.section.property-list.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Numeric Value</string> | |
| <key>scope</key> | |
| <string>meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#FF8787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Value</string> | |
| <key>scope</key> | |
| <string>meta.property-value.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#BD9AFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: !Important</string> | |
| <key>scope</key> | |
| <string>keyword.other.important.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC0000</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Standard Value</string> | |
| <key>scope</key> | |
| <string>support.constant.color</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8FE28F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: Tag</string> | |
| <key>scope</key> | |
| <string>entity.name.tag.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: : ,</string> | |
| <key>scope</key> | |
| <string>punctuation.separator.key-value.css, punctuation.terminator.rule.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS .class</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name.class.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS :pseudo</string> | |
| <key>scope</key> | |
| <string>entity, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#FF9600</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>CSS: #id</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name.id.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#C7E0FA</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>#7CB6F1</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JS: Source</string> | |
| <key>scope</key> | |
| <string>text.html.basic source.js.embedded.html,markup.raw.code-fence.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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>#6F94DD</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#FF8787</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>#FFFFFF</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>#C7E0FA</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#FFFFFF</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#FFFFFF</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>HTML: Doctype</string> | |
| <key>scope</key> | |
| <string>entity.name.tag.doctype.html, meta.tag.sgml.html, doctype.identifiers-and-DTDs.html</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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: Text</string> | |
| <key>scope</key> | |
| <string>text.html.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF9600</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 /> | |
| <key>foreground</key> | |
| <string>#FFFFFF</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>#F0EB8E</string> | |
| <key>fontStyle</key> | |
| <string> bold</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 /> | |
| <key>foreground</key> | |
| <string>#8FE28F</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 /> | |
| </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 /> | |
| </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>foreground</key> | |
| <string>#AAAAAA</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 /> | |
| <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>#3467D1</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>#6F94DD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Ruby: Function</string> | |
| <key>scope</key> | |
| <string>variable.function.js, entity.name.function.ruby</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCCF3</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>#9CCCF3</string> | |
| <key>fontStyle</key> | |
| <string> bold</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> bold</string> | |
| <key>foreground</key> | |
| <string>#FF9600</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> bold</string> | |
| <key>foreground</key> | |
| <string>#7CB6F1</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 /> | |
| <key>foreground</key> | |
| <string>#A57800</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword Other</string> | |
| <key>scope</key> | |
| <string>keyword.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#748B00</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> italic</string> | |
| <key>foreground</key> | |
| <string>#BD9AFF</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> bold</string> | |
| <key>foreground</key> | |
| <string>#CC00CC</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>#9BD22D</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>#BD4000</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>#CC00CC</string> | |
| <key>fontStyle</key> | |
| <string> bold</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 /> | |
| <key>foreground</key> | |
| <string>#BD9AFF</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 /> | |
| <key>foreground</key> | |
| <string>#9BD22D</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>#8FE28F</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#FF9600</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#AAAAAA</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>#AAAAAA</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> bold</string> | |
| <key>foreground</key> | |
| <string>#F0EB8E</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>#00CCCC</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>#AAAAAA</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>#FF8787</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>#7CB6F1</string> | |
| <key>fontStyle</key> | |
| <string> bold</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 /> | |
| <key>foreground</key> | |
| <string>#FFFFFF</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>#F0EB8E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>PHP: Class</string> | |
| <key>scope</key> | |
| <string>storage, storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6F94DD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>PHP: Class Function</string> | |
| <key>settings</key> | |
| <dict> | |
| </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>#AAAAAA</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 /> | |
| <key>foreground</key> | |
| <string>#FF9600</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>#6F94DD</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#3467D1</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>#6F94DD</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>#FF9600</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 /> | |
| <key>foreground</key> | |
| <string>#969696</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>#AAAAAA</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>#6F94DD</string> | |
| <key>fontStyle</key> | |
| <string> bold</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 /> | |
| <key>foreground</key> | |
| <string>#BD9AFF</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> bold</string> | |
| <key>foreground</key> | |
| <string>#CC00CC</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> bold</string> | |
| <key>foreground</key> | |
| <string>#7CB6F1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>C: Function Preprocessor</string> | |
| <key>scope</key> | |
| <string>meta.group, entity.name.function.preprocessor.c</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#7CB6F1</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>foreground</key> | |
| <string>#FFFFFF</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> bold</string> | |
| <key>foreground</key> | |
| <string>#3467D1</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> bold</string> | |
| <key>foreground</key> | |
| <string>#8FE28F</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> bold</string> | |
| <key>foreground</key> | |
| <string>#6F94DD</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>#A57800</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#FFFFFF</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>#EEEECC</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#CC0000</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>#EEEECC</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#BD4000</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>#EEEECC</string> | |
| <key>foreground</key> | |
| <string>#269186</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Linebreak</string> | |
| <key>scope</key> | |
| <string>text.html.markdown meta.dummy.line-break</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#A57800</string> | |
| <key>foreground</key> | |
| <string>#AAAAAA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown Text</string> | |
| <key>scope</key> | |
| <string>text.html.markdown</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markdown: Raw</string> | |
| <key>scope</key> | |
| <string>text.html.markdown markup.raw.inline</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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>#269186</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Other: Removal</string> | |
| <key>scope</key> | |
| <string>punctuation.definition, other.package.exclude, other.remove</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#FF8787</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>#8FE28F</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 /> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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 /> | |
| <key>foreground</key> | |
| <string>#8FE28F</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 /> | |
| <key>foreground</key> | |
| <string>#FF8787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tex: {var}</string> | |
| <key>scope</key> | |
| <string>variable.parameter, variable.parameter.function.latex</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#7CB6F1</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 /> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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 /> | |
| <key>foreground</key> | |
| <string>#BD9AFF</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 /> | |
| <key>foreground</key> | |
| <string>#9BD22D</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 /> | |
| <key>foreground</key> | |
| <string>#00CCCC</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 /> | |
| <key>foreground</key> | |
| <string>#FF9600</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 /> | |
| <key>foreground</key> | |
| <string>#F0EB8E</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 /> | |
| <key>foreground</key> | |
| <string>#C7E0FA</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> bold</string> | |
| <key>foreground</key> | |
| <string>#3467D1</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> bold</string> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tex: Comment</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.comment.tex</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#AAAAAA</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> italic</string> | |
| <key>foreground</key> | |
| <string>#FF9600</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> bold</string> | |
| <key>foreground</key> | |
| <string>#6F94DD</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>#CC00CC</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#F0EB8E</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>#AAAAAA</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 /> | |
| <key>foreground</key> | |
| <string>#6F94DD</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>foreground</key> | |
| <string>#FF9600</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 /> | |
| <key>foreground</key> | |
| <string>#8FE28F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Shell: Meta Block</string> | |
| <key>scope</key> | |
| <string>meta.scope.case-block.shell,meta.block.contexts.sublime-syntax meta.scope.sublime-syntax string.unquoted.plain.out.yaml, meta.scope.case-body.shell</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#9CCCF3</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 /> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java: import</string> | |
| <key>scope</key> | |
| <string>keyword.other.import</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#7CB6F1</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> bold</string> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java: Class</string> | |
| <key>scope</key> | |
| <string>meta.class.java storage.modifier.java, storage.modifier.implements.java</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java: Class</string> | |
| <key>scope</key> | |
| <string> meta.class.identifier.java storage.modifier.java</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#9CCCF3</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 /> | |
| <key>foreground</key> | |
| <string>#AAAAAA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Java: /* @param */</string> | |
| <key>scope</key> | |
| <string>punctuation.definition, comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#969696</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>#7CB6F1</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>#6F94DD</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>#8FE28F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Perl: \char</string> | |
| <key>scope</key> | |
| <string>string.quoted.single</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9BD22D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| <key>background</key> | |
| <string>#800000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Characters</string> | |
| <key>scope</key> | |
| <string>constant.character</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9BD22D</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>#cc0000</string> | |
| <key>fontStyle</key> | |
| <string> bold</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>#cccc00</string> | |
| <key>fontStyle</key> | |
| <string> bold</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> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bracket Tag</string> | |
| <key>scope</key> | |
| <string>bh.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| <key>background</key> | |
| <string>#D16734</string> | |
| <key>fontStyle</key> | |
| <string> italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bracket Curly</string> | |
| <key>scope</key> | |
| <string>bh.curly</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| <key>background</key> | |
| <string>#0D71C7</string> | |
| <key>fontStyle</key> | |
| <string> bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bracket Round</string> | |
| <key>scope</key> | |
| <string>bh.round</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| <key>background</key> | |
| <string>#0D71C7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bracket Square</string> | |
| <key>scope</key> | |
| <string>bh.square</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| <key>background</key> | |
| <string>#0D71C7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bracket Angle</string> | |
| <key>scope</key> | |
| <string>bh.angle</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffffff</string> | |
| <key>background</key> | |
| <string>#0D71C7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Unmatched</string> | |
| <key>scope</key> | |
| <string>bh.unmatched</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| <key>background</key> | |
| <string>#CC0000</string> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>source, source.java</string> | |
| <key>scope</key> | |
| <string>source, source.java</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEEEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 000000</string> | |
| <key>scope</key> | |
| <string>jcolor.val000000</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 00CCCC</string> | |
| <key>scope</key> | |
| <string>jcolor.val00CCCC</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#00CCCC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 0D71C7</string> | |
| <key>scope</key> | |
| <string>jcolor.val0D71C7</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0D71C7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 0E4674</string> | |
| <key>scope</key> | |
| <string>jcolor.val0E4674</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0E4674</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 121E31</string> | |
| <key>scope</key> | |
| <string>jcolor.val121E31</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#121E31</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 135E9B</string> | |
| <key>scope</key> | |
| <string>jcolor.val135E9B</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#135E9B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 219186</string> | |
| <key>scope</key> | |
| <string>jcolor.val219186</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#219186</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 268BD2</string> | |
| <key>scope</key> | |
| <string>jcolor.val268BD2</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#268BD2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 269186</string> | |
| <key>scope</key> | |
| <string>jcolor.val269186</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#269186</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 3467D1</string> | |
| <key>scope</key> | |
| <string>jcolor.val3467D1</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3467D1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 555555</string> | |
| <key>scope</key> | |
| <string>jcolor.val555555</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#555555</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 6F94DD</string> | |
| <key>scope</key> | |
| <string>jcolor.val6F94DD</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6F94DD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 748B00</string> | |
| <key>scope</key> | |
| <string>jcolor.val748B00</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#748B00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 7CB6F1</string> | |
| <key>scope</key> | |
| <string>jcolor.val7CB6F1</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#7CB6F1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 800000</string> | |
| <key>scope</key> | |
| <string>jcolor.val800000</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#800000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 89A7E4</string> | |
| <key>scope</key> | |
| <string>jcolor.val89A7E4</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#89A7E4</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 8FE28F</string> | |
| <key>scope</key> | |
| <string>jcolor.val8FE28F</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8FE28F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 969696</string> | |
| <key>scope</key> | |
| <string>jcolor.val969696</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#969696</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 9BD22D</string> | |
| <key>scope</key> | |
| <string>jcolor.val9BD22D</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9BD22D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor 9CCCF3</string> | |
| <key>scope</key> | |
| <string>jcolor.val9CCCF3</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9CCCF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor A57800</string> | |
| <key>scope</key> | |
| <string>jcolor.valA57800</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A57800</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor AAAAAA</string> | |
| <key>scope</key> | |
| <string>jcolor.valAAAAAA</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AAAAAA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor BD4000</string> | |
| <key>scope</key> | |
| <string>jcolor.valBD4000</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#BD4000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor BD9AFF</string> | |
| <key>scope</key> | |
| <string>jcolor.valBD9AFF</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#BD9AFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor C7E0FA</string> | |
| <key>scope</key> | |
| <string>jcolor.valC7E0FA</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#C7E0FA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor C88787</string> | |
| <key>scope</key> | |
| <string>jcolor.valC88787</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#C88787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor CB4B16</string> | |
| <key>scope</key> | |
| <string>jcolor.valCB4B16</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CB4B16</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor CC0000</string> | |
| <key>scope</key> | |
| <string>jcolor.valCC0000</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC0000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor CC00CC</string> | |
| <key>scope</key> | |
| <string>jcolor.valCC00CC</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC00CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor CCCC00</string> | |
| <key>scope</key> | |
| <string>jcolor.valCCCC00</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCCC00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor EEEECC</string> | |
| <key>scope</key> | |
| <string>jcolor.valEEEECC</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEECC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor F08602</string> | |
| <key>scope</key> | |
| <string>jcolor.valF08602</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF9600</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor F0EB8E</string> | |
| <key>scope</key> | |
| <string>jcolor.valF0EB8E</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0EB8E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor FF8787</string> | |
| <key>scope</key> | |
| <string>jcolor.valFF8787</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF8787</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor FF9600</string> | |
| <key>scope</key> | |
| <string>jcolor.valFF9600</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF9600</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>jcolor FFFFFF</string> | |
| <key>scope</key> | |
| <string>jcolor.valFFFFFF</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>SublimePythonIDE Warning</string> | |
| <key>scope</key> | |
| <string>sublimepythonide.mark.warning</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EDBA00</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>SublimePythonIDE Gutter Mark</string> | |
| <key>scope</key> | |
| <string>sublimepythonide.gutter-mark</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>SublimePythonIDE Error</string> | |
| <key>scope</key> | |
| <string>sublimepythonide.mark.error</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DA2000</string> | |
| </dict> | |
| </dict></array> | |
| <key>uuid</key> | |
| <string>A4299D9B-1DE5-4BC4-87F6-A757E71B1597</string> | |
| <key>license</key> | |
| <string> | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| </string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>semanticClass</key> | |
| <string>theme.dark.johntor_dark_theme</string> | |
| <key>author</key> | |
| <string>Johntor</string> | |
| <key>comment</key> | |
| <string>New Johntor Dark Theme</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment