From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: how to change the font color of the hidden leading star in custom theme? Date: Wed, 20 May 2009 22:05:07 +0100 Message-ID: <87r5yjlc3g.fsf@eeepc.chemeng.ucl.ac.uk> 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 1M6ugX-00062i-8P for emacs-orgmode@gnu.org; Wed, 20 May 2009 18:54:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6ugR-00062V-RA for emacs-orgmode@gnu.org; Wed, 20 May 2009 18:54:51 -0400 Received: from [199.232.76.173] (port=32870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6ugR-00062S-M9 for emacs-orgmode@gnu.org; Wed, 20 May 2009 18:54:47 -0400 Received: from main.gmane.org ([80.91.229.2]:55662 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6ugR-00040i-2v for emacs-orgmode@gnu.org; Wed, 20 May 2009 18:54:47 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M6ugO-0007D2-Qw for emacs-orgmode@gnu.org; Wed, 20 May 2009 22:54:44 +0000 Received: from 79-73-68-172.dynamic.dsl.as9105.com ([79.73.68.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 22:54:44 +0000 Received: from e.fraga by 79-73-68-172.dynamic.dsl.as9105.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 22:54:44 +0000 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: emacs-orgmode@gnu.org Jevgeni Holodkov writes: > Hi, > > 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? Typing C-u C-x = when cursor at start of a line with hidden stars, it tells me the face is org-hide. Maybe customise that face? HTH.