diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-09 15:35:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-09 15:35:23 +0200 |
commit | 85b6636d1a297f2c1b768ca869ad70b6fa058e8f (patch) | |
tree | 6da899b71764bce8dbfe78ec1ffde0eca7922943 /.config/emacs/mango-theme.el | |
parent | 5d27540a3e611229f3c37452bbb6ab104688867c (diff) |
Customize theming for tempel
Diffstat (limited to '.config/emacs/mango-theme.el')
-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))) |