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

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

[nongnu] elpa/alect-themes cdfa0a6 167/269: Add 'indent-guide-face'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes cdfa0a6 167/269: Add 'indent-guide-face'
Date: Thu, 21 Oct 2021 17:59:12 -0400 (EDT)

branch: elpa/alect-themes
commit cdfa0a69bdf7dd11c2ac8654833216aad8b7d9ff
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add 'indent-guide-face'
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 761086d..91e949f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -911,6 +911,9 @@ For INVERT, see `alect-get-color'."
          ;; hl-todo
          (hl-todo ((,c :foreground ,(gc 'red) :weight bold)))
 
+         ;; indent-guide
+         (indent-guide-face ((,c :foreground ,(gc 'yellow+1))))
+
          ;; info
          (info-title-1     ((,c :inherit alect-color-level-1 :height 1.5 
:weight bold)))
          (info-title-2     ((,c :inherit alect-color-level-2 :height 1.4 
:weight bold)))



reply via email to

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