# File lib/brakeman/report/pager.rb, line 104
    def set_color
      return unless @tracker

      unless less_options.include? "-R " or @tracker.options[:output_color] == :force
        @tracker.options[:output_color] = false
      end
    end