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
[email protected]
[email protected] writes:
> Hi Xebar,
>
> Xebar Saram <[email protected]> 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,