branch: externals/pyim commit f8a1d82e27eea188fa9be28e05c409a6a41bda0b Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-page.el (pyim-page-border): Set background to gray. --- pyim-page.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-page.el b/pyim-page.el index 3f46cb3d29..e9ac5c73f1 100644 --- a/pyim-page.el +++ b/pyim-page.el @@ -110,7 +110,7 @@ page style." "Face used for the pyim page.") (defface pyim-page-border - '((t (:inherit pyim-page))) + '((t (:inherit pyim-page :background "gray"))) "Face used for the pyim page border. Only useful when use posframe.")