From 85b6636d1a297f2c1b768ca869ad70b6fa058e8f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 9 Sep 2024 15:35:23 +0200 Subject: Customize theming for tempel --- .config/emacs/mango-theme.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index ecfc370..91fcb05 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -161,4 +161,15 @@ graphically, so I shouldn’t need to have multiple specs per face. ;; Marginalia (marginalia-documentation :foreground ,(mango-theme--get-color 'disabled) - :underline nil)) + :underline nil) + + ;; Tempel + (tempel-default + :slant italic + :background ,(mango-theme--get-color 'middleground)) + (tempel-field + :slant italic + :background ,(mango-theme--get-color 'middleground)) + (tempel-form + :slant italic + :background ,(mango-theme--get-color 'middleground))) -- cgit v1.2.3