branch: elpa/dracula-theme
commit 5def7ef4750d8e5f1029edbb539b93a71d3bb2f8
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
Use :extend t for hl-line and region faces
---
dracula-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 7b01592..397a485 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -57,7 +57,7 @@
(ffap :foreground ,fg4)
(fringe :background ,bg1 :foreground ,fg4)
(highlight :foreground ,fg3 :background ,bg3)
- (hl-line :background ,bg5)
+ (hl-line :background ,bg5 :extend t)
(info-quoted-name :foreground ,builtin)
(info-string :foreground ,str)
(lazy-highlight :foreground ,fg2 :background ,bg3)
@@ -65,7 +65,7 @@
(linum :slant italic :foreground ,bg4 :background ,bg1)
(line-number :slant italic :foreground ,bg4 :background ,bg1)
(minibuffer-prompt :bold t :foreground ,keyword)
- (region :background ,str :foreground ,bg1)
+ (region :background ,str :foreground ,bg1 :extend t)
(show-paren-match-face :background ,warning)
(trailing-whitespace :foreground nil :background ,warning)
(vertical-border :foreground ,bg2)