[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 00b883eaf8: Use correct symbol for key bindin
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 00b883eaf8: Use correct symbol for key binding face |
Date: |
Sun, 10 Dec 2023 10:02:07 -0500 (EST) |
branch: externals/ef-themes
commit 00b883eaf88740c7fc6ecfff49cc40a3108fd247
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ef-themes 00b883eaf8: Use correct symbol for key binding face,
ELPA Syncer <=