From 7c4e150e982ffc1b3b61dbd59cf3b1a158f17f6a Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 21:22:08 +0100 Subject: [PATCH] Added a bit more ruby jazz --- Solarized (light).tmTheme | 58 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index e55de78..df67566 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -761,7 +761,7 @@ settings foreground - #1F74CF + #A57800 @@ -781,13 +781,39 @@ name Ruby: Class scope - keyword.control.class.ruby + keyword.control.class.ruby, meta.class.ruby settings foreground #748B00 + + name + Ruby: Keyword + scope + keyword.control.ruby + settings + + fontStyle + + foreground + #748B00 + + + + name + Ruby: Support Class + scope + support.class.ruby + settings + + fontStyle + + foreground + #A57800 + + name Ruby: Special Method @@ -803,24 +829,48 @@ name Ruby: Constant scope + constant.language.ruby + settings + + foreground + #269186 + + + + name + Ruby: Constant Other + scope variable.other.constant.ruby settings + fontStyle + foreground #A57800 name - Ruby: Punctuation Section + Ruby: Punctuation Section '' scope - punctuation.section.embedded.ruby + punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby settings foreground #D01F1E + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #BD3800 + + name PHP: Include