@FusionFire
e.g.
Default Theme:<WordsStyle name="COMMENTS" styleID="1" fgColor="008000" bgColor="F0F0F0" fontName="" fontStyle="2" nesting="0" />
Monokai Theme:<WordsStyle name="COMMENTS" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="2" nesting="0" />
fgColor = Font Color
bgColor = Background Color
When I open the syntax highlighting script from the first post. There are numerous fgColor properties in the XML file, I have to change all of them, just to get syntax highlighting to work in AutoHotKey. These seems like an easy task, yet it is becoming complex, odd.