branch: elpa/alect-themes
commit 1b5de070283605f7d4facf21ac7e0180e26cef1a
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Improve guix faces
---
alect-themes.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index f3b1255..fe75e6c 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -863,14 +863,13 @@ For INVERT, see `alect-get-color'."
(guix-info-url ((,c :inherit link)))
(guix-info-file-path ((,c :foreground ,(gc
'green+1) :underline t)))
(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-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
- :box (:line-width 1
:color ,(gc 'bg+2)))))
- (guix-package-info-installed-outputs ((,c :foreground ,(gc
'green-1) :weight bold
- :box (:line-width 1
:color ,(gc 'fg+2)))))
+ (guix-package-info-uninstalled-outputs ((,c :foreground ,(gc 'fg+2)
:weight bold)))
+ (guix-package-info-installed-outputs ((,c :foreground ,(gc
'green-1) :weight bold)))
(guix-package-info-inputs ((,c :foreground ,(gc 'fg)
:weight bold)))
(guix-package-info-native-inputs ((,c :foreground ,(gc 'fg-1)
:weight bold)))
(guix-package-info-propagated-inputs ((,c :foreground ,(gc 'fg)
:weight bold)))