get_appearance_mode - Dliammc/CustomPyQt GitHub Wiki
get_appearance_mode()
Returns the appearance mode of the application and widgets as a string. Returning "dark", "light", or "system"
Example
get_appearance_mode() #returns "dark", "light", or "system"