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

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

[elpa] externals/modus-operandi-theme a53c359 148/153: Fix accidental ch


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a53c359 148/153: Fix accidental change to org-priority
Date: Thu, 18 Mar 2021 13:48:00 -0400 (EDT)

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

    Fix accidental change to org-priority
---
 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 65f2237..005b9d1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3639,7 +3639,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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 :foreground ,magenta)))
+   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))
    `(org-property-value ((,class ,@(modus-operandi-theme-mixed-fonts)
                                  :foreground ,cyan-alt-other)))
    `(org-quote ((,class ,@(modus-operandi-theme-org-block bg-dim)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3426a86..c1b6b54 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3639,7 +3639,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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 :foreground ,magenta)))
+   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))
    `(org-property-value ((,class ,@(modus-vivendi-theme-mixed-fonts)
                                  :foreground ,cyan-alt-other)))
    `(org-quote ((,class ,@(modus-vivendi-theme-org-block bg-dim)



reply via email to

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