Author Topic: Modify a skin  (Read 360 times)

barbudo2005

  • Newbie
  • *
  • Posts: 3
This is my layout: https://drive.google.com/file/d/1kRPZxZlvVLZPe7JEHEKvyRdWl8rXRKL3/view?usp=sharing

I want to change the color of text, the background color and the light-blue of highlight.

I am use this kind of code in XML:

Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Soundocity_Dark-blue.xmlc">
<element id="XXXXXXX" bg="23,27,29" />
<element id="YYYYYYYY" bg="22,91,207" />
</root>


What are the elements in MB to change them?

Thank you in advance.


barbudo2005

  • Newbie
  • *
  • Posts: 3
sveakul:

In Vivaldi browser I can inspect the UI to know the elements, so I can modify them by CSS.

In this list https://musicbee.fandom.com/wiki/Skinning_Elements I want to know what are the elements to modify the colors I mentioned in my layout.

Thank you in advance.