X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; q=dns; s=default; b=Pd1 07aCFlk7cbqIgV19FprMeCFiR9bwwiRkTwIJP4Vg52QjPfo0AxJrQTsvxxm1vSHb f232hqIUjJqp7OHgMHZ6ZUigmhOR3mGwumBTYI1RpJQiLwXLEnAfRhlNA/pOJJbf hKuUFGqiOMhfJt8NttZ+qeYwkSI9lQDaAUw5/7mI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; s=default; bh=ftf1zY0pr +A2iNQNpjXpoHbtZlw=; b=xtUy2+6Ev27xuf+o2ZWVSA53V2OdW46ISOP0CCRYr Cw3KQ+0LseJCLq46syQmZBpWUU5d09/TAvi1Hoc6aOSIBWa2mjkQAGC84sgzvK8a OOurqgwSXFnTS+4cAZq7R0SHlkTG36U93SYXmYt+xhR7ivUSr9f+D4yKp2t1fn7n ho= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f181.google.com MIME-Version: 1.0 X-Received: by 10.50.111.233 with SMTP id il9mr5646947igb.13.1429304860308; Fri, 17 Apr 2015 14:07:40 -0700 (PDT) Date: Fri, 17 Apr 2015 16:07:40 -0500 Message-ID: Subject: less color option From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3HL7t8v021350 man less Reveals this -Dxcolor or --color=xcolor [MS-DOS only] Sets the color of the text displayed. x is a sin‐ gle character which selects the type of text whose color is being set: n=normal, s=standout, d=bold, u=underlined, k=blink. color is a pair of numbers separated by a period. The first number selects the foreground color and the second selects the background color of the text. A single number N is the same as N.M, where M is the normal background color. So I tried it and get this result $ less --color There is no color option ("less --help" for help) I just want a way to change the colors on man pages. If this is not the right way please advise. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple