Sorry all, I didn't know about posting about modified mods and I don't know even close to enough C# to code a mod to be able to take over this one. I'm a Web designer, not a programmer.
What I do know is to tell you all how I did it, and hope this is allowed here. Also, I don't know if off site links are allowed so just Google things like NotePad++.
Using NotePad ++ I clicked the Search tab then Find option to search for
color=
Anything that has a hashtag is already in HEX so I skipped those. The others that show up such as
color=cyan
(where a name of a color is used) I changed.
Using a Google search for HEX colors you will find a site called rapidtables. There you can find the name of a color and it's HEX (and RGB) values.
Cyan is #00FFFF so I went back to the coding and found where it says
color=cyan
and changed it to
color=#00FFFF
Below are the colors you'll find in the code and the hex values for them.
Cyan = #00FFFF
Red = #FF0000
Orange = #FFA500 (note there are to mispellings in the code with orange as orage)
Lime = #00FF00
I hope this helps and of course this is use at your own risk. If using this info blows up your server, makes your coffee cold or your cat gets pregnant, it's not my fault! :-)