branch: externals/aircon-theme
commit d88978559cb1588e8a1811e9ed6e6b1fef0db150
Author: Gregory Chamberlain <[email protected]>
Commit: Gregory Chamberlain <[email protected]>
Style transient-key faces used in Magit menus
---
aircon-theme.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/aircon-theme.el b/aircon-theme.el
index ac780a2220..8821e4d6e8 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -254,6 +254,11 @@
'(magit-process-ok ((t (:inherit (success)))))
'(magit-process-ng ((t (:inherit (error)))))
+ '(transient-key-exit ((t (:inherit (error)))))
+ '(transient-key-noop ((t (:inherit (shadow)))))
+ '(transient-key-return ((t (:inherit (warning)))))
+ '(transient-key-stay ((t (:inherit (success)))))
+
'(dired-directory ((t (:inherit (aircon-cello bold)))))
'(dired-header ((t (:inherit (dired-directory)))))
'(dired-symlink ((t (:inherit (italic link)))))