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

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

[nongnu] elpa/alect-themes b1f4696 072/269: Add faces for Info-mode


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes b1f4696 072/269: Add faces for Info-mode
Date: Thu, 21 Oct 2021 17:58:52 -0400 (EDT)

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

    Add faces for Info-mode
---
 alect-themes.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 3b28ec8..25013cb 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -649,6 +649,15 @@ For INVERT, see `alect-get-color'."
        ;; hl-line-mode
        (hl-line       ((t :background ,(gc 'bg))))
 
+       ;; info
+       (info-title-1     ((t :inherit alect-title-1)))
+       (info-title-2     ((t :inherit alect-title-2)))
+       (info-title-3     ((t :inherit alect-title-3)))
+       (info-title-4     ((t :inherit alect-title-4)))
+       (info-menu-header ((t :inherit alect-title-5)))
+       (info-node        ((t :foreground ,(gc 'red+1))))
+       (info-menu-star   ((t :foreground ,(gc 'red))))
+
        ;; ido-mode
        (ido-first-match ((t :weight bold)))
        (ido-only-match  ((t :inherit ido-first-match :foreground ,(gc 'fg+2))))



reply via email to

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