branch: externals/ef-themes commit 2102a10b8a4b03b1fc8ee1dceb1525dbc691b759 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove bold weight from Org agenda deadline/scheduled --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index c363c62898..2ca0b2d87b 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1721,7 +1721,7 @@ Helper function for `ef-themes-preview-colors'." `(org-headline-todo ((,c :inherit org-todo))) `(org-hide ((,c :foreground ,bg-main))) `(org-indent ((,c :inherit (fixed-pitch org-hide)))) - `(org-imminent-deadline ((,c :inherit bold :foreground ,err))) + `(org-imminent-deadline ((,c :foreground ,err))) `(org-latex-and-related ((,c :foreground ,type))) `(org-level-1 ((,c :inherit ef-themes-heading-1))) `(org-level-2 ((,c :inherit ef-themes-heading-2))) @@ -1742,7 +1742,7 @@ Helper function for `ef-themes-preview-colors'." `(org-quote ((,c :inherit org-block))) `(org-scheduled ((,c :foreground ,warning))) `(org-scheduled-previously ((,c :inherit org-scheduled))) - `(org-scheduled-today ((,c :inherit (bold org-scheduled)))) + `(org-scheduled-today ((,c :inherit org-scheduled))) `(org-sexp-date ((,c :foreground ,date))) `(org-special-keyword ((,c :inherit (shadow ef-themes-fixed-pitch)))) `(org-table ((,c :inherit ef-themes-fixed-pitch :foreground ,fg-alt)))