branch: elpa/apropospriate-theme
commit 1a8c2d81e5ae2a4bfabc132be55d64838f186bfc
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add symbol-overlay support
---
README.md | 1 +
apropospriate.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 2399b93..1117de3 100644
--- a/README.md
+++ b/README.md
@@ -89,3 +89,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Neotree
* Hydra
* Dired Subtree
+* Symbol Overlay
diff --git a/apropospriate.el b/apropospriate.el
index 6dadb90..aa3d76b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -306,6 +306,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(show-paren-match ((,class (:background unspecified :underline (:style
line :color ,pink)))))
`(show-paren-mismatch ((,class (:background unspecified :foreground ,red
:inverse-video t :underline (:style line :color ,red)))))
`(highlight-symbol-face ((,class (:foreground unspecified :background
unspecified :underline (:style line :color ,base02)))))
+ `(symbol-overlay-temp-face ((,class (:foreground unspecified :background
unspecified :underline (:style line :color ,base02)))))
`(sp-show-pair-match-face ((,class (:inherit show-paren-match))))
`(sp-show-pair-mismatch-face ((,class (:inherit show-paren-mismatch))))
`(rainbow-delimiters-depth-1-face ((,class (:foreground ,purple-1))))