Author Topic: Metro Skins  (Read 125290 times)

Samanthaaaa

  • Jr. Member
  • **
  • Posts: 25
Sorry to bump an old (but still beautiful) skin.

I'm currently trying to update it a little, and add a little more colour. I have the source files, and I am trying to change the colour of the player:
  


I have tried changing all of the values in this section of the .xml file, but I don't know if I am being particularly dense or what, but I cannot, for the life of me, change that background (34,34,34).

Quote
\\PLAYERS
    <element id="Player.Background" bg="34,34,34" fg="250,250,250" bdr="34,34,34" />
    <element id="Player.DisplayPanel" bg="34,34,34" fg="255,255,255" />
    <element id="Player.ProgressBar" bg="151,151,151" bdr="27,161,226" />
 <element id="Player.ProgressButton" bg="255,255,255" bdr="255,255,255" />
    <element id="Player.SpectrumDefault" bg="34,34,34" />
    <element id="Player.SpectrumDead" bg="34,34,34" />
    <element id="Player.SpectrumLow" bg="255,255,255" />
    <element id="Player.SpectrumMedium" bg="151,151,151" />
    <element id="Player.SpectrumHigh" bg="90,90,90" />
    <element id="Player.Control.Default" bg="34,34,34" fg="250,250,250" bdr="34,34,34" />
    <element id="Player.Control.Disabled" bg="34,34,34" fg="151,151,151" />
    <element id="Player.Control.Highlight" bg="34,34,34" fg="255,255,255" />
    <element id="Player.Volume" fg="255,255,255" bdr="255,255,255" />
    <element id="Player.VolumeButton" bg="255,255,255" fg="255,255,255" bdr="255,255,255" />
 <element id="Player.VolumeSlider" bg="151,151,151" bg2="151,151,151" fg="151,151,151" />
 <element id="Player.Wavebar" fg="27,161,226" fg2="135,135,135" />
 <element id="Player.Wavebar.Inner" fg="63,127,253" fg2="151,151,151" />
    <element id="Player.StarRating.Default" fg="250,250,250" />
    <element id="Player.StarRating.Lowlight" fg="90,90,90" />
 <element id="PlayerInfoCentered">true</element>

Any help would be more than appreciated.

Thanks

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3833
  • MB Version: 3.6.8849 P
Because it's a bitmap skin, the background is being supplied by either Background.png or Background2.png in the Images folder.
You have to supply a new png, in the colour you want, to change the background.
MusicBee and my library - Making bee-utiful music together

Samanthaaaa

  • Jr. Member
  • **
  • Posts: 25
Because it's a bitmap skin, the background is being supplied by either Background.png or Background2.png in the Images folder.
You have to supply a new png, in the colour you want, to change the background.


Aahhhh, thank you! I knew I was having a little bit of a silly moment, but for the life of me, I couldn't work it out.


Thanks again! :)