branch: elpa/alect-themes
commit 418e23d9ab85deeaa4818f8dc72e27061687b3e3
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add new guix faces
---
alect-themes.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index e467abc..4acd9dd 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1,6 +1,6 @@
;;; alect-themes.el --- Configurable light, dark and black themes for Emacs 24
or later -*- lexical-binding: t -*-
-;; Copyright (C) 2013-2017 Alex Kost
+;; Copyright (C) 2013–2018 Alex Kost
;; Author: Alex Kost <[email protected]>
;; Created: 10 Jul 2013
@@ -971,6 +971,11 @@ For INVERT, see `alect-get-color'."
(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-package-info-future ((,c :foreground ,(gc 'blue-1)
+ :inherit
guix-package-info-installed-outputs)))
+ (guix-package-info-unknown ((,c :foreground ,(gc 'fg+2)
+ :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).