From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: name of face for dates in org agenda? Date: Sun, 28 Jun 2009 13:02:59 +0530 Message-ID: References: <4A470CEF.6040707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKotE-0003k7-S6 for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 03:33:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKot9-0003dg-Bu for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 03:33:27 -0400 Received: from [199.232.76.173] (port=36465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKot9-0003dQ-3R for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 03:33:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28043) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKot8-000732-FR for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 03:33:22 -0400 Received: from an-out-0708.google.com ([209.85.132.243]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKot7-0000Ab-Pc for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 03:33:21 -0400 Received: by an-out-0708.google.com with SMTP id b6so788540ana.21 for ; Sun, 28 Jun 2009 00:33:21 -0700 (PDT) In-Reply-To: <4A470CEF.6040707@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brian van den Broek Cc: emacs-orgmode 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