branch: elpa/material-theme
commit 0890ff69a0fa1f908e79d0f68b1bb3cf0d55af40
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Set hl-line face explicitly.
Avoids #39.
---
material-light-theme.el | 1 +
material-theme.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index 24467e1..a1729c5 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -222,6 +222,7 @@
:foreground, selection))))
`(border-glyph ((,class (nil))))
`(highlight ((,class (:inverse-video nil :background ,current-line))))
+ `(hl-line ((,class (:inverse-video nil :background ,current-line))))
`(gui-element ((,class (:background ,current-line :foreground
,foreground))))
`(mode-line ((,class (:foreground ,foreground :background ,far-background
:box (:line-width 2 :color
,current-line)))))
diff --git a/material-theme.el b/material-theme.el
index a475b3c..344d311 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -219,6 +219,7 @@
:foreground, selection))))
`(border-glyph ((,class (nil))))
`(highlight ((,class (:inverse-video nil :background ,current-line))))
+ `(hl-line ((,class (:inverse-video nil :background ,current-line))))
`(gui-element ((,class (:background ,current-line :foreground
,foreground))))
`(mode-line ((,class (:foreground ,foreground :background
,far-background))))
`(mode-line-buffer-id ((,class (:foreground ,foreground :background nil
:weight bold))))