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

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

[nongnu] elpa/spacemacs-theme dfe06629f8 333/336: Merge pull request #18


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme dfe06629f8 333/336: Merge pull request #187 from madand/master
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit dfe06629f8211ccd9933fc0d457019401ecbe594
Merge: f98150e8e2 bacedcad00
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #187 from madand/master
    
    Improve handling of auto-highlight-symbol
---
 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]