I am working on some development right now where a user can select a theme for their site, and the CSS is transformed with the correct theme colors within the site. I have that working without a problem currently, however, the site also uses jQuery UI, and if the theme changes, the jQuery UI stuff wont. So, my question is two fold -
1. Does a scraper for themeroller already exists that I could call to grab the necessary css/images and store them?
2. If not, I have looked at the requests themeroller uses, and it would be trivial to compose a scraper myself. I have looked and haven't found anything, but before I jump the gun and waste a half day creating a scraper, I want to be sure that it would be ok to do this?