# File lib/highline/color_scheme.rb, line 65
    def include?( color_tag )
      @scheme.keys.include?(to_symbol(color_tag))
    end