X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Easy question Date: Wed, 12 Mar 2008 18:05:58 -0000 Message-ID: <5E25AF06EFB9EA4A87C19BC98F5C875354FDE1@core-email.int.ascribe.com> From: "Phil Betts" To: Reply-To: X-IsSubscribed: yes 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m2CI6PYZ000493 Troy Bull wrote on Wednesday, March 12, 2008 5:45 PM:: > Greetings > > I use rxvt and I use the -fg and -bg to set colors. Where can i find > a list of the colors that I can put in there. I know I can do the > obvious ones, Black, White, Blue, etc but I also found "Wheat" and > some other ones work. I would like to know if there is a list in a > file anywhere that says all the ones that work. > > > > Thanks > Troy If you've installed the xorg-x11-libs-data package, you'll find the list in /usr/X11R6/lib/X11/rgb.txt If you haven't installed that package, and don't want to, I'm sure a google for rgb.txt will uncover a copy or two. Another option if you've installed the xorg-x11-bin package is to run the showrgb command. Unless you can't resist the idea of requesting a foreground such as PapayaWhip, you can also specify colours numerically using the standard X11 syntax, e.g. "rgb:c0/00/f0", or "#c000f0". "man X", then search for "COLOR NAMES", for more extensive info. Phil -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/