diff --git a/eldoc-box.el b/eldoc-box.el index 74547b2..9483d07 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -26,7 +26,7 @@ ;;;;; Variable (defface eldoc-box-border '((((background dark)) . (:background "white")) - (((background light)) . (:background "dark"))) + (((background light)) . (:background "black"))) "The border color used in childframe.") (defface eldoc-box-body '((t . (:background nil)))