branch: externals/ivy-posframe commit 704feb26e1920f3bdd8ef073f24e46a16e3872aa Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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)