Author Topic: Color the header Tabs  (Read 897 times)

JOHN30011887

  • Newbie
  • *
  • Posts: 16
Im using the Dark Metro skins

Iv already got a custom cfg file so i can have larger scroll bars on those skins
<element id="ScrollBarMargin">0</element>
<element id="ScrollPanelMargin">0</element>


But i was wondering how can i have the tabs colored at the top for Playlists, Music, Radio, now playing
I dont know what code i need to put to make it work


hiccup

  • Sr. Member
  • ****
  • Posts: 7856
You could use the Sample Skin to find the exact element that you want to change the colour for:
https://getmusicbee.com/addons/skins/113/sample-skin/

JOHN30011887

  • Newbie
  • *
  • Posts: 16
Ah thanks alot
So i tried Purple font for all tabs
<element id="TabsBar.Tab.Default" fg="128,0,128"/>

Works perfect

And for the selected tab only i put
<element id="TabsBar.Tab.Highlight" fg="179,50,16"/>

Which will make it red, so now i can test for other colors, thanks so much
il use this site for colors decimal codes
https://www.rapidtables.com/web/color/RGB_Color.html