diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-10-07 09:41:17 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-10-07 09:41:17 +0300 |
| commit | a53c359ee865429e46daefd32c9c908d64e635da (patch) | |
| tree | aaf19d0370dfc2694335e47f91b4575a2e5ef2b7 | |
| parent | 29d8a81337cbbcf87e5ed0e2dac494a8fef666e3 (diff) | |
Fix accidental change to org-priority
| -rw-r--r-- | modus-operandi-theme.el | 2 | ||||
| -rw-r--r-- | 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) |
