branch: elpa/apropospriate-theme
commit 120291804ce02c38fc57c80b3dda9323173d08cf
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
support for goggles
---
README.md | 1 +
apropospriate.el | 3 +++
2 files changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 33f5288..bff1693 100644
--- a/README.md
+++ b/README.md
@@ -107,3 +107,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Frog Menu
* Which Key Posframe
* Company Posframe
+* Goggles
diff --git a/apropospriate.el b/apropospriate.el
index 3f04a75..354a276 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -581,6 +581,9 @@ Set to `1.0' or nil to prevent font size manipulation."
`(web-mode-current-column-highlight-face ((,class (:inherit hl-line))))
`(pulse-highlight-face ((,class (:background ,pink))))
`(pulse-highlight-start-face ((,class (:background ,pink))))
+ `(goggles-changed ((,class (:background ,flashing-color))))
+ `(goggles-removed ((,class (:background ,flashing-color))))
+ `(goggles-added ((,class (:background ,flashing-color))))
`(eshell-prompt ((,class (:foreground ,green :weight bold))))
`(eshell-ls-archive ((,class (:foreground ,teal))))
`(eshell-ls-backup ((,class (:inherit font-lock-comment-face))))