branch: elpa/apropospriate-theme
commit 52ed4bf4aaa01c527271d71e6ce00f3607839777
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add support for tempel
---
README.md | 1 +
apropospriate.el | 3 +++
2 files changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 1687740b38..5fb150c7de 100644
--- a/README.md
+++ b/README.md
@@ -122,3 +122,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Transient
* Transient Posframe Mode
* Vertico Posframe Mode
+* Tempel
diff --git a/apropospriate.el b/apropospriate.el
index 835af74abf..c22a0e9800 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -312,6 +312,9 @@ Set to `1.0' or nil to prevent font size manipulation."
`(corfu-current ((,class (:background ,base00-1 :foreground ,base03))))
`(corfu-bar ((,class (:background ,base00+1 :foreground ,base00+3))))
`(corfu-border ((,class (:background ,base00-2 :foreground ,base03))))
+ `(tempel-field ((,class (:background ,base00-2 :foreground ,base03))))
+ `(tempel-form ((,class (:background ,base00-2 :foreground ,base03))))
+ `(tempel-default ((,class (:background ,base00-2 :foreground ,base03))))
`(ac-completion-face ((,class :inherit company-preview)))
`(popper-echo-area ((,class :foreground ,base03)))
`(tooltip ((,class (:background ,base00-1 :foreground ,base03))))