]> git.eshelyaron.com Git - emacs.git/commitdiff
(Face Customization): Mention hex color specs.
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 2005 14:53:07 +0000 (14:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 2005 14:53:07 +0000 (14:53 +0000)
man/custom.texi

index d2eda0545651a354df6376c1a6e6860a5236676e..840711369efcfd8b89c765ebd1196e9b58f5c5b8 100644 (file)
@@ -566,10 +566,15 @@ before the attribute name indicates whether the attribute is
 attribute by invoking that field.  When the attribute is enabled, you
 can change the attribute value in the usual ways.
 
-  On a black-and-white display, the colors you can use for the
-background are @samp{black}, @samp{white}, @samp{gray}, @samp{gray1},
-and @samp{gray3}.  Emacs supports these shades of gray by using
-background stipple patterns instead of a color.
+  For the colors, you can specify a color name (use @kbd{M-x
+list-colors-display}) for a list of them) or a hexadecimal color
+specification of the form @samp{#@var{rr}@var{gg}@var{bb}}.
+(@samp{#000000} is black, @samp{#ff0000} is red, @samp{#00ff00} is
+green, @samp{#0000ff} is blue, and @samp{#ffffff} is white.)  On a
+black-and-white display, the colors you can use for the background are
+@samp{black}, @samp{white}, @samp{gray}, @samp{gray1}, and
+@samp{gray3}.  Emacs supports these shades of gray by using background
+stipple patterns instead of a color.
 
   Setting, saving and resetting a face work like the same operations for
 options (@pxref{Changing an Option}).