summaryrefslogtreecommitdiff
path: root/.config/emacs/mango-theme.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-09 15:35:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-09 15:35:23 +0200
commit85b6636d1a297f2c1b768ca869ad70b6fa058e8f (patch)
tree6da899b71764bce8dbfe78ec1ffde0eca7922943 /.config/emacs/mango-theme.el
parent5d27540a3e611229f3c37452bbb6ab104688867c (diff)
Customize theming for tempel
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r--.config/emacs/mango-theme.el13
1 files changed, 12 insertions, 1 deletions
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)))