emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] name of face for dates in org agenda?


From: Manish
Subject: Re: [Orgmode] name of face for dates in org agenda?
Date: Sun, 28 Jun 2009 13:02:59 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]