SaucyTextStyles = { "h1#hello" => { :font => "sss.ttf", :color => "red", :size => 160, :shadow => { :color => "#fff", :top => 6, :left => 6 } }, "p.goodbye" => { :font => "abcaricircle.ttf", :color => "#000", :size => 52 } } SaucyGradientStyles = { "body" => { :direction => "y", :size => 1000, :texture => { :tile => "thick30.png", :color => "pink" }, :background => { :color => "white", :color_end => "#000" } } }