From a97d5d5f5657a52c3b4c4b146b4d307dfb1a7a74 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 7 Nov 2023 12:26:10 -0500 Subject: [PATCH] Add faces for tempel --- adwaita-dark-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index ae658b4..4e3ed7e 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -833,6 +833,11 @@ `(swiper-match-face-3 ((,class (:background ,magenta :foreground ,base-0 :weight bold)))) `(swiper-match-face-4 ((,class (:background ,green :foreground ,base-0 :weight bold)))) + ;; tempel + `(tempel-form ((,class (:foreground unspecified)))) + `(tempel-field ((,class (:foreground unspecified)))) + `(tempel-default ((,class (:foreground unspecified :underline t)))) + ;; transient `(transient-heading ((,class (:foreground ,base-8 :weight bold)))) `(transient-key ((,class (:inherit help-key-binding))))