branch: elpa/apropospriate-theme
commit 97a26598a4d64f8339f7b12818d67425057235be
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
also style symbol-overlay-default-face like highlight-symbol-face
---
apropospriate.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/apropospriate.el b/apropospriate.el
index 7dc31de..5a81024 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -315,6 +315,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(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)))))
+ `(symbol-overlay-default-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))))