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

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

[nongnu] elpa/dracula-theme 602852d 070/187: Added `highlight-indentatio


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 602852d 070/187: Added `highlight-indentation` minor mode support
Date: Thu, 21 Oct 2021 18:04:57 -0400 (EDT)

branch: elpa/dracula-theme
commit 602852d42b0bebb430b21d0dd4f7adc8a1d3eec5
Author: Alex Koval <alex.v.koval@labster.com>
Commit: Alex Koval <alex.v.koval@labster.com>

    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

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