branch: elpa/alect-themes
commit 02b22d754c479241d2abec7521124f81e16425b0
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Update guix faces
* alect-themes.el: Modify 'guix-package-info-synopsis', remove
'guix-package-info-installed-outputs' and add
'guix-derivation-drv-file-name'.
---
alect-themes.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index c91cf3f..1984597 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -973,7 +973,7 @@ For INVERT, see `alect-get-color'."
(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-synopsis ((,c :inherit variable-pitch)))
(guix-package-info-license ((,c :foreground ,(gc
'red-1))))
(guix-package-info-inputs ((,c :inherit
guix-package-info-name-button)))
(guix-package-info-native-inputs ((,c :inherit
guix-package-info-name-button
@@ -985,10 +985,8 @@ For INVERT, see `alect-get-color'."
:background ,(gc 'red-bg)
:inherit
guix-package-info-installed-outputs)))
(guix-devel-gexp-symbol ((,c :foreground ,(gc
'yellow+2))))
-
- ;; TODO Remove ("covered" by 'guix-true' face since Emacs-Guix 0.3.3).
- (guix-package-info-installed-outputs ((,c :foreground ,(gc 'green-1)
- :weight bold)))
+ (guix-derivation-drv-file-name ((,c :inherit
guix-derivation-file-name
+ :foreground ,(gc 'cyan))))
;; helm
(helm-header-line-left-margin ((,c :inherit alect-prompt)))