# File lib/sass/script/functions.rb, line 525
    def darken(color, amount)
      adjust(color, amount, :lightness, 0..100, :-, "%")
    end