From 2029e5d6ccfe4e82dff5dbded6bf9217ce4f98f4 Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Thu, 13 Apr 2023 10:05:32 -0700 Subject: [PATCH] Inherit the default background --- frog-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frog-menu.el b/frog-menu.el index 441f618..66a2201 100644 --- a/frog-menu.el +++ b/frog-menu.el @@ -261,7 +261,7 @@ for this.") "Face used for menu action keybindings.") (defface frog-menu-posframe-background-face - '((t :background "old lace")) + '((t (:inherit default))) "Face used for the background color of the posframe.") (defvar frog-menu--buffer " *frog-menu-menu*"