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