From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Change the color of the "hidestars" property Date: Sun, 27 Sep 2009 02:53:04 +0200 Message-ID: <87r5ttdx8v.fsf@gmail.com> References: <1e5bcefd0909261742i335cc2e6ne51129341aebe227@mail.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 1Mri1I-0001bV-Nx for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 20:53:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mri1D-0001ak-Nt for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 20:53:44 -0400 Received: from [199.232.76.173] (port=43961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mri1D-0001ah-Lj for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 20:53:39 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:35776) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mri1D-0003Ff-9F for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 20:53:39 -0400 Received: by ewy4 with SMTP id 4so1686643ewy.31 for ; Sat, 26 Sep 2009 17:53:37 -0700 (PDT) In-Reply-To: <1e5bcefd0909261742i335cc2e6ne51129341aebe227@mail.gmail.com> (Marcelo de Moraes Serpa's message of "Sat, 26 Sep 2009 19:42:26 -0500") 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 Marcelo de Moraes Serpa writes: > Hello, > > How could I change the color that the hidestarts feature use ? I'm using a > different theme, and org applies black to the starts to "hide" it, but the > background color of this theme is a ton of grey. Put the point on the black star and execute M-x describe-char RET It will then show you what face is applied. In this case, it's `org-hide'. If you follow the hyperlink it will allow you to customize this face. A different way would be to use the colortheme[1] package. > Thanks in advance, > > Marcelo. br, benny Footnotes: [1] http://www.emacswiki.org/emacs/ColorTheme