branch: externals/modus-vivendi-theme commit b1c7c6033b02065961f9a7b40bdd8d2875537cf1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Ensure better consistency of some Org faces This is based on newer feedback in issue 40: https://gitlab.com/protesilaos/modus-themes/-/issues/40 --- modus-operandi-theme.el | 6 +++--- modus-vivendi-theme.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index a3f8b2e..0a63dab 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2597,7 +2597,7 @@ Also bind `class' to ((class color) (min-colors 89))." yellow-alt-other yellow-refine-bg yellow-refine-fg) :weight bold)))) ;;;; org - `(org-agenda-calendar-event ((,class (:foreground ,blue-alt)))) + `(org-agenda-calendar-event ((,class (:foreground ,fg-main)))) `(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt)))) `(org-agenda-clocking ((,class (:inherit modus-theme-special-cold)))) `(org-agenda-column-dateline ((,class (:inherit modus-theme-subtle-neutral)))) @@ -2609,7 +2609,7 @@ Also bind `class' to ((class color) (min-colors 89))." ,@(modus-operandi-theme-scale modus-operandi-theme-scale-4))))) `(org-agenda-date-weekend ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-alt ,@(modus-operandi-theme-scale modus-operandi-theme-scale-4))))) - `(org-agenda-diary ((,class (:background ,bg-main :foreground ,fg-main)))) + `(org-agenda-diary ((,class (:foreground ,fg-main)))) `(org-agenda-dimmed-todo-face ((,class (:inherit modus-theme-subtle-neutral)))) `(org-agenda-done ((,class (,@(modus-operandi-theme-org-todo-block green-nuanced-bg green-nuanced green))))) `(org-agenda-filter-category ((,class (:background ,bg-active :foreground ,fg-main :box t)))) @@ -2639,7 +2639,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(org-code ((,class (:inherit fixed-pitch :foreground ,magenta)))) `(org-column ((,class (:background ,bg-alt)))) `(org-column-title ((,class (:underline t :background ,bg-alt :weight bold)))) - `(org-date ((,class (:foreground ,blue-nuanced)))) + `(org-date ((,class (:foreground ,blue-nuanced :underline t)))) `(org-date-selected ((,class (:inherit modus-theme-intense-cyan :weight bold)))) `(org-default ((,class (:background ,bg-main :foreground ,fg-main)))) `(org-document-info ((,class (:foreground ,fg-special-cold)))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 4b13f88..3eeeeca 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2597,7 +2597,7 @@ Also bind `class' to ((class color) (min-colors 89))." yellow-alt-other yellow-refine-bg yellow-refine-fg) :weight bold)))) ;;;; org - `(org-agenda-calendar-event ((,class (:foreground ,blue-alt)))) + `(org-agenda-calendar-event ((,class (:foreground ,fg-main)))) `(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt)))) `(org-agenda-clocking ((,class (:inherit modus-theme-special-cold)))) `(org-agenda-column-dateline ((,class (:inherit modus-theme-subtle-neutral)))) @@ -2609,7 +2609,7 @@ Also bind `class' to ((class color) (min-colors 89))." ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-4))))) `(org-agenda-date-weekend ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-alt ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-4))))) - `(org-agenda-diary ((,class (:background ,bg-main :foreground ,fg-main)))) + `(org-agenda-diary ((,class (:foreground ,fg-main)))) `(org-agenda-dimmed-todo-face ((,class (:inherit modus-theme-subtle-neutral)))) `(org-agenda-done ((,class (,@(modus-vivendi-theme-org-todo-block green-nuanced-bg green-nuanced green))))) `(org-agenda-filter-category ((,class (:background ,bg-active :foreground ,fg-main :box t)))) @@ -2639,7 +2639,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(org-code ((,class (:inherit fixed-pitch :foreground ,magenta)))) `(org-column ((,class (:background ,bg-alt)))) `(org-column-title ((,class (:underline t :background ,bg-alt :weight bold)))) - `(org-date ((,class (:foreground ,blue-nuanced)))) + `(org-date ((,class (:foreground ,blue-nuanced :underline t)))) `(org-date-selected ((,class (:inherit modus-theme-intense-cyan :weight bold)))) `(org-default ((,class (:background ,bg-main :foreground ,fg-main)))) `(org-document-info ((,class (:foreground ,fg-special-cold))))