# File lib/twitter/client/accounts.rb, line 128 def update_profile_colors(options={}) user = post("/1/account/update_profile_colors.json", options) Twitter::User.new(user) end