69 70 71
# File 'lib/spina/engine.rb', line 69 def theme(theme_name) @@themes.find { |theme| theme.name == theme_name } end