From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: how to change the font color of the hidden leading star in custom theme? Date: Wed, 20 May 2009 08:22:17 -0500 Message-ID: <87zld7lxiu.fsf@fastmail.fm> References: 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 1M6ljq-00058m-9K for emacs-orgmode@gnu.org; Wed, 20 May 2009 09:21:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6ljl-000580-6U for emacs-orgmode@gnu.org; Wed, 20 May 2009 09:21:41 -0400 Received: from [199.232.76.173] (port=54141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6ljk-00057u-0o for emacs-orgmode@gnu.org; Wed, 20 May 2009 09:21:36 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6ljj-00008j-Pq for emacs-orgmode@gnu.org; Wed, 20 May 2009 09:21:35 -0400 In-Reply-To: (Jevgeni Holodkov's message of "Tue, 19 May 2009 14:35:11 +0300") 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: Jevgeni Holodkov Cc: emacs-orgmode@gnu.org Hi Jevgeni, Jevgeni Holodkov writes: > I am using org-mode with option "Hiding leading stars" enabled. > However, since I am using a non standard theme - my background is dark > blue, the stars are visible, since their color is black. I org manual > it is said, that I may have to customize something, in order to hide > these stars, such as setting the font color. How can I change the font > of the hidden star and align it with my background? You can type: M-x customize-face RET org-hide RET You can then change the face's foreground color to match your background. Regards, Matt