# File lib/highline.rb, line 363
  def self.color( string, *colors )
    return string unless self.use_color?
    Style(*colors).color(string)
  end