Please be sure to add it to the wiki.
Your link is broken.
Indeed. The website of the provider seems to have a serious brake-down. I'm sure it will be o.k. soon.
The link itself is fine.
I like the look of this skin a lot, but the one thing that stops me from using it is that you've placed the main player controls on the right of the bar at the bottom, instead of the standard position on the left.
Good skin.
How to change the background in the control buttons area?
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Sportura Pinstripe.xmlc">
<colours id="Default">
<element id="Content[Artwork].ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="FilterPanel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="ColumnBrowser.ScrollBar.Lowlight" bg="30,30,30" bg2="30,30,30" />
<element id="Panel.ChildBody.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="Panel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="LeftNavigator.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="TrackInfoPanel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
<element id="NowPlayingList.ScrollBar.Lowlight" bg="32,32,32" bg2="32,32,32" />
</colours>
</root>
Thanks for the appreciation wealstarr.
You can achieve what you want by creating a piggyback skin.
(as explained here: https://getmusicbee.com/forum/index.php?topic=29815.0)
For this particular request you would need to use something like this:
P.S.
I just edited the original skin to use slightly thinner scrollbars.
... all good there but unlike Elemental mod, this one only shows the scroll bars when the cursor is hovered on it and not on entire pane...
<settings>
<element id="ScrollBarHighlightMouseOverPanel">true</element>
</settings>
If you add this to the code:Code<settings>
<element id="ScrollBarHighlightMouseOverPanel">true</element>
</settings>
(put it just below </colours> and above </root>)
Is that doing what you expect?
I think the wording 'mouseoverpanel' is a bit misleading though, since I believe the scrollbar only appears when your mouse is over the small scrollbar area, and not when you hover over the related panel.
That would indeed be better in my opinion, but I don't think there is a skin setting for that.
B.t.w., I can't remember the Elemental mod I did for you.
Did that one work on the whole panel instead of only on the bar?
Did that one work on the whole panel instead of only on the bar?