branch: externals/ef-themes commit 0b746a0bc9b655b22e0390d3ef60997b5e2b40d7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak org-tag face --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 0ae766d466..a25e429e25 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -566,7 +566,7 @@ When called from Lisp, THEME is a symbol." `(org-special-keyword ((,c :inherit shadow))) `(org-table ((,c :foreground ,string))) `(org-table-header ((,c :inherit (bold org-table)))) - `(org-tag ((,c :foreground ,fg-main))) + `(org-tag ((,c :foreground ,fg-alt))) `(org-tag-group ((,c :inherit (bold org-tag)))) `(org-target ((,c :underline t))) `(org-time-grid ((,c :foreground ,fg-dim)))