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

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

[elpa] externals/ivy-posframe 704feb2 062/195: Let ivy-posframe only inh


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 704feb2 062/195: Let ivy-posframe only inhert default
Date: Sat, 3 Oct 2020 07:11:45 -0400 (EDT)

branch: externals/ivy-posframe
commit 704feb26e1920f3bdd8ef073f24e46a16e3872aa
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Let ivy-posframe only inhert default
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 35dd872..f183172 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -169,7 +169,7 @@ When 0, no border is showed."
   :type 'string)
 
 (defface ivy-posframe
-  '((t (:inherit default :background "#333333" :foreground "#dcdccc")))
+  '((t (:inherit default)))
   "Face used by the ivy-posframe."
   :group 'ivy-posframe)
 



reply via email to

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