Variable: gnus-logo-color-style

gnus-logo-color-style is a customizable variable defined in gnus.el.gz.

Value

ma

Documentation

Color styles used for the Gnus logo.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(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))
  :group 'gnus-xmas)