Author Topic: change color  (Read 3288 times)

herpdorpinkins

  • Guest
how can i change the yellow bar to the same color as the progress bar? or at least remove the yellow bar completely

http://imgur.com/ydM0Ku4

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
What skin are you using?  If it ends in .xml you can modify it yourself by changing the line that contains Panel.StatusBar.Default:  http://musicbee.wikia.com/wiki/Skinning_Elements#Panel.StatusBar.Default

If it ends in .xmlc, you'll need to talk to the skin creator about modding it.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

herpdorpinkins

  • Guest
using Future skin, tried what you suggested but its still yellow. on the skins page its not yellow so it must be some kind of glitch :/

redwing

  • Guest
That seems the skinner's deliberate choice of color. If you want to change it, search for the following line in the skin xml file and edit those RGB values to your liking:
 
<element id="Panel.StatusBarInPanel.Default" bg="245,245,24" fg="95,95,9" bdr="230,230,23" />