From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: name of face for dates in org agenda? Date: Sun, 28 Jun 2009 08:11:59 -0500 Message-ID: <87tz20bizk.fsf@fastmail.fm> References: <4A470CEF.6040707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKuAx-0000mz-OX for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 09:12:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKuAt-0000lI-3w for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 09:12:07 -0400 Received: from [199.232.76.173] (port=33815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKuAs-0000lB-PG for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 09:12:02 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:41816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKuAs-0005lx-HP for emacs-orgmode@gnu.org; Sun, 28 Jun 2009 09:12:02 -0400 In-Reply-To: <4A470CEF.6040707@gmail.com> (Brian van den Broek's message of "Sun, 28 Jun 2009 02:25:51 -0400") 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 Brian van den Broek writes: > 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? On a general note (I'll add an FAQ about this), here are two tips for finding the names of faces in org-mode (or any other emacs mode): 1) While on the relevant text, simply type M-x customize-face and you will be given the option of customizing all faces at the point. 2) Type M-x list-faces-display and browse through the org-mode faces. Best, Matt