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

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

[nongnu] elpa/alect-themes 1b5de07 157/269: Improve guix faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 1b5de07 157/269: Improve guix faces
Date: Thu, 21 Oct 2021 17:59:10 -0400 (EDT)

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

    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)))



reply via email to

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