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

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

[nongnu] elpa/alect-themes 7be9d36 197/269: Update guix faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 7be9d36 197/269: Update guix faces
Date: Thu, 21 Oct 2021 17:59:18 -0400 (EDT)

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

    Update guix faces
    
    Use 'guix-info-heading' instead of 'guix-package-info-heading'.
    Replace 'guix-info-file-path' with 'guix-info-file-name'.
    Add 'guix-devel-gexp-symbol'.
---
 alect-themes.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 2f09ec6..2c94861 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -883,20 +883,20 @@ For INVERT, see `alect-get-color'."
          (google-translate-listen-button-face    ((,c :inherit alect-button)))
 
          ;; guix
+         (guix-info-heading                     ((,c :inherit alect-title)))
          (guix-info-param-title                 ((,c :foreground ,(gc 
'yellow+1))))
          (guix-info-time                        ((,c :inherit alect-time)))
          (guix-info-action-button               ((,c :inherit alect-button)))
          (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)
+         (guix-info-file-name                   ((,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 :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-location            ((,c :inherit 
guix-info-file-name)))
          (guix-package-info-uninstalled-outputs ((,c :foreground ,(gc 'fg+2)
                                                      :weight bold)))
          (guix-package-info-installed-outputs   ((,c :foreground ,(gc 'green-1)
@@ -908,6 +908,7 @@ For INVERT, see `alect-get-color'."
          (guix-package-info-propagated-inputs   ((,c :foreground ,(gc 'fg)
                                                      :weight bold)))
          (guix-generation-info-number           ((,c :inherit alect-title)))
+         (guix-devel-gexp-symbol                ((,c :foreground ,(gc 
'yellow+2))))
 
          ;; helm
          (helm-header             ((,c :inherit header-line)))



reply via email to

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