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

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

[nongnu] elpa/alect-themes b4e288e 070/269: Add alect-title-<N> faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes b4e288e 070/269: Add alect-title-<N> faces
Date: Thu, 21 Oct 2021 17:58:51 -0400 (EDT)

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

    Add alect-title-<N> faces
---
 alect-themes.el | 61 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 35 insertions(+), 26 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index ed8db26..03a20d4 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -270,7 +270,6 @@ For INVERT, see `alect-get-color'."
        (vertical-border     ((t :foreground ,(gc 'fg+1))))
 
        ;; auxiliary faces for inheriting
-       (alect-title          ((t :foreground ,(gc 'green+2) :weight bold 
:height 1.13)))
        (alect-prompt         ((t :foreground ,(gc 'magenta-1) :weight bold)))
        (alect-time           ((t :foreground ,(gc 'cyan-2))))
        (alect-selected-item  ((t :background ,(gc 'bg)
@@ -290,6 +289,16 @@ For INVERT, see `alect-get-color'."
        (alect-color-level-11 ((t :foreground ,(gc 'cyan-2))))
        (alect-color-level-12 ((t :foreground ,(gc 'magenta+2))))
 
+       (alect-title          ((t :foreground ,(gc 'green+2) :weight bold 
:height 1.13)))
+       (alect-title-1        ((t :inherit alect-color-level-1 :weight bold 
:height 1.13)))
+       (alect-title-2        ((t :inherit alect-color-level-2 :weight bold 
:height 1.13)))
+       (alect-title-3        ((t :inherit alect-color-level-3 :weight bold 
:height 1.13)))
+       (alect-title-4        ((t :inherit alect-color-level-4 :weight bold 
:height 1.13)))
+       (alect-title-5        ((t :inherit alect-color-level-5 :weight bold 
:height 1.13)))
+       (alect-title-6        ((t :inherit alect-color-level-6 :weight bold 
:height 1.13)))
+       (alect-title-7        ((t :inherit alect-color-level-7 :weight bold 
:height 1.13)))
+       (alect-title-8        ((t :inherit alect-color-level-8 :weight bold 
:height 1.13)))
+
        ;; ace-jump
        (ace-jump-face-background ((t :foreground ,(gc 'bg+2)
                                      :background ,(gc 'bg-1)
@@ -389,8 +398,8 @@ For INVERT, see `alect-get-color'."
        (custom-state                   ((t :foreground ,(gc 'green+1))))
        (custom-link                    ((t :inherit link)))
        (custom-group-subtitle          ((t :weight bold)))
-       (custom-group-tag               ((t :inherit outline-1)))
-       (custom-group-tag-1             ((t :inherit outline-2)))
+       (custom-group-tag               ((t :inherit alect-title-1)))
+       (custom-group-tag-1             ((t :inherit alect-title-2)))
        (custom-face-tag                ((t :foreground ,(gc 'magenta+1) 
:weight bold)))
        (custom-variable-tag            ((t :inherit 
font-lock-variable-name-face :weight bold)))
        (custom-variable-button         ((t :weight bold :underline t)))
@@ -714,13 +723,13 @@ For INVERT, see `alect-get-color'."
        (magit-cherry-equivalent            ((t :foreground ,(gc 'cyan+2))))
 
        ;; markdown mode
-       (markdown-header-face           ((t :inherit outline-1)))
-       (markdown-header-face-1         ((t :inherit outline-1)))
-       (markdown-header-face-2         ((t :inherit outline-2)))
-       (markdown-header-face-3         ((t :inherit outline-3)))
-       (markdown-header-face-4         ((t :inherit outline-4)))
-       (markdown-header-face-5         ((t :inherit outline-5)))
-       (markdown-header-face-6         ((t :inherit outline-6)))
+       (markdown-header-face           ((t :inherit alect-title)))
+       (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)))
+       (markdown-header-face-4         ((t :inherit alect-title-4)))
+       (markdown-header-face-5         ((t :inherit alect-title-5)))
+       (markdown-header-face-6         ((t :inherit alect-title-6)))
        (markdown-header-rule-face      ((t :inherit markdown-header-face 
:foreground ,(gc 'fg))))
        (markdown-header-delimiter-face ((t :inherit markdown-header-face 
:foreground ,(gc 'fg+2))))
        (markdown-footnote-face         ((t :foreground ,(gc 'blue+2))))
@@ -884,14 +893,14 @@ For INVERT, see `alect-get-color'."
        (org-formula               ((t :foreground ,(gc 'yellow-2))))
        (org-headline-done         ((t :foreground ,(gc 'cyan-1))))
        (org-hide                  ((t :foreground ,(gc 'bg-2))))
-       (org-level-1               ((t :inherit outline-1)))
-       (org-level-2               ((t :inherit outline-2)))
-       (org-level-3               ((t :inherit outline-3)))
-       (org-level-4               ((t :inherit outline-4)))
-       (org-level-5               ((t :inherit outline-5)))
-       (org-level-6               ((t :inherit outline-6)))
-       (org-level-7               ((t :inherit outline-7)))
-       (org-level-8               ((t :inherit outline-8)))
+       (org-level-1               ((t :inherit alect-title-1)))
+       (org-level-2               ((t :inherit alect-title-2)))
+       (org-level-3               ((t :inherit alect-title-3)))
+       (org-level-4               ((t :inherit alect-title-4)))
+       (org-level-5               ((t :inherit alect-title-5)))
+       (org-level-6               ((t :inherit alect-title-6)))
+       (org-level-7               ((t :inherit alect-title-7)))
+       (org-level-8               ((t :inherit alect-title-8)))
        (org-link                  ((t :inherit link)))
        (org-scheduled             ((t :foreground ,(gc 'green-2))))
        (org-scheduled-previously  ((t :foreground ,(gc 'red-2))))
@@ -907,14 +916,14 @@ For INVERT, see `alect-get-color'."
        (org-column-title          ((t :background ,(gc 'bg-2) :underline t 
:weight bold)))
 
        ;; outline
-       (outline-1 ((t :inherit alect-color-level-1 :weight bold :height 1.12)))
-       (outline-2 ((t :inherit alect-color-level-2 :weight bold :height 1.12)))
-       (outline-3 ((t :inherit alect-color-level-3 :weight bold :height 1.12)))
-       (outline-4 ((t :inherit alect-color-level-4 :weight bold :height 1.12)))
-       (outline-5 ((t :inherit alect-color-level-5 :weight bold :height 1.12)))
-       (outline-6 ((t :inherit alect-color-level-6 :weight bold :height 1.12)))
-       (outline-7 ((t :inherit alect-color-level-7 :weight bold :height 1.12)))
-       (outline-8 ((t :inherit alect-color-level-8 :weight bold :height 1.12)))
+       (outline-1 ((t :inherit alect-title-1)))
+       (outline-2 ((t :inherit alect-title-2)))
+       (outline-3 ((t :inherit alect-title-3)))
+       (outline-4 ((t :inherit alect-title-4)))
+       (outline-5 ((t :inherit alect-title-5)))
+       (outline-6 ((t :inherit alect-title-6)))
+       (outline-7 ((t :inherit alect-title-7)))
+       (outline-8 ((t :inherit alect-title-8)))
 
        ;; popup
        (popup-tip-face                    ((t :foreground ,(gc 'gray+2)



reply via email to

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