Ahhh, my bad, thanks for the clarification.
Actually, it's pretty simple to change colors on the skin by yourself, if you'd like to. It has several steps, but especially if you know your way around files, it won't be difficult.
Step 1) Go into your MM install directory, and open the "Skins" folder
Step 2) Create a new folder, for example "Material Design Modified"
Step 3) Open "Material Design.zip", copy the contents, and paste them into your new folder
Step 4) Inside your new folder, open skin/skin_slider_add.less
Step 5) On the top, where you see "@sliderColorHighlight: @accentColor;", change "@accentColor" to the color code of your choice. You can go to
http://colorpicker.com or
http://hexpicker.com/ to get a color code. For example:
This will cause it to be a nice pale yellow, instead of light orange.
Step 6) In order for MediaMonkey to not be confused between the default skin and your modified skin, open info.json (again, inside your new folder). Change the second and third lines to the following: (Make sure to keep the commas at the end; also, you can change it to whatever else you named your folder)
Code: Select all
"title": "Material Design Modified",
"id": "Material Design Modified",
Step 7) Now you can go back to MediaMonkey, and switch to your modified skin!
Ahhh, my bad, thanks for the clarification.
Actually, it's pretty simple to change colors on the skin by yourself, if you'd like to. It has several steps, but especially if you know your way around files, it won't be difficult.
Step 1) Go into your MM install directory, and open the "Skins" folder
Step 2) Create a new folder, for example "Material Design Modified"
Step 3) Open "Material Design.zip", copy the contents, and paste them into your new folder
Step 4) Inside your new folder, open skin/skin_slider_add.less
Step 5) On the top, where you see "@sliderColorHighlight: @accentColor;", change "@accentColor" to the color code of your choice. You can go to http://colorpicker.com or http://hexpicker.com/ to get a color code. For example:
[code]@sliderColorHighlight: #ffe59d;[/code]
This will cause it to be a nice pale yellow, instead of light orange.
Step 6) In order for MediaMonkey to not be confused between the default skin and your modified skin, open info.json (again, inside your new folder). Change the second and third lines to the following: (Make sure to keep the commas at the end; also, you can change it to whatever else you named your folder)
[code] "title": "Material Design Modified",
"id": "Material Design Modified",[/code]
Step 7) Now you can go back to MediaMonkey, and switch to your modified skin!