branch: externals/pyim
commit 4d7f2a51e66ccc39fee9b6486664fa3d755a6c5d
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    pyim-indicator: use orange color.
    
        * pyim-indicator.el (pyim-indicator-cursor-color)
        (pyim-indicator-with-posframe): Use orange color.
---
 pyim-indicator.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-indicator.el b/pyim-indicator.el
index 3391a7b..23f7962 100644
--- a/pyim-indicator.el
+++ b/pyim-indicator.el
@@ -41,7 +41,7 @@ Indicator 用于显示输入法当前输入状态(英文还是中文)。"
   :type '(choice (const :tag "Off" nil)
                  (repeat :tag "Indicator functions" function)))
 
-(defvar pyim-indicator-cursor-color (list "green")
+(defvar pyim-indicator-cursor-color (list "orange")
   "`pyim-indicator-default' 使用的 cursor 颜色。
 
 这个变量的取值是一个list: (中文输入时的颜色 英文输入时的颜色), 如
@@ -139,7 +139,7 @@ Indicator 用于显示输入法当前输入状态(英文还是中文)。"
                            :string "##"
                            :font "Monospace-2"
                            :poshandler 
#'posframe-poshandler-point-top-left-corner
-                           :background-color "green")
+                           :background-color "orange")
           (posframe-hide buffer))))))
 
 ;; * Footer

Reply via email to