Skip to content

Commit

Permalink
fix: 小狼毫内高亮候选无效情况
Browse files Browse the repository at this point in the history
修复小狼毫内,高亮候选无效情况。
(小狼毫使用hilited_label_color,鼠须管使用hilited_candidate_label_color)
  • Loading branch information
YummyCocoa authored and Mintimate committed May 6, 2024
1 parent a2b2a27 commit 4a69bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions weasel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ preset_color_schemes:
# 第一候选项
hilited_candidate_text_color: 0xefefef
# 第一候选项编号颜色
hilited_candidate_label_color: 0xcac9c8
# 第一候选项编号颜色
hilited_label_color: 0xcac9c8
# 注解文字高亮
hilited_comment_text_color: 0xefefef
Expand Down Expand Up @@ -189,6 +191,8 @@ preset_color_schemes:
# 第一候选项
hilited_candidate_text_color: 0xefefef
# 第一候选项编号颜色
hilited_candidate_label_color: 0xffffff
# 第一候选项编号颜色
hilited_label_color: 0xffffff
# 注解文字高亮
hilited_comment_text_color: 0xffffff
Expand All @@ -210,6 +214,7 @@ preset_color_schemes:
hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
hilited_comment_text_color: 0xDFF0EE # 选中注颜色
hilited_candidate_label_color: 0xEFEFEF # 选中序号颜色
hilited_label_color: 0xEFEFEF # 选中序号颜色
text_color: 0x7BAE4F # 拼音颜色 (inline_preedit: false)
hilited_text_color: 0xed9564 # 选中拼音颜色 (inline_preedit: false)

Expand All @@ -230,6 +235,7 @@ preset_color_schemes:
hilited_candidate_text_color: 0xEFEFEF # 选中文字颜色
hilited_comment_text_color: 0xF4FAF8 # 选中注颜色
hilited_candidate_label_color: 0xEFEFEF # 选中序号颜色
hilited_label_color: 0xEFEFEF # 选中序号颜色
text_color: 0x83C81C # 拼音颜色 (inline_preedit: false)
hilited_text_color: 0xed9564 # 选中拼音颜色 (inline_preedit: false)

Expand Down

0 comments on commit 4a69bb7

Please sign in to comment.