summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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)))