lib/generators/bootswitch/install/templates/initializer.rb in bootswitch-0.0.5 vs lib/generators/bootswitch/install/templates/initializer.rb in bootswitch-0.0.7
- old
+ new
@@ -1,5 +1,6 @@
Bootswitch.configure do |config|
# What helper method should determine the Bootswatch theme displayed?
config.theme_method = :user_theme
config.default_theme = 'slate'
+ config.themes = ['amelia', 'cerulean', 'cosmo', 'custom', 'cyborg', 'darkly', 'flatly','global','journal','readable','simplex','slate','spacelab','superhero','united','yeti']
end
\ No newline at end of file