I'm noticing that there are some skins just copied from other skins, with a few changes to get the new look.
Copying the entire skin is a waste, as when the original skin changes to add fixes (or new features), the new skin doesn't get the fixes.
Suggestion: add a dependsOn skin feature.
For example. the Pop Pink Skin has suggestions for "Darker-Player-Panel Mod". This could be implemented as:
Pop Pink Darker.xml
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Pop Pink">
<colours id="Default">
<!-- 76--> <element id="Player.Background" bg="140,140,140" bg2="100,100,100" fg="60,60,60" bdr="140,140,140" />
</colours>
</root>
Just my .02€, as I don't do skins
