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

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

[elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading st


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords
Date: Wed, 29 Apr 2020 21:40:14 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 23889e0e6bdcfcbbccaa53f595bdc2cf7d133356
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Section heading style for Org priorities, keywords
    
    This adds missing support for the new customisation option that was
    introduced in commit e7a5f9a.
---
 modus-operandi-theme.el | 5 +++--
 modus-vivendi-theme.el  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ed28477..c2ada4a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2472,14 +2472,15 @@ AMOUNT is a customisation option."
    `(org-meta-line ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
    `(org-mode-line-clock ((,class (:background ,bg-main :foreground 
,fg-main))))
    `(org-mode-line-clock-overrun ((,class (:inherit modus-theme-active-red))))
-   `(org-priority ((,class (:foreground ,magenta))))
+   `(org-priority ((,class (,@(modus-operandi-theme-org-todo-block 
blue-nuanced-bg blue-nuanced magenta)
+                            ,@(modus-operandi-theme-heading-foreground magenta 
blue-alt)))))
    `(org-quote ((,class (,@(modus-operandi-theme-org-src-block bg-dim bg-main)
                          :foreground ,fg-special-cold :slant 
,modus-theme-slant))))
    `(org-scheduled ((,class (:foreground ,fg-special-cold))))
    `(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
    `(org-scheduled-today ((,class (:foreground ,yellow-alt-other))))
    `(org-sexp-date ((,class (:inherit org-date))))
-   `(org-special-keyword ((,class (:foreground ,cyan-alt))))
+   `(org-special-keyword ((,class (,@(modus-operandi-theme-org-todo-block 
cyan-nuanced-bg cyan-nuanced cyan-alt)))))
    `(org-table ((,class (:foreground ,fg-special-cold))))
    `(org-tag ((,class (:foreground ,magenta-nuanced :weight normal))))
    `(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a49e6a0..76834f8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2472,14 +2472,15 @@ AMOUNT is a customisation option."
    `(org-meta-line ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
    `(org-mode-line-clock ((,class (:background ,bg-main :foreground 
,fg-main))))
    `(org-mode-line-clock-overrun ((,class (:inherit modus-theme-active-red))))
-   `(org-priority ((,class (:foreground ,magenta))))
+   `(org-priority ((,class (,@(modus-vivendi-theme-org-todo-block 
blue-nuanced-bg blue-nuanced magenta)
+                            ,@(modus-vivendi-theme-heading-foreground magenta 
blue-alt)))))
    `(org-quote ((,class (,@(modus-vivendi-theme-org-src-block bg-dim bg-main)
                          :foreground ,fg-special-cold :slant 
,modus-theme-slant))))
    `(org-scheduled ((,class (:foreground ,fg-special-cold))))
    `(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
    `(org-scheduled-today ((,class (:foreground ,yellow-alt-other))))
    `(org-sexp-date ((,class (:inherit org-date))))
-   `(org-special-keyword ((,class (:foreground ,cyan-alt))))
+   `(org-special-keyword ((,class (,@(modus-vivendi-theme-org-todo-block 
cyan-nuanced-bg cyan-nuanced cyan-alt)))))
    `(org-table ((,class (:foreground ,fg-special-cold))))
    `(org-tag ((,class (:foreground ,magenta-nuanced :weight normal))))
    `(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold))))



reply via email to

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