diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-11-30 19:23:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-11-30 19:23:46 +0100 |
| commit | b2e94668d2dc9d62b5bafd6db68e417a49d6f09a (patch) | |
| tree | 0113c948860a06a8127208c077875e044be6fc0d /.emacs.d | |
| parent | d0c51e9e678688e9723423fdb827eb14ad397595 (diff) | |
| download | dotfiles-b2e94668d2dc9d62b5bafd6db68e417a49d6f09a.tar.xz | |
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 (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
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)))) |
