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

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

[nongnu] elpa/alect-themes be3bdc1 077/269: Modify info-title faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes be3bdc1 077/269: Modify info-title faces
Date: Thu, 21 Oct 2021 17:58:53 -0400 (EDT)

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

    Modify info-title faces
    
    Info titles may look small if they are inherited from `alect-title-N'
    faces and `alect-multiple-titles-height' is set to 1.0.
---
 alect-themes.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 1b81d85..42c4162 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -677,11 +677,11 @@ For INVERT, see `alect-get-color'."
        (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-title-1     ((t :inherit alect-color-level-1 :height 1.5 :weight 
bold)))
+       (info-title-2     ((t :inherit alect-color-level-2 :height 1.4 :weight 
bold)))
+       (info-title-3     ((t :inherit alect-color-level-3 :height 1.3 :weight 
bold)))
+       (info-title-4     ((t :inherit alect-color-level-4 :height 1.2 :weight 
bold)))
+       (info-menu-header ((t :inherit alect-color-level-5 :height 1.1 :weight 
bold)))
        (info-node        ((t :foreground ,(gc 'red+1))))
        (info-menu-star   ((t :foreground ,(gc 'red))))
 



reply via email to

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