From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: style the tags with colors in theme Date: Tue, 23 Jul 2013 15:45:24 -0300 Message-ID: <87fvv59ku3.fsf@gmail.com> References: <87mwpdp6hm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1haT-0007LG-TY for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 14:45:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1haS-0001vH-Q0 for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 14:45:29 -0400 Received: from mail-gh0-x236.google.com ([2607:f8b0:4002:c05::236]:44235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1haS-0001v4-LR for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 14:45:28 -0400 Received: by mail-gh0-f182.google.com with SMTP id z15so2587341ghb.13 for ; Tue, 23 Jul 2013 11:45:27 -0700 (PDT) In-reply-to: <87mwpdp6hm.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xebar Saram Cc: org mode I use the code below for the ATTACH tag --8<---------------cut here---------------start------------->8--- (setq org-tag-faces '(("ATTACH" :inherit org-done :box nil :underline t :height 1.2))) --8<---------------cut here---------------end--------------->8--- -- Darlan Cavalcante Moreira darcamo@gmail.com bzg@gnu.org writes: > Hi Xebar, > > Xebar Saram writes: > >> does anyone know how (if there is a way) to style the tags with >> colors in a theme? IE to have tags with a different fg/bg from >> default and even better yet to define a different color for each >> tag? > > See this: > > C-h v org-tag-faces RET > > HTH,