
Hi Florent, Probably you want the color set in Options->Preferences -- Editor -- Colors -- Elements by Proxy for xsl/xslt. The entries in the options file look like this: <entry> <String xml:space="preserve">sh.proxy.map.colors.second</String> <String xml:space="preserve">0,100,200;0,100,200;</String> </entry> <entry> <String xml:space="preserve">sh.proxy.map.proxies</String> <String-array> <String xml:space="preserve">xsl</String> <String xml:space="preserve">xslt</String> </String-array> </entry> So that color is RGB 0,100,200 in decimal. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Florent Georges wrote:
George Cristian Bina wrote:
Hi George,
You can find the color codes used by oXygen in the options file. They are entries of the form <entry> <String xml:space="preserve">cl.XML.0</String> <String xml:space="preserve">0,0,0</String> </entry>
Didn't know this file, that's very interesting :-)
I just were not able to find the color used for XSLT instruction elements (in the XSLT editor.) They are in a lighter blue...
Thanks for your response. Regards,