Scruffy::Themes::Base
Based on the color scheme used by almost every Ruby blogger.
# File lib/scruffy/themes.rb, line 120 def initialize super({ :background => ['#670A0A', '#831515'], :marker => '#DBD1C1', :colors => %w(#007777 #444477 #994444 #77FFBB #D75A20) }) end