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 darc...@gmail.com b...@gnu.org writes: > Hi Xebar, > > Xebar Saram <zelt...@gmail.com> 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,