* gnus.el (gnus-logo-color-style): Changed colors to `no'.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Jan 2004 22:05:26 +0000 (22:05 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Jan 2004 22:05:26 +0000 (22:05 +0000)
lisp/ChangeLog
lisp/gnus.el

index f87f3ca..3b41c87 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-logo-color-style): Changed colors to `no'.
+
        * Moved to Changelog.1.
 
     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
index 1f707a1..09eddf8 100644 (file)
@@ -851,12 +851,12 @@ be set in `.emacs' instead."
     (storm "#666699" "#99ccff")
     (pdino "#9999cc" "#99ccff")
     (purp "#9999cc" "#666699")
-    (no "#000000" "#ff0000")
+    (no "#ff0000" "#ffff00")
     (neutral "#b4b4b4" "#878787")
     (september "#bf9900" "#ffcc00"))
   "Color alist used for the Gnus logo.")
 
-(defcustom gnus-logo-color-style 'oort
+(defcustom gnus-logo-color-style 'no
   "*Color styles used for the Gnus logo."
   :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
                           gnus-logo-color-alist))