dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit b2e94668d2dc9d62b5bafd6db68e417a49d6f09a
parent d0c51e9e678688e9723423fdb827eb14ad397595
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 30 Nov 2023 19:23:46 +0100

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.

Diffstat:
M.emacs.d/eighters-theme.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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))))