Scruffy::Themes::Base
Roughly, roughly based on the color scheme of www.mephistoblog.com.
# File lib/scruffy/themes.rb, line 108 def initialize super({ :background => ['#101010', '#999977'], :marker => :white, :colors => %w(#DD3300 #66AABB #225533 #992200) }) end