# File lib/chef/knife/core/ui.rb, line 84
      def color(string, *colors)
        if color?
          highline.color(string, *colors)
        else
          string
        end
      end