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

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

[elpa] externals/modus-operandi-theme 5a689a9 057/153: Tweak markdown-ur


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5a689a9 057/153: Tweak markdown-url-face
Date: Thu, 18 Mar 2021 13:47:39 -0400 (EDT)

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

    Tweak markdown-url-face
---
 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 b659969..04b689a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3008,7 +3008,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(markdown-reference-face ((,class :inherit markdown-markup-face)))
    `(markdown-strike-through-face ((,class :strike-through t)))
    `(markdown-table-face ((,class :inherit fixed-pitch :foreground 
,fg-special-cold)))
-   `(markdown-url-face ((,class :foreground ,blue)))
+   `(markdown-url-face ((,class :foreground ,blue-alt)))
 ;;;;; markup-faces (`adoc-mode')
    `(markup-anchor-face ((,class :foreground ,fg-inactive)))
    `(markup-attribute-face ((,class :foreground ,fg-inactive :slant italic)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 80f9b79..2ffe671 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3008,7 +3008,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(markdown-reference-face ((,class :inherit markdown-markup-face)))
    `(markdown-strike-through-face ((,class :strike-through t)))
    `(markdown-table-face ((,class :inherit fixed-pitch :foreground 
,fg-special-cold)))
-   `(markdown-url-face ((,class :foreground ,blue)))
+   `(markdown-url-face ((,class :foreground ,blue-alt)))
 ;;;;; markup-faces (`adoc-mode')
    `(markup-anchor-face ((,class :foreground ,fg-inactive)))
    `(markup-attribute-face ((,class :foreground ,fg-inactive :slant italic)))



reply via email to

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