commit
b36e6ccc0c
2 changed files with 244 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
= Installation |
||||
|
||||
Copy .thTheme files to ~/Library/Application\ Support/TextMate/Themes. |
||||
Select the theme from the TextMate preferences (Command+,) under the |
||||
section, "Fonts & Colors". |
||||
@ -0,0 +1,239 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||
<plist version="1.0"> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Solarized Dark</string> |
||||
<key>settings</key> |
||||
<array> |
||||
<dict> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>background</key> |
||||
<string>#042029</string> |
||||
<key>caret</key> |
||||
<string>#708284</string> |
||||
<key>foreground</key> |
||||
<string>#819090</string> |
||||
<key>invisibles</key> |
||||
<string>#EAE3CB</string> |
||||
<key>lineHighlight</key> |
||||
<string>#0A2933</string> |
||||
<key>selection</key> |
||||
<string>#0A2933</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Comment</string> |
||||
<key>scope</key> |
||||
<string>comment</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#475B62</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>String</string> |
||||
<key>scope</key> |
||||
<string>string</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#259286</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>#259286</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>#259286</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>#D11C24</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Variable</string> |
||||
<key>scope</key> |
||||
<string>variable.language, variable.other</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#2176C7</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Keyword</string> |
||||
<key>scope</key> |
||||
<string>keyword</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#738A05</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Storage</string> |
||||
<key>scope</key> |
||||
<string>storage</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#2176C7</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Class name</string> |
||||
<key>scope</key> |
||||
<string>entity.name.class</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#2176C7</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Inherited class</string> |
||||
<key>scope</key> |
||||
<string>entity.other.inherited-class</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#819090</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Function name</string> |
||||
<key>scope</key> |
||||
<string>entity.name.function</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#2176C7</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Function argument</string> |
||||
<key>scope</key> |
||||
<string>variable.parameter</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#819090</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Tag name</string> |
||||
<key>scope</key> |
||||
<string>entity.name.tag</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#2176C7</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Tag attribute</string> |
||||
<key>scope</key> |
||||
<string>entity.other.attribute-name</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#708284</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>#A57706</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>#A57706</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>#A57706</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>#819090</string> |
||||
</dict> |
||||
</dict> |
||||
<dict> |
||||
<key>name</key> |
||||
<string>Invalid</string> |
||||
<key>scope</key> |
||||
<string>invalid</string> |
||||
<key>settings</key> |
||||
<dict> |
||||
<key>foreground</key> |
||||
<string>#D11C24</string> |
||||
</dict> |
||||
</dict> |
||||
</array> |
||||
<key>uuid</key> |
||||
<string>C574CFF8-7B52-411B-9292-46CEBF82ADB9</string> |
||||
</dict> |
||||
</plist> |
||||
Loading…
Reference in new issue