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

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

[elpa] externals/modus-operandi-theme c4e0434 091/112: Add support for O


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c4e0434 091/112: Add support for ORG-TREESCOPE
Date: Mon, 30 Mar 2020 15:59:45 -0400 (EDT)

branch: externals/modus-operandi-theme
commit c4e043450f35aa9918da12ba1da57e273940df61
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for ORG-TREESCOPE
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 94006a2..a665424 100644
--- a/README.org
+++ b/README.org
@@ -313,6 +313,7 @@ the "full support" may not be 100% true…
 + org-recur
 + org-roam
 + org-superstar
++ org-treescope
 + origami
 + outline-mode
 + outline-minor-faces
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 381e0af..46fa222 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -189,6 +189,7 @@
 ;;     org-recur
 ;;     org-roam
 ;;     org-superstar
+;;     org-treescope
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2179,6 +2180,9 @@ between foreground and background is >= 7:1)."
    ;;;; org-superstar
    `(org-superstar-item ((,class (:foreground ,fg-main))))
    `(org-superstar-leading ((,class (:foreground ,fg-whitespace))))
+   ;;;; org-treescope
+   `(org-treescope-faces--markerinternal-midday ((,class (:inherit 
modus-theme-intense-blue))))
+   `(org-treescope-faces--markerinternal-range ((,class (:inherit 
modus-theme-special-mild))))
    ;;;; origami
    `(origami-fold-header-face ((,class (:background ,bg-dim :foreground 
,fg-dim :box t))))
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1cceec7..0d5a99b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -189,6 +189,7 @@
 ;;     org-recur
 ;;     org-roam
 ;;     org-superstar
+;;     org-treescope
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2179,6 +2180,9 @@ between foreground and background is >= 7:1)."
    ;;;; org-superstar
    `(org-superstar-item ((,class (:foreground ,fg-main))))
    `(org-superstar-leading ((,class (:foreground ,fg-whitespace))))
+   ;;;; org-treescope
+   `(org-treescope-faces--markerinternal-midday ((,class (:inherit 
modus-theme-intense-blue))))
+   `(org-treescope-faces--markerinternal-range ((,class (:inherit 
modus-theme-special-mild))))
    ;;;; origami
    `(origami-fold-header-face ((,class (:background ,bg-dim :foreground 
,fg-dim :box t))))
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))



reply via email to

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