Closed mankoff closed 9 years ago
currently you can overwrite this function
(defun cfw:org-create-source (&optional color) "Create org-agenda source." (make-cfw:source :name "org-agenda" :color (or color "Seagreen4") :data 'cfw:org-schedule-period-to-calendar))
i will fix it this in this weekend. i can make time in weekend only.
Hi, @mankoff @skyer9 I also think the default color should be extracted as a customize variable. Please follow #73.
Seems like this issue is covered in #73
Sorry to post trivial issues here, but I'm having trouble figuring out how to set this based on the documentation.
How can I set the default color of Org items? Currently they are
Seagreen4
. I'd prefer them to be white.