Following hiccup's instructions, I created a child .xml skin and used Sample Skin as the template to copy/paste the lines from, but every line with the word "alternating" in which I change the RGB values does not give the desired results.
You may be doing something wrong.
This works fine for me:
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Purenight Blue 2.0.xmlc">
<element id="Content[TrackDetail].ListAlternating.Default" bg="34,35,39" fg="150,150,150" />
</root>
I also noticed the Purenight Blue 2.0 skin may have some flaw(s):
E.g. nothing happens when left-clicking the hamburger menu button top-left.
I also noticed the Purenight Blue 2.0 skin may have some flaw(s):
E.g. nothing happens when left-clicking the hamburger menu button top-left.
On my computer, the hamburger menu responds, with Purenight Blue 2.0.xmlc alone, or with a piggy-back based on it.
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="PureNight Blue 2.0.xmlc">
<element id="Content[TrackDetail].Body.Default" bg="040,042,052" fg="170,170,170" bdr="100,60,80" />
<element id="Content[TrackDetail].ListAlternating.Default" bg="044,049,060" fg="170,170,170" />
</root>
Thanks hiccup! Here it is, for whomever it may benefit:
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="PureNight Blue 2.0.xmlc">
<element id="Content[TrackDetail].Body.Default" bg="034,035,039" fg="200,200,200" bdr="100,60,80" />
<element id="Content[TrackDetail].ListAlternating.Default" bg="034,035,039" fg="200,200,200" />
</root>
The two font colors are now both 200,200,200