# File lib/scruffy/themes.rb, line 72
    def initialize
      super({
              :background => ['#101010', '#999977'],
              :marker => :white,
              :colors => %w(#DD3300 #66AABB #225533 #992200)
            })
      
    end