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

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

[elpa] externals/modus-operandi-theme cc9e4c5 059/112: Add support for O


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme cc9e4c5 059/112: Add support for ORG-SUPERSTAR
Date: Mon, 30 Mar 2020 15:59:38 -0400 (EDT)

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

    Add support for ORG-SUPERSTAR
---
 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 a90f17a..5e55f78 100644
--- a/README.org
+++ b/README.org
@@ -293,6 +293,7 @@ the "full support" may not be 100% true…
 + org-pomodoro
 + org-recur
 + org-roam
++ org-superstar
 + origami
 + outline-mode
 + outline-minor-faces
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 40f0754..daa00aa 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -183,6 +183,7 @@
 ;;     org-pomodoro
 ;;     org-recur
 ;;     org-roam
+;;     org-superstar
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2101,6 +2102,9 @@ between foreground and background is >= 7:1)."
    ;;;; org-roam
    `(org-roam-link ((,class (:foreground ,blue-alt-other :underline t))))
    `(org-roam-backlink ((,class (:foreground ,green-alt-other :underline t))))
+   ;;;; org-superstar
+   `(org-superstar-item ((,class (:foreground ,fg-main))))
+   `(org-superstar-leading ((,class (:foreground ,fg-whitespace))))
    ;;;; 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 840336b..4b4e083 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -183,6 +183,7 @@
 ;;     org-pomodoro
 ;;     org-recur
 ;;     org-roam
+;;     org-superstar
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2101,6 +2102,9 @@ between foreground and background is >= 7:1)."
    ;;;; org-roam
    `(org-roam-link ((,class (:foreground ,blue-alt-other :underline t))))
    `(org-roam-backlink ((,class (:foreground ,green-alt-other :underline t))))
+   ;;;; org-superstar
+   `(org-superstar-item ((,class (:foreground ,fg-main))))
+   `(org-superstar-leading ((,class (:foreground ,fg-whitespace))))
    ;;;; 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]