branch: elpa/spacemacs-theme
commit bacedcad003e6a2d257f8ee402cc1c488033cf3a
Author: madand <[email protected]>
Commit: madand <[email protected]>
Improve handling of auto-highlight-symbol
Upstream introduced several new faces as well fixed typo in the name of an
existing face name (`ahs-plugin-defalt-face`). This commit fixes these
issues by
applying unobtrusive background highlighting, the same way it is already
implemented for `ahs-face`.
---
spacemacs-common.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index ef7282e34b..f096009e1c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -215,7 +215,12 @@ to 'auto, tags may not be properly aligned. "
;;;;; ahs
`(ahs-face ((,class (:background ,highlight))))
+ `(ahs-face-unfocused ((,class (:background ,highlight))))
+ `(ahs-definition-face ((,class (:background ,highlight))))
+ `(ahs-definition-face-unfocused ((,class (:background ,highlight))))
`(ahs-plugin-whole-buffer-face ((,class (:background ,mat :foreground
,bg1))))
+ `(ahs-plugin-default-face ((,class (:background ,highlight))))
+ `(ahs-plugin-default-face-unfocused ((,class (:background ,highlight))))
;;;;; anzu-mode
`(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))