From b36e6ccc0c8f87d1941db51291022eef273d765a Mon Sep 17 00:00:00 2001 From: Brian Mathiyakom Date: Mon, 4 Apr 2011 22:15:42 -0700 Subject: [PATCH] Initial stab at Textmate theme. --- README.md | 5 + Solarized Dark.tmTheme | 239 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 244 insertions(+) create mode 100644 README.md create mode 100644 Solarized Dark.tmTheme diff --git a/README.md b/README.md new file mode 100644 index 0000000..da4db12 --- /dev/null +++ b/README.md @@ -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". diff --git a/Solarized Dark.tmTheme b/Solarized Dark.tmTheme new file mode 100644 index 0000000..28e0673 --- /dev/null +++ b/Solarized Dark.tmTheme @@ -0,0 +1,239 @@ + + + + + name + Solarized Dark + settings + + + settings + + background + #042029 + caret + #708284 + foreground + #819090 + invisibles + #EAE3CB + lineHighlight + #0A2933 + selection + #0A2933 + + + + name + Comment + scope + comment + settings + + foreground + #475B62 + + + + name + String + scope + string + settings + + foreground + #259286 + + + + name + Number + scope + constant.numeric + settings + + foreground + #259286 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #259286 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #D11C24 + + + + name + Variable + scope + variable.language, variable.other + settings + + foreground + #2176C7 + + + + name + Keyword + scope + keyword + settings + + foreground + #738A05 + + + + name + Storage + scope + storage + settings + + foreground + #2176C7 + + + + name + Class name + scope + entity.name.class + settings + + foreground + #2176C7 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #819090 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #2176C7 + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #819090 + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #2176C7 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #708284 + + + + name + Library function + scope + support.function + settings + + foreground + #A57706 + + + + name + Library constant + scope + support.constant + settings + + foreground + #A57706 + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #A57706 + + + + name + Library variable + scope + support.other.variable + settings + + foreground + #819090 + + + + name + Invalid + scope + invalid + settings + + foreground + #D11C24 + + + + uuid + C574CFF8-7B52-411B-9292-46CEBF82ADB9 + +