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

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

[nongnu] elpa/gruvbox-theme e8ca82864a 057/258: Add support for highligh


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme e8ca82864a 057/258: Add support for highlight-indentation-mode
Date: Sat, 1 Jan 2022 01:59:29 -0500 (EST)

branch: elpa/gruvbox-theme
commit e8ca82864aec0aa7ae33f96dde152eaa18e85510
Author: Jason Milkins <jasonm23@gmail.com>
Commit: Jason Milkins <jasonm23@gmail.com>

    Add support for highlight-indentation-mode
---
 gruvbox-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 0c0c025341..6c93d87f55 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -140,6 +140,10 @@
     ;; linum-relative
     `(linum-relative-current-face       ((t (:background ,gruvbox-dark1 
:foreground ,gruvbox-light4))))
 
+    ;; Highlight indentation mode
+    `(highlight-indentation-current-column-face ((t (:background 
,gruvbox-dark2 ))))
+    `(highlight-indentation-face                ((t (:background 
,gruvbox-dark1 ))))
+
     ;; Smartparens
     `(sp-pair-overlay-face              ((t (:background ,gruvbox-dark2))))
     ;`(sp-wrap-overlay-face             ((t (:inherit sp-wrap-overlay-face))))



reply via email to

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