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

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

[elpa] externals/modus-operandi-theme 8268ccc 125/153: Make org-meta-lin


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 8268ccc 125/153: Make org-meta-line less prominent
Date: Thu, 18 Mar 2021 13:47:54 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 8268cccb982242cf5a168c840e9e85041cdab254
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make org-meta-line less prominent
---
 modus-operandi-theme.el | 3 +--
 modus-vivendi-theme.el  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7f91262..af4ab4a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3649,8 +3649,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-link ((,class :inherit link)))
    `(org-list-dt ((,class :inherit bold)))
    `(org-macro ((,class :background ,blue-nuanced-bg :foreground 
,magenta-alt-other)))
-   `(org-meta-line ((,class ,@(modus-operandi-theme-mixed-fonts)
-                            :background ,cyan-nuanced-bg :foreground 
,cyan-nuanced)))
+   `(org-meta-line ((,class ,@(modus-operandi-theme-mixed-fonts) :foreground 
,fg-alt)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
    `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 99f2b7e..076edfe 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3649,8 +3649,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-link ((,class :inherit link)))
    `(org-list-dt ((,class :inherit bold)))
    `(org-macro ((,class :background ,blue-nuanced-bg :foreground 
,magenta-alt-other)))
-   `(org-meta-line ((,class ,@(modus-vivendi-theme-mixed-fonts)
-                            :background ,cyan-nuanced-bg :foreground 
,cyan-nuanced)))
+   `(org-meta-line ((,class ,@(modus-vivendi-theme-mixed-fonts) :foreground 
,fg-alt)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
    `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))



reply via email to

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