emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme bacedcad00 332/336: Improve handling of au


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme bacedcad00 332/336: Improve handling of auto-highlight-symbol
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit bacedcad003e6a2d257f8ee402cc1c488033cf3a
Author: madand <dev@madand.net>
Commit: madand <dev@madand.net>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]