# File lib/scruffy/themes.rb, line 95
    def initialize
      super({
              :background => ['#3B411F', '#4A465A'],
              :marker => '#DBD1C1',
              :colors => %w(#AA3322 #DD3322 #DD6644 #FFEE88 #BBCC66 #779933)
            })
    end