branch: elpa/alect-themes
commit 7b74456cf5e295a7cd095b1239810e3c928e1e55
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add magit popup faces
---
alect-themes.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 2265263..62185ca 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1151,6 +1151,11 @@ For INVERT, see `alect-get-color'."
magit-diff-context-highlight))))
(magit-diffstat-added ((,c :inherit magit-diff-added)))
(magit-diffstat-removed ((,c :inherit magit-diff-removed)))
+ (magit-popup-heading ((,c :inherit alect-title)))
+ (magit-popup-key ((,c :inherit alect-key)))
+ (magit-popup-argument ((,c :foreground ,(gc 'blue-2)
+ :weight bold)))
+ (magit-popup-disabled-argument ((,c :foreground ,(gc 'gray))))
(magit-sequence-pick ((,c :underline (:color ,(gc
'fg-2)))))
(magit-sequence-part ((,c :inherit magit-sequence-pick
:foreground ,(gc 'yellow+1))))