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

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

[nongnu] elpa/material-theme 0890ff6 103/118: Set hl-line face explicitl


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 0890ff6 103/118: Set hl-line face explicitly.
Date: Thu, 21 Oct 2021 18:06:30 -0400 (EDT)

branch: elpa/material-theme
commit 0890ff69a0fa1f908e79d0f68b1bb3cf0d55af40
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

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