1. find the CM / Theme chooser theme you want to port, make sure its free
  2. decompile it and add this to the AndroidManifest.xml
  3.  
  4. <uses-permission android:name="sg.ruqqq.XThemeEngine.permission.SYSTEM_THEME" />
  5.  
  6. directly above <application