branch: externals/ef-themes
commit 00b883eaf88740c7fc6ecfff49cc40a3108fd247
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use correct symbol for key binding face
---
ef-themes.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index f20f8ae0ca..b7ddbfbac4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2173,11 +2173,11 @@ text should not be underlined as well) yet still blend
in."
;; could set that user option to nil, but I think it is less
;; intrusive to enforce uniformity among the relevant faces.
;; Those who want semantic coloring can modify these faces.
- `(transient-key ((,c :inherit modus-themes-key-binding)))
- `(transient-key-exit ((,c :inherit modus-themes-key-binding)))
- `(transient-key-noop ((,c :inherit (shadow modus-themes-key-binding))))
- `(transient-key-return ((,c :inherit modus-themes-key-binding)))
- `(transient-key-stay ((,c :inherit modus-themes-key-binding)))
+ `(transient-key ((,c :inherit ef-themes-key-binding)))
+ `(transient-key-exit ((,c :inherit ef-themes-key-binding)))
+ `(transient-key-noop ((,c :inherit (shadow ef-themes-key-binding))))
+ `(transient-key-return ((,c :inherit ef-themes-key-binding)))
+ `(transient-key-stay ((,c :inherit ef-themes-key-binding)))
`(transient-mismatched-key ((,c :underline t)))
`(transient-nonstandard-key ((,c :underline t)))
`(transient-pink ((,c :inherit bold :foreground ,magenta)))