branch: externals/ef-themes
commit 196ae68bcc144dbf1bcb8777c08efefb8816dd9f
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Revise keycast-key for easier use and thematic consistency
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 4c0c03357e..1005e1c0f8 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1417,7 +1417,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(query-replace ((,c :background ,bg-red :foreground ,fg-intense)))
 ;;;; keycast
     `(keycast-command ((,c :inherit bold)))
-    `(keycast-key ((,c :background ,bg-accent :foreground ,fg-accent)))
+    `(keycast-key ((,c :inherit bold :background ,bg-hover :foreground 
,fg-intense :box (:line-width -1 :color ,fg-dim))))
 ;;;; lin
     `(lin-blue ((,c :background ,bg-blue-subtle)))
     `(lin-cyan ((,c :background ,bg-cyan-subtle)))

Reply via email to