The problem is that you are trying to set the background color by setting :color => :blue. Install instead :pattern_bg_color => :blue.
All parameters:
:bottom_color, :top_color, :left_color, :right_color, :pattern_fg_color, :pattern_bg_color, :diagonal_color
Hope this helps!
source
share