== Refinery Theme Generator

== Description

Generate a new barebones Refinery theme.

If you want this new theme to be the current theme used, set the "theme"
setting in the Refinery backend to the name of this theme.

== Usage
rails generate refinery_theme theme_name

== Example
rails generate refinery_theme modern

Results in:
create  /themes/modern/...
