branch: externals/pyim commit b22cef6eb0abfe0697afadf9c9aed2b40104609d Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-indicator.el (pyim-indicator-with-posframe): Use pyim-indicator-select-color. --- pyim-indicator.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-indicator.el b/pyim-indicator.el index 679a721..b49828a 100644 --- a/pyim-indicator.el +++ b/pyim-indicator.el @@ -156,7 +156,7 @@ Indicator 用于显示输入法当前输入状态(英文还是中文)。" :string ".." :font "Monospace-2" :poshandler #'posframe-poshandler-point-top-left-corner - :background-color "orange") + :background-color (pyim-indicator-select-color (list "red" "green" "blue" "orange"))) (posframe-hide buffer)))))) ;; * Footer