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

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

[elpa] externals/modus-operandi-theme 2b25a6a 048/153: Use consistent un


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2b25a6a 048/153: Use consistent underline colour in org-footnote
Date: Thu, 18 Mar 2021 13:47:37 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 2b25a6a3cc42b2a0fc23f8ae635b2013a7d40d47
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use consistent underline colour in org-footnote
---
 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 53a18b6..b4026bb 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3328,7 +3328,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-done ((,class ,@(modus-operandi-theme-org-todo-block green-nuanced-bg 
green-nuanced green))))
    `(org-drawer ((,class :foreground ,cyan-alt)))
    `(org-ellipsis ((,class :foreground nil))) ; inherits from the heading's 
colour
-   `(org-footnote ((,class :foreground ,blue-alt :underline t)))
+   `(org-footnote ((,class :foreground ,blue-alt :underline ,blue-alt)))
    `(org-formula ((,class :inherit fixed-pitch :foreground ,red-alt)))
    `(org-habit-alert-face ((,class :inherit modus-theme-intense-yellow)))
    `(org-habit-alert-future-face ((,class :inherit modus-theme-refine-yellow)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 75ad805..e853bd1 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3328,7 +3328,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-done ((,class ,@(modus-vivendi-theme-org-todo-block green-nuanced-bg 
green-nuanced green))))
    `(org-drawer ((,class :foreground ,cyan-alt)))
    `(org-ellipsis ((,class :foreground nil))) ; inherits from the heading's 
colour
-   `(org-footnote ((,class :foreground ,blue-alt :underline t)))
+   `(org-footnote ((,class :foreground ,blue-alt :underline ,blue-alt)))
    `(org-formula ((,class :inherit fixed-pitch :foreground ,red-alt)))
    `(org-habit-alert-face ((,class :inherit modus-theme-intense-yellow)))
    `(org-habit-alert-future-face ((,class :inherit modus-theme-refine-yellow)))



reply via email to

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