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

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

[nongnu] elpa/alect-themes 6d49949 253/269: Modify 'guix-package-info-na


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6d49949 253/269: Modify 'guix-package-info-name-button' face
Date: Thu, 21 Oct 2021 17:59:30 -0400 (EDT)

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

    Modify 'guix-package-info-name-button' face
    
    Make it the base for 'inputs' faces and adjust it accordingly.
---
 alect-themes.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index e7ba9a8..e467abc 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -962,16 +962,15 @@ For INVERT, see `alect-get-color'."
                                                      :weight bold)))
          (guix-operation-option-key             ((,c :inherit alect-key)))
          (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-name-button         ((,c :foreground ,(gc 'fg)
+                                                     :weight bold)))
          (guix-package-info-synopsis            ((,c :inherit 
font-lock-doc-face)))
          (guix-package-info-license             ((,c :foreground ,(gc 
'red-1))))
-         (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)))
+         (guix-package-info-inputs              ((,c :inherit 
guix-package-info-name-button)))
+         (guix-package-info-native-inputs       ((,c :inherit 
guix-package-info-name-button
+                                                     :foreground ,(gc 'fg-1))))
+         (guix-package-info-propagated-inputs   ((,c :inherit 
guix-package-info-name-button)))
          (guix-devel-gexp-symbol                ((,c :foreground ,(gc 
'yellow+2))))
 
          ;; TODO Remove ("covered" by 'guix-true' face since Emacs-Guix 0.3.3).



reply via email to

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