From ee38f9c0e8d968a779b28aa473003c4a646132fe Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 11 Dec 2022 16:26:23 -0500 Subject: [PATCH] Add faces for transient --- mood-adwaita-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index f1ccd7b..ed19070 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -667,6 +667,10 @@ `(tabbar-selected ((,class (:inherit 'tabbar-default :background ,bg-alt :foreground ,fg :weight bold)))) `(tabbar-selected-modified ((,class (:inherit 'tabbar-selected :foreground ,green)))) + ;;transient + `(transient-heading ((,class (:inherit help-for-help-header)))) + `(transient-key ((,class (:inherit help-key-binding)))) + ;; treemacs `(treemacs-root-face ((,class (:inherit 'font-lock-string-face)))) `(treemacs-file-face ((,class (:foreground ,fg))))