class PMCS_CfgPhones { class themes { class bg_dark01 { themeName = "Dark"; // Name of theme themeBackground = "\@pmcs\userconfig\backgrounds\bgdark_01.paa"; // Must be file type: PAA and size: 512x1024 }; class bg_dark02 { themeName = "Alt Dark"; themeBackground = "\@pmcs\userconfig\backgrounds\bgdark_02.paa"; }; class bg_light01 { themeName = "Light"; themeBackground = "\@pmcs\userconfig\backgrounds\bglight_01.paa"; }; class bg_light02 { themeName = "Alt Light"; themeBackground = "\@pmcs\userconfig\backgrounds\bglight_02.paa"; }; }; class notifications {}; class ringtones {}; };