branch: externals/modus-vivendi-theme commit 3bc8f668782c48c7cda831af68d633dfe57b59dc Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Review colour value of 'org-date' Based on the ongoing discussion in issue 50: https://gitlab.com/protesilaos/modus-themes/-/issues/50 --- modus-operandi-theme.el | 2 +- modus-vivendi-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 0a63dab..e91457a 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -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 :underline t)))) + `(org-date ((,class (:foreground ,cyan-alt-other :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 3eeeeca..cacefa4 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -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 :underline t)))) + `(org-date ((,class (:foreground ,cyan-alt-other :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))))