Created
March 30, 2015 13:40
-
-
Save gekowa/dad736a2e3e9ead66f89 to your computer and use it in GitHub Desktop.
Dimmed Mac Classic TextMate theme
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"> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Origianlly by Chris Thomas</string> | |
<key>name</key> | |
<string>Mac Classic A1</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>name</key> | |
<string>mon_color</string> | |
<key>scope</key> | |
<string>mcol_AADDDDFF</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#AADDDDFF</string> | |
<key>caret</key> | |
<string>#000000FF</string> | |
<key>foreground</key> | |
<string>#000000FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#e6e6e6</string> | |
<key>caret</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>invisibles</key> | |
<string>#BFBFBF</string> | |
<key>lineHighlight</key> | |
<string>#f2f2f2</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></string> | |
<key>foreground</key> | |
<string>#008000</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>bold</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></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>bold</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>bold</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></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></string> | |
<key>foreground</key> | |
<string>#A31515</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></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></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>bold</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>bold</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>underline</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> | |
</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>italic</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>italic</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>bold</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</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</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>bold</string> | |
<key>foreground</key> | |
<!--string>#06960E</string--> | |
<string>#2B91AF</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>bold</string> | |
<key>foreground</key> | |
<string>#21439C</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>#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 source</string> | |
<key>scope</key> | |
<string>text source, string.unquoted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0000000D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded embedded source</string> | |
<key>scope</key> | |
<string>text source string.unquoted, text source text source</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></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></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>italic</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></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>bold</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>italic</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>bold</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>italic</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> | |
</array> | |
<key>uuid</key> | |
<string>3855A8E9-A767-4FFF-8527-9D21F26AAF24</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment