branch: elpa/dracula-theme commit c1614c68bb7cb6f9a6f4f779f47cf0d24b938b6f Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Fix hl-line and region using the same background --- dracula-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracula-theme.el b/dracula-theme.el index 106500c4b4..096626b06c 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -200,7 +200,7 @@ read it before opening a new issue about your will.") (fringe :background ,dracula-bg :foreground ,fg4) (header-line :inherit 'mode-line) (highlight :foreground ,fg3 :background ,dracula-current) - (hl-line :background ,dracula-current :extend t) + (hl-line :background ,bg2 :extend t) (info-quoted-name :foreground ,dracula-orange) (info-string :foreground ,dracula-yellow) (lazy-highlight :foreground ,fg2 :background ,bg2)