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

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

[nongnu] elpa/dracula-theme 20b49bf 071/187: Merge pull request #45 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 20b49bf 071/187: Merge pull request #45 from avkoval/master
Date: Thu, 21 Oct 2021 18:04:57 -0400 (EDT)

branch: elpa/dracula-theme
commit 20b49bf7fc1746a2e3a64ded2972fb37b57f5d4a
Merge: a1c9888 602852d
Author: Garrett T <film42@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #45 from avkoval/master
    
    Added `highlight-indentation` minor mode support
---
 dracula-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index fe8b631..00867b2 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -177,6 +177,8 @@
                (helm-time-zone-current :foreground ,builtin :background ,bg1)
                (helm-time-zone-home :foreground ,type :background ,bg1)
                (helm-visible-mark :foreground ,bg1 :background ,bg3)
+               ;; highlight-indentation minor mode
+               (highlight-indentation-face :background ,bg2)
                ;; icomplete
                (icompletep-determined :foreground ,builtin)
                ;; ido



reply via email to

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