From b2e94668d2dc9d62b5bafd6db68e417a49d6f09a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 30 Nov 2023 19:23:46 +0100 Subject: Theme new transient faces I like that I can get more info about transient commands via faces; wary of unleashing fruit salads though so keeping it subtle for now. --- .emacs.d/eighters-theme.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d') diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index f2dc389..fbd66e7 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -441,6 +441,9 @@ `(trailing-whitespace ((t (:background ,bg-red)))) `(transient-argument ((t :weight bold :inherit font-lock-string-face))) `(transient-key ((t :inherit help-key-binding))) + `(transient-key-exit ((t :inherit (bold transient-key)))) + `(transient-key-return ((t :inherit (bold transient-key)))) + `(transient-key-stay ((t :inherit transient-key))) `(transient-unreachable-key ((t :inherit (shadow help-key-binding)))) `(vertical-border ((t (:foreground ,bg-hl)))) `(warning ((t (:foreground ,fg-yellow :weight bold)))) -- cgit v1.2.3