branch: elpa/alect-themes
commit 6777c11027ec51f59565ac5cfd36ddbe9dd7671e
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'texinfo-heading' face
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 22884df..398e3b8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1466,6 +1466,9 @@ For INVERT, see `alect-get-color'."
          (term-color-cyan        ((,c :foreground ,(gc 'cyan)
                                       :background ,(gc 'cyan+1))))
 
+         ;; texinfo
+         (texinfo-heading ((,c :inherit alect-title)))
+
          ;; tuareg
          (tuareg-font-lock-governing-face          ((,c :foreground ,(gc 'fg+2)
                                                         :weight bold)))

Reply via email to