branch: elpa/alect-themes
commit e01abf039a39de2fdc00a1b7f36842c5f68ff97d
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Update guix faces for 0.2
---
 alect-themes.el | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 1249399..4cbe3b1 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -936,20 +936,11 @@ 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-name                   ((,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 :inherit 
font-lock-doc-face)))
          (guix-package-info-license             ((,c :foreground ,(gc 
'red-1))))
-         (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)
@@ -960,9 +951,19 @@ For INVERT, see `alect-get-color'."
                                                      :weight bold)))
          (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))))
 
+         ;; TODO remove (obsolete since Emacs-Guix 0.2)
+         (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-name                   ((,c :foreground ,(gc 'green+1)
+                                                     :underline t)))
+         (guix-generation-info-number           ((,c :inherit alect-title)))
+
          ;; helm
          (helm-header-line-left-margin ((,c :inherit alect-prompt)))
          (helm-header             ((,c :inherit header-line)))

Reply via email to