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

    Modify `custom-group-subtitle' face
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index a90eca4..ebdb8a4 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -495,9 +495,9 @@ For INVERT, see `alect-get-color'."
          (custom-tag                     ((,c :foreground ,(gc 'blue+2))))
          (custom-state                   ((,c :foreground ,(gc 'green+1))))
          (custom-link                    ((,c :inherit link)))
-         (custom-group-subtitle          ((,c :weight bold)))
          (custom-group-tag               ((,c :inherit alect-title-1)))
          (custom-group-tag-1             ((,c :inherit alect-title-2)))
+         (custom-group-subtitle          ((,c :inherit alect-title-3)))
          (custom-face-tag                ((,c :foreground ,(gc 'magenta+1) 
:weight bold)))
          (custom-variable-tag            ((,c :inherit 
font-lock-variable-name-face :weight bold)))
          (custom-variable-button         ((,c :weight bold :underline t)))

Reply via email to