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

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

[nongnu] elpa/dracula-theme dc5186e 012/187: Fix hl-line-mode for emacs


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme dc5186e 012/187: Fix hl-line-mode for emacs (#121)
Date: Thu, 21 Oct 2021 18:04:47 -0400 (EDT)

branch: elpa/dracula-theme
commit dc5186e5724a29951ed4b94b0277bb8cd814adaa
Author: fm4d <m@fm4d.net>
Commit: Zeno Rocha <hi@zenorocha.com>

    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

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