lib/slide_hero/presentation.rb in slide_hero-0.0.6 vs lib/slide_hero/presentation.rb in slide_hero-0.0.7

- old
+ new

@@ -9,11 +9,11 @@ instance_eval(&block) end def set_plugins(*plugin_list) if plugin_list.empty? - defaults = %i{class_list highlight notes} + defaults = %i{class_list highlight notes remote} plugin_list = defaults end plugin_list.each do |plugin| if Plugins.reveal_list.include? plugin @@ -40,10 +40,10 @@ def defaults(args) @slide_defaults = args end def theme - @theme ||= 'default' + @theme ||= 'solarized' end def set_theme(theme) @theme = theme end