mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
Added a bit more ruby jazz
This commit is contained in:
parent
dd08b37a50
commit
7c4e150e98
1 changed files with 54 additions and 4 deletions
|
@ -761,7 +761,7 @@
|
|||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#1F74CF</string>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
|
@ -781,13 +781,39 @@
|
|||
<key>name</key>
|
||||
<string>Ruby: Class</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control.class.ruby</string>
|
||||
<string>keyword.control.class.ruby, meta.class.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#748B00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#748B00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Support Class</string>
|
||||
<key>scope</key>
|
||||
<string>support.class.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Special Method</string>
|
||||
|
@ -803,24 +829,48 @@
|
|||
<key>name</key>
|
||||
<string>Ruby: Constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant.language.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#269186</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Constant Other</string>
|
||||
<key>scope</key>
|
||||
<string>variable.other.constant.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Punctuation Section</string>
|
||||
<string>Ruby: Punctuation Section ''</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.section.embedded.ruby</string>
|
||||
<string>punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#D01F1E</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Special Method</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.other.special-method.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#BD3800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>PHP: Include</string>
|
||||
|
|
Loading…
Reference in a new issue