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

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

[elpa] externals/ef-themes 3f637c20b9: Refine markdown-url-face


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 3f637c20b9: Refine markdown-url-face
Date: Wed, 17 Aug 2022 09:57:42 -0400 (EDT)

branch: externals/ef-themes
commit 3f637c20b9b377dfbd809b44207c3ccb8aecdef7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine markdown-url-face
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index bc0174e081..0a305eda9e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -696,7 +696,7 @@ Helper function for `ef-themes-preview-colors'."
     `(markdown-missing-link-face ((,c :inherit warning)))
     `(markdown-pre-face ((,c :inherit markdown-code-face)))
     `(markdown-table-face ((,c :foreground ,fg-alt))) ; same as `org-table'
-    `(markdown-url-face ((,c :inherit link :underline nil)))
+    `(markdown-url-face ((,c :foreground ,fg-alt)))
 ;;;; messages
     `(message-cited-text-1 ((,c :foreground ,mail-0)))
     `(message-cited-text-2 ((,c :foreground ,mail-1)))



reply via email to

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