# File lib/scruffy/themes.rb, line 84
    def initialize
      super({
              :background => ['#670A0A', '#831515'],
              :marker => '#DBD1C1',
              :colors => %w(#007777 #444477 #994444 #77FFBB #D75A20)
            })
    end