WekeRoad Ink for Visual Studio with Ruby in Steel

Just started playing with Ruby in Steel and I had to add some styles for Ruby/Rails to the WekeRoad Ink theme. Here they are:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Item Name="Ruby Constant" Foreground="0x00AF912B" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby Method Def" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby Method Call" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby Symbol" Foreground="0x00FFFF00" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby IVar" Foreground="0x003248DA" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby GVar" Foreground="0x02000000" Background="0x02000000" BoldFont="Yes"/>
<Item Name="Ruby CVar" Foreground="0x003248DA" Background="0x02000000" BoldFont="Yes"/>
<Item Name="Ruby Class Def" Foreground="0x006DC6FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby Module Def" Foreground="0x00AF912B" Background="0x02000000" BoldFont="No"/>
<Item Name="Ruby Regular Expression" Foreground="0x00FF1CFF" Background="0x00000000" BoldFont="No"/>
<Item Name="Rails Attribute Name" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Rails Attribute Value" Foreground="0x005CC2A5" Background="0x02000000" BoldFont="No"/>
<Item Name="Rails Element Name" Foreground="0x006DC6FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Rails Entity" Foreground="0x000000FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Rails Server-Side Script" Foreground="0x00BB9768" Background="0x02000000" BoldFont="No"/>
<Item Name="Rails Tag Delimiter" Foreground="0x00FFFFFF" Background="0x02000000" BoldFont="No"/>