Created
February 15, 2010 23:46
-
-
Save thelibrarian/305111 to your computer and use it in GitHub Desktop.
Wombat theme for TextMate, based on the original Vim theme (http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/)
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>Lars H. Nielsen (translated by Tony Kemp)</string> | |
<key>name</key> | |
<string>Wombat</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#242424</string> | |
<key>caret</key> | |
<string>#656565</string> | |
<key>foreground</key> | |
<string>#F6F3E8</string> | |
<key>invisibles</key> | |
<string>#A8A8A8</string> | |
<key>lineHighlight</key> | |
<string>#2D2D2D</string> | |
<key>selection</key> | |
<string>#444444</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#99968B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Directive</string> | |
<key>scope</key> | |
<string>keyword.other.directive</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Line-number directives</string> | |
<key>scope</key> | |
<string>keyword.other.directive.line-number</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Characters</string> | |
<key>scope</key> | |
<string>constant.character</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#95E454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#95E454</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>#E5786D</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>#E5786D</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>#E5786D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.parameter, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8AC6F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Module Keyword</string> | |
<key>scope</key> | |
<string>entity.name.module, support.other.module</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8AC6F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6F3E8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floating-point infix operators</string> | |
<key>scope</key> | |
<string>source.ocaml keyword.operator.symbol.infix.floating-point</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floating-point prefix operators</string> | |
<key>scope</key> | |
<string>source.ocaml keyword.operator.symbol.prefix.floating-point</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage Types</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variant Types</string> | |
<key>scope</key> | |
<string>entity.name.class.variant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>entity.name.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</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>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>storage.type.user-defined</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class type name</string> | |
<key>scope</key> | |
<string>entity.name.type.class.type</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#242424</string> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</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>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8AC6F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag definition</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</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>#CAE682</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>#CAE682</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>#E5786D</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>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CAE682</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E62424</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>5498E367-2B43-4A31-9746-7CE8B09D4929</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment