Last active
December 14, 2018 21:24
-
-
Save amiroff/3992333 to your computer and use it in GitHub Desktop.
My custom modified Mac Classic Textmate/ST2 Theme
This file contains 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>author</key> | |
<string>Chris Thomas</string> | |
<key>name</key> | |
<string>Mac Classic</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F2F2F2</string> | |
<key>caret</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>invisibles</key> | |
<string>#BFBFBF</string> | |
<key>lineHighlight</key> | |
<string>#00000012</string> | |
<key>selection</key> | |
<string>#4D97FF54</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#c0c0c0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword, storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#0000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#0000CD</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 /> | |
<key>foreground</key> | |
<string>#C5060B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#585CF6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#318495</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#036A07</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>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#26B31A</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 /> | |
<key>foreground</key> | |
<string>#1A921C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Preprocessor directive</string> | |
<key>scope</key> | |
<string>keyword.control.import</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#0C450D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function, support.function.any-method</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#0000A2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>entity.name.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#754eb9</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 /> | |
</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 /> | |
</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 /> | |
<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 /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, constant.other.keywords</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#3C4C72</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library object</string> | |
<key>scope</key> | |
<string>support.class, support.type, entity.name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6D79DE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#06960E</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 /> | |
<key>foreground</key> | |
<string>#21439C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operator</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#687687</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</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>#FFD0D0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded embedded source</string> | |
<key>scope</key> | |
<string>text source string.unquoted, text source text source, source.elixir.embedded</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000000F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup XML declaration</string> | |
<key>scope</key> | |
<string>meta.tag.preprocessor.xml</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#68685B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup DOCTYPE</string> | |
<key>scope</key> | |
<string>meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#888888</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup DTD</string> | |
<key>scope</key> | |
<string>string.quoted.docinfo.doctype.DTD</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<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>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#1C02FF</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>fontStyle</key> | |
<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>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#0C07FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#000000</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>#B90690</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>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#036A07</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6DB74</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>#D02000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Gutter Mark</string> | |
<key>scope</key> | |
<string>sublimelinter.gutter-mark</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DDB700</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>71D40D9D-AE48-11D9-920A-000D93589AF6</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment