branch: elpa/dracula-theme
commit dc5186e5724a29951ed4b94b0277bb8cd814adaa
Author: fm4d <[email protected]>
Commit: Zeno Rocha <[email protected]>

    Fix hl-line-mode for emacs (#121)
    
    This commit assigns proper color (#44475a viz. color palette) to 
hl-line-mode.
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 3d6154b..f79c050 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -65,7 +65,7 @@
    `(font-lock-warning-face ((,class (:foreground ,warning :background ,bg2))))
    `(region ((,class (:background ,str :foreground ,bg1))))
    `(highlight ((,class (:foreground ,fg3 :background ,bg3))))
-   `(hl-line ((,class (:background  ,nil))))
+   `(hl-line ((,class (:background  ,bg5))))
    `(fringe ((,class (:background ,bg1 :foreground ,fg4))))
    `(cursor ((,class (:background ,fg3))))
    `(show-paren-match-face ((,class (:background ,warning))))

Reply via email to