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

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

[elpa] externals/ivy-explorer 4916592 22/25: Inherit separator face from


From: Stefan Monnier
Subject: [elpa] externals/ivy-explorer 4916592 22/25: Inherit separator face from `lv`
Date: Tue, 8 Jan 2019 12:26:00 -0500 (EST)

branch: externals/ivy-explorer
commit 4916592255652d0a45b45bbb3c14f0da1b464a0e
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Inherit separator face from `lv`
---
 ivy-explorer.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index e41ed62..3d28718 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -78,8 +78,7 @@ Line is drawn between the ivy explorer window and the Echo 
Area."
   :type 'function)
 
 (defface ivy-explorer-separator
-  '((((class color) (background light)) :background "grey80")
-    (((class color) (background  dark)) :background "grey30"))
+  '((t (:inherit lv-separator)))
   "Face used to draw line between the ivy-explorer window and the echo area.
 This is only used if option `ivy-explorer-use-separator' is non-nil.
 Only the background color is significant."



reply via email to

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