emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 3bc8f66 07/35: Review colour value


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 3bc8f66 07/35: Review colour value of 'org-date'
Date: Wed, 24 Jun 2020 12:42:46 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 3bc8f668782c48c7cda831af68d633dfe57b59dc
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]