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

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

[nongnu] elpa/alect-themes 3e90d79 076/269: Fix inheritance of `markdown


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 3e90d79 076/269: Fix inheritance of `markdown-header-face'
Date: Thu, 21 Oct 2021 17:58:53 -0400 (EDT)

branch: elpa/alect-themes
commit 3e90d79cd195d4cfc43924ea6819a4ce42bef581
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Fix inheritance of `markdown-header-face'
    
    Do not inherit it from `alect-title' as it is used only for single
    headers (without levels).
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 636ebe7..1b81d85 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -759,7 +759,7 @@ For INVERT, see `alect-get-color'."
        (magit-cherry-equivalent            ((t :foreground ,(gc 'cyan+2))))
 
        ;; markdown mode
-       (markdown-header-face           ((t :inherit alect-title)))
+       (markdown-header-face           ((t :inherit alect-title-1)))
        (markdown-header-face-1         ((t :inherit alect-title-1)))
        (markdown-header-face-2         ((t :inherit alect-title-2)))
        (markdown-header-face-3         ((t :inherit alect-title-3)))



reply via email to

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