Skip to content

Instantly share code, notes, and snippets.

@Shinolr
Last active June 2, 2024 08:21
Show Gist options
  • Select an option

  • Save Shinolr/5057c43476e16510ddbd377127d98f47 to your computer and use it in GitHub Desktop.

Select an option

Save Shinolr/5057c43476e16510ddbd377127d98f47 to your computer and use it in GitHub Desktop.
鼠须管微信键盘配色(仅支持鼠须管1.0.0及之后版本)
patch:
style:
color_scheme: wechat_light
preset_color_schemes:
wechat_light:
name: 微信键盘浅色
# 候选窗背景色
back_color: 0xFFFFFF
# 窗口上下高度,大于圆角半径才生效
border_height: 0
# 窗口左右宽度,大于圆角半径才生效
border_width: 8
# 候选项格式
candidate_format: "[label] [candidate] [comment]"
# 候选窗样式 竖直 stacked/水平 linear
candidate_list_layout: linear
# 窗口圆角
corner_radius: 5
# 候选项字体
font_face: PingFangSC
# 候选项文字字号
font_point: 16
# 高亮候选项背景色
hilited_candidate_back_color: 0x75B100
# 高亮候选项序号颜色
hilited_candidate_label_color: 0xFFFFFF
# 高亮候选项文字颜色
hilited_candidate_text_color: 0xFFFFFF
# 高亮圆角
hilited_corner_radius: 5
# 拼音位于:候选框 false/行内 true
inline_preedit: true
# 候选项序号颜色
label_color: 0x999999
# 候选项序号字号
label_font_point: 12
# 候选项文字颜色
text_color: 0x424242
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment