This question is locked. New answers and comments are not allowed.
Is it possible to download theme as prism module? What I wish to do is create a xap project, refer one of the themes. Implement the IModule interface and then set the application theme using
StyleManager.ApplicationTheme = new MetroTheme();
Then refer this xap in modulecatalog to load the xap file. Is it possible?