branch: externals/ef-themes commit 514134f65b58e470864b2945e1c9b4ac02b7ca68 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak foreground of Org property values and tables --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 97ea56d448..3e42e8ce71 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -644,14 +644,14 @@ When called from Lisp, THEME is a symbol." `(org-mode-line-clock (( ))) `(org-mode-line-clock-overrun ((,c :inherit bold :foreground ,err))) `(org-priority ((,c :foreground ,magenta))) - `(org-property-value ((,c :foreground ,info))) + `(org-property-value ((,c :foreground ,fg-alt))) `(org-quote (( ))) `(org-scheduled ((,c :foreground ,warning))) `(org-scheduled-previously ((,c :inherit org-scheduled))) `(org-scheduled-today ((,c :inherit (bold org-scheduled)))) `(org-sexp-date ((,c :foreground ,date))) `(org-special-keyword ((,c :inherit shadow))) - `(org-table ((,c :foreground ,string))) + `(org-table ((,c :foreground ,fg-alt))) `(org-table-header ((,c :inherit (bold org-table)))) `(org-tag ((,c :foreground ,fg-alt))) `(org-tag-group ((,c :inherit (bold org-tag))))