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

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

[nongnu] elpa/spacemacs-theme 124b629c04 084/336: Support highlight-inde


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 124b629c04 084/336: Support highlight-indentation (fix #19)
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

branch: elpa/spacemacs-theme
commit 124b629c048deb3d17b8ae18d7b70a51b36704a6
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support highlight-indentation (fix #19)
    
    Thanks @bmag for reporting this :)
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1a85b0a007..12a2e54a5e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -308,6 +308,9 @@
      `(helm-swoop-target-line-face ((,class (:foreground ,base :background 
,highlight))))
      `(helm-swoop-target-word-face ((,class (:foreground ,bg1 :background 
,suc))))
 
+;;;;; highlight-indentation
+     `(highlight-indentation-face ((,class (:background ,comment-bg))))
+
 ;;;;; ido
      `(ido-first-match ((,class (:foreground ,comp :bold t))))
      `(ido-only-match ((,class (:foreground ,(if (eq variant 'dark) suc red) 
:bold t))))



reply via email to

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