mod/addons/phone/userconfig/sof_phone.hpp
Jacob Schmidt 034135baeb
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2024-10-20 18:29:16 -05:00

22 lines
631 B
C++

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 {};
};