branch: elpa/apropospriate-theme
commit c830808cc88ced230b822c9faf6ac203207f6ca0
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add grizzl support
---
README.md | 1 +
apropospriate.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 7093fd8..ebe5d10 100644
--- a/README.md
+++ b/README.md
@@ -94,3 +94,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Ivy Posframe
* Smerge
* Lsp-mode
+* Grizzl
diff --git a/apropospriate.el b/apropospriate.el
index 73c3f85..68c7da7 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -196,6 +196,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(ido-indicator ((,class (:foreground ,red :background ,base00+1))))
`(ido-virtual ((,class (:foreground ,cyan))))
`(ido-vertical-match-face ((,class (:foreground ,yellow))))
+ `(grizzl-selection-face ((,class (:inherit match))))
`(ivy-current-match ((,class (:foreground unspecified :background
,light-emphasis))))
`(ivy-confirm-face ((,class (:foreground ,green))))
`(ivy-match-required-face ((,class (:foreground ,red))))