5.2. Changing the Default Skin

The skin files reside in skins/xml/type1/blue_round1.fxd. Freevo comes with a few variations of its default skin, Blue Round, as well as one called Grey. If you want to change your skin you need to open freevo_config.py and change the variable SKIN_XML_FILE. Change it to the name of the file of your desired skin minus the '.fxd'.

        # Change the default skin to Grey (skins/xml/type1/grey1.fxd)
        SKIN_XML_FILE = 'grey1'