In that code, you can change the overall color used for the player skin by replacing:It works now, but what about changing the player's music title color from the code I sent above?
Code:
PlayerMainColor=#MainColor#
Code:
PlayerMainColor=255,0,0
[SkinsFolder]\Mondtholomew\Player\Info.inc file (this path will typically be C:\Users\[User]\Documents\Rainmeter\Skins\Mondtholomew\Player\Info.inc for a standard Rainmeter installation) and add, for example:
Code:
FontColor=0,255,0
P.S. For the record, knowing where to look for something in such a skin is simply about checking which of the @include files in the [SkinsFolder]\Mondtholomew\Player\Player.ini (or other @include files going backwards down the line) contains the meter / measure / variable you need to change, then edit it accordingly.
Statistics: Posted by Yincognito — Today, 5:49 pm