branch: elpa/dracula-theme
commit 602852d42b0bebb430b21d0dd4f7adc8a1d3eec5
Author: Alex Koval <[email protected]>
Commit: Alex Koval <[email protected]>

    Added `highlight-indentation` minor mode support
    
    For editing YAML and alike files
---
 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