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