Skip to content

Instantly share code, notes, and snippets.

@lynnjinjie
Last active January 10, 2025 06:17
Show Gist options
  • Select an option

  • Save lynnjinjie/476658314478f5328e252cc2247a5fda to your computer and use it in GitHub Desktop.

Select an option

Save lynnjinjie/476658314478f5328e252cc2247a5fda to your computer and use it in GitHub Desktop.
rime wechat color scheme
patch:
app_options:
windowsterminal.exe:
ascii_mode: true # 默认英文
cursor.exe:
ascii_mode: true
vim_mode: true
code.exe:
ascii_mode: true
vim_mode: true
style:
# 候选项横排:true;false
horizontal: false
# 浅色主题
color_scheme: wechat_light
# 深色主题
color_scheme_dark: wechat_dark
preset_color_schemes:
wechat_light:
name: 微信键盘浅色
horizontal: false # true横排,false竖排
back_color: 0xFFFFFF # 候选条背景色
border_height: 0 # 窗口上下高度,大于圆角半径才生效
border_width: 8 # 窗口左右宽度,大于圆角半径才生效
candidate_format: '%c %@ ' # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
comment_text_color: 0x999999 # 拼音等提示文字颜色
corner_radius: 5 # 窗口圆角
hilited_corner_radius: 5 # 高亮圆角
font_face: LXGWWenKaiScreenR # 候选词字体
font_point: 20 # 候选字大小
hilited_candidate_back_color: 0x75B100 # 第一候选项背景色
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
label_font_point: 12 # 候选编号大小
text_color: 0x424242 # 拼音行文字颜色
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
wechat_dark:
name: 微信键盘深色
horizontal: false # true横排,false竖排
back_color: 0x2e2925 # 候选条背景色
border_height: 0 # 窗口上下高度,大于圆角半径才生效
border_width: 8 # 窗口左右宽度,大于圆角半径才生效
candidate_format: '%c %@ ' # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
comment_text_color: 0x999999 # 拼音等提示文字颜色
corner_radius: 5 # 窗口圆角
hilited_corner_radius: 5 # 高亮圆角
font_face: LXGWWenKaiScreenR # 候选词字体
font_point: 20 # 候选字大小
hilited_candidate_back_color: 0x75B100 # 第一候选项背景色
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
label_font_point: 12 # 候选编号大小
text_color: 0x424242 # 拼音行文字颜色
label_color: 0x999999 # 预选栏编号颜色
candidate_text_color: 0xe9e9ea # 预选项文字颜色
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment