After trying to use drush "theme name" themename, there were a lot of errors. I think the documentation and the description is not well written, so here is how it works after searching a lot:
1. enable the core
2. make the command as written: drush adaptivetheme "whatever you want" whhateveryouwant
3. open the .info file and add base theme = "adaptivetheme"
Hope to save you a lot of time and fun!!!
Comments
Comment #1
Jeff Burnz commentedIf you are unsure just run the commands:
drush adaptivetheme helpand it will tell you how etc.Note the bug where the base theme was removed is now fixed so you don't have to manually restore "adaptivetheme" as the base theme name - that was a bug and is fixed in the dev version.
Comment #2
Jeff Burnz commentedSetting to fixed, since this is, at least now in dev, fixed!
Comment #4
nerdoc commented@Jeff Burnz even if it's an old post: drush adaptivetheme help creates a new subtheme named "help".
The command is drush help adaptivetheme... ;-)