branch: elpa/alect-themes
commit 3e90d79cd195d4cfc43924ea6819a4ce42bef581
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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)))