branch: elpa/alect-themes
commit 763c8791add7ff89c581c79fa434b276a0a55a1c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'guix-package-info-heading' face
---
alect-themes.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index b26c8a1..f0944cf 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -863,10 +863,11 @@ For INVERT, see `alect-get-color'."
(guix-info-action-button-mouse ((,c :inherit
alect-button-mouse)))
(guix-info-url ((,c :inherit link)))
(guix-info-file-path ((,c :foreground ,(gc
'green+1) :underline t)))
+ (guix-package-info-heading ((,c :inherit alect-title)))
(guix-package-info-name ((,c :inherit alect-title)))
(guix-package-info-name-button ((,c :inherit
guix-package-info-name)))
(guix-package-info-version ((,c :foreground ,(gc
'blue-2))))
- (guix-package-info-synopsis ((,c)))
+ (guix-package-info-synopsis ((,c :inherit
font-lock-doc-face)))
(guix-package-info-license ((,c :foreground ,(gc
'red-1))))
(guix-package-info-location ((,c :inherit
guix-info-file-path)))
(guix-package-info-uninstalled-outputs ((,c :foreground ,(gc 'fg+2)
:weight bold)))