getmusicbee.com

Support => Questions => Topic started by: JOHN30011887 on November 19, 2019, 07:19:52 PM

Title: Color the header Tabs
Post by: JOHN30011887 on November 19, 2019, 07:19:52 PM
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

(https://i.imgur.com/u7BsK73.png)
Title: Re: Color the header Tabs
Post by: hiccup on November 19, 2019, 07:38:12 PM
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/
Title: Re: Color the header Tabs
Post by: JOHN30011887 on November 19, 2019, 08:06:26 PM
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