branch: elpa/alect-themes
commit 19486962c5513ec617411485e3de1f501d1f9480
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'guix-operation-option-key' face
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index 2378597..794bb85 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -948,6 +948,7 @@ For INVERT, see `alect-get-color'."
(google-translate-listen-button-face ((,c :inherit alect-button)))
;; guix
+ (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))))