diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/mango-theme.el | 13 |
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))) |