From a53c359ee865429e46daefd32c9c908d64e635da Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Wed, 7 Oct 2020 09:41:17 +0300 Subject: 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) -- cgit v1.0