branch: elpa/dracula-theme
commit 20b49bf7fc1746a2e3a64ded2972fb37b57f5d4a
Merge: a1c9888 602852d
Author: Garrett T <[email protected]>
Commit: GitHub <[email protected]>

    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