Variable: org-agenda-with-colors
org-agenda-with-colors is a customizable variable defined in
org-agenda.el.gz.
Value
t
Documentation
Non-nil means use colors in agenda views.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-with-colors t
"Non-nil means use colors in agenda views."
:group 'org-agenda-export
:type 'boolean)