From e19e15a4147ccd911c456c798d173e9793fb94a0 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 12 Dec 2022 01:55:27 -0500 Subject: [PATCH] Refine appearance of transient faces --- mood-adwaita-theme.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index e4f513b..7eb607e 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -667,9 +667,15 @@ `(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 + `(transient-heading ((,class (:foreground base-8 :weight bold)))) `(transient-key ((,class (:inherit help-key-binding)))) + `(transient-argument ((,class (:inherit 'success)))) + `(transient-blue ((,class (:inherit 'transient-key :foreground ,blue)))) + `(transient-pink ((,class (:inherit 'transient-key :foreground ,pink)))) + `(transient-purple ((,class (:inherit 'transient-key :foreground ,magenta)))) + `(transient-red ((,class (:inherit 'transient-key :foreground ,red)))) + `(transient-teal ((,class (:inherit 'transient-key :foreground ,teal)))) ;; treemacs `(treemacs-root-face ((,class (:inherit 'font-lock-string-face))))