Cannot customize colors for XSLT stylesheet in text mode
Posted: Mon Feb 03, 2014 1:11 pm
Hi,
I prefer to work with a darker theme and to this end have adjusted the color preferences in Oxygen XML Edior (15.0, build 2013061418). However, I cannot figure out how to adjust the color of for-statements and variables.
For example, given the following code:
It looks like this in Oxygen at the moment:

As you can see, much of the stuff on lines 10 - 14 is not legible. How do I adjust those colors?
Thanks
Joakim
I prefer to work with a darker theme and to this end have adjusted the color preferences in Oxygen XML Edior (15.0, build 2013061418). However, I cannot figure out how to adjust the color of for-statements and variables.
For example, given the following code:
Code: Select all
<xsl:for-each-group group-by="." select="
for $w in //text()/tokenize(., '\W+')[.!=''] return lower-case($w)">
<xsl:sort select="count(current-group())" order="descending"/>
<word word="{current-grouping-key()}" frequency="{count(current-group())}"/>
</xsl:for-each-group>

As you can see, much of the stuff on lines 10 - 14 is not legible. How do I adjust those colors?
Thanks
Joakim