This commit is contained in:
Yuan Fu 2018-12-11 16:34:37 -05:00
parent 001c421ce6
commit 5bb3e5533e
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -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)))