On Sun, Jun 28, 2009 at 11:55 AM, Brian van den Broek wrote:
> Hi all,
>
> I've changed my overall emacs colour scheme and, as a result, the dates in
> the weekly agenda view are a bit hard to read (dark blue on black). I've
> looked through the interface that M-x org-customize brings up, but I don't
> seem able to find the governing face variable name. Little help?

This is what I have in my .emacs.

 '(org-agenda-date ((t (:inherit font-lock-type-face))) t)
 '(org-agenda-date-weekend ((t (:inherit org-agenda-date))) t)
 '(org-date ((t (:inherit font-lock-constant-face))))

HTH
-- 
Manish


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to