* gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 00:28:28 +0000 (01:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 00:28:28 +0000 (01:28 +0100)
lisp/ChangeLog
lisp/gnus.el

index ae95bc0..99313a8 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
+
        * nnmail.el (nnmail-extra-headers): Add Cc to the default.
 
 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
index 9e40fd3..33ae74e 100644 (file)
@@ -1008,10 +1008,11 @@ be set in `.emacs' instead."
     (purp "#9999cc" "#666699")
     (no "#ff0000" "#ffff00")
     (neutral "#b4b4b4" "#878787")
+    (ma "#2020e0" "#8080ff")
     (september "#bf9900" "#ffcc00"))
   "Color alist used for the Gnus logo.")
 
-(defcustom gnus-logo-color-style 'no
+(defcustom gnus-logo-color-style 'ma
   "*Color styles used for the Gnus logo."
   :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
                           gnus-logo-color-alist))