Last active
September 30, 2019 18:42
-
-
Save Fortyseven/6c936a5c1ed62e838ec8eb310120fd94 to your computer and use it in GitHub Desktop.
Deus Ex MD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <!-- Generated by: TmTheme-Editor --> | |
| <!-- ============================================ --> | |
| <!-- app: http://tmtheme-editor.herokuapp.com --> | |
| <!-- code: https://github.com/aziz/tmTheme-Editor --> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Deus Ex</string> | |
| <key>author</key> | |
| <string>Fortyseven</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#141414</string> | |
| <key>caret</key> | |
| <string>#FFFF00</string> | |
| <key>foreground</key> | |
| <string>#EDA723</string> | |
| <key>invisibles</key> | |
| <string>#2C2C2C</string> | |
| <key>lineHighlight</key> | |
| <string>#0F0F0F</string> | |
| <key>selection</key> | |
| <string>#2C2C2C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#606060</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFF00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comparision Operator</string> | |
| <key>scope</key> | |
| <string>keyword.operator.comparison</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Assignment Operator</string> | |
| <key>scope</key> | |
| <string>keyword.operator.assignment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Arithmetic Operator</string> | |
| <key>scope</key> | |
| <string>keyword.operator.arithmetic</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</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>#03FFD1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>User-defined constant</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#B4CEA8</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Built-in constant</string> | |
| <key>scope</key> | |
| <string>constant.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Boolean</string> | |
| <key>scope</key> | |
| <string>constant.language.boolean</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#569CD6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFAA00</string> | |
| <key>fontStyle</key> | |
| <string> underline</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String interpolation</string> | |
| <key>scope</key> | |
| <string>constant.character.escape, string source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFCC00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Preprocessor line</string> | |
| <key>scope</key> | |
| <string>meta.preprocessor</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Preprocessor directive</string> | |
| <key>scope</key> | |
| <string>keyword.control.import</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF0000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function name</string> | |
| <key>scope</key> | |
| <string>entity.name.function, keyword.other.name-of-parameter.objc</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A7BB1B</string> | |
| <key>background</key> | |
| <string></string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#03FFD1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Type name</string> | |
| <key>scope</key> | |
| <string>storage.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Type modifier</string> | |
| <key>scope</key> | |
| <string>storage.modifier</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#569CD6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Inherited class name</string> | |
| <key>scope</key> | |
| <string>entity.other.inherited-class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#4EC9B0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function parameter</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#A7BC17</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function argument and result types</string> | |
| <key>scope</key> | |
| <string>storage.type.method</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#70727E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Section</string> | |
| <key>scope</key> | |
| <string>meta.section entity.name.section, declaration.section entity.name.section</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library function</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#9B9B9B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library object</string> | |
| <key>scope</key> | |
| <string>support.class, support.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#FFFF00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library constant</string> | |
| <key>scope</key> | |
| <string>support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9B9B9B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library variable</string> | |
| <key>scope</key> | |
| <string>support.variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JS: Operator</string> | |
| <key>scope</key> | |
| <string>keyword.operator.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFF00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ff3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid trailing whitespace</string> | |
| <key>scope</key> | |
| <string>invalid.deprecated.trailing-whitespace</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded source</string> | |
| <key>scope</key> | |
| <string>text source, string.unquoted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#282828</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup XML declaration</string> | |
| <key>scope</key> | |
| <string>meta.xml-processing, declaration.xml-processing</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#68685B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup DOCTYPE</string> | |
| <key>scope</key> | |
| <string>meta.doctype, declaration.doctype</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup DTD</string> | |
| <key>scope</key> | |
| <string>meta.doctype.DTD, declaration.doctype.DTD</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup tag</string> | |
| <key>scope</key> | |
| <string>meta.tag, declaration.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#808080</string> | |
| <key>background</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup name of tag</string> | |
| <key>scope</key> | |
| <string>entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEA724</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup tag attribute</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFF00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: Attribute Value</string> | |
| <key>scope</key> | |
| <string>string.quoted.double.xml, string.quoted.double.html</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: Heading</string> | |
| <key>scope</key> | |
| <string>markup.heading</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#03FFD1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: Quote</string> | |
| <key>scope</key> | |
| <string>markup.quote</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup: List</string> | |
| <key>scope</key> | |
| <string>markup.list</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DCDCDC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css tag-name</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFF00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css:pseudo-class</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.other.attribute-name.tag.pseudo-class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css#id</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.other.attribute-name.id</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFCC00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css.class</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.other.attribute-name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A7BC17</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css property-name:</string> | |
| <key>scope</key> | |
| <string>support.type.property-name.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css property-value;</string> | |
| <key>scope</key> | |
| <string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFCC00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>§ css @at-rule</string> | |
| <key>scope</key> | |
| <string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF3333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>C#: XML Comment Tags</string> | |
| <key>scope</key> | |
| <string>source.cs comment.block.documentation.source.cs meta.tag.xml, source.cs comment.block.documentation.source.cs meta.tag.xml entity.name.tag.localname.xml, source.cs comment.block.documentation.source.cs meta.tag.xml entity.other.attribute-name</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#608B4E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>GitGutter deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted.git_gutter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F92672</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>GitGutter inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted.git_gutter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A6E22E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>GitGutter changed</string> | |
| <key>scope</key> | |
| <string>markup.changed.git_gutter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#967EFB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>GitGutter ignored</string> | |
| <key>scope</key> | |
| <string>markup.ignored.git_gutter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#565656</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>GitGutter untracked</string> | |
| <key>scope</key> | |
| <string>markup.untracked.git_gutter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#565656</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Git Modified Line</string> | |
| <key>scope</key> | |
| <string>git.changes.x</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#272852</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Git Added Line</string> | |
| <key>scope</key> | |
| <string>git.changes.+</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#275822</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Git Remove Line</string> | |
| <key>scope</key> | |
| <string>git.changes.-</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#A72822</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>2fd1a8f9-ddfd-11e2-a28f-080020013013</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>semanticClass</key> | |
| <string>theme.dark.deus_ex_md</string> | |
| <key>comment</key> | |
| <string>Loosely inspired by the UI colors from Deus Ex</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment