I'm using the spree ruby on rails
ecommerce gem and I have the blue theme installed:
gem 'spree', '0.70.3'
gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git', :branch => '0-70-stable'
I'd like to customize the theme. For instance changing it from blue to orange.
How do I do this?