Skip to content

Instantly share code, notes, and snippets.

@levihuayuzhang
Last active January 28, 2024 07:39
Show Gist options
  • Save levihuayuzhang/31fb3b2bbcaf7e665af58e27dce1471c to your computer and use it in GitHub Desktop.
Save levihuayuzhang/31fb3b2bbcaf7e665af58e27dce1471c to your computer and use it in GitHub Desktop.
Rime輸入法配置
patch:
"menu/page_size": 8
"translator/enable_user_dict": true
"translator/enable_encoder": true #是否开启自动造词〔仅table_translator有效〕
"translator/encode_commit_history": true #是否对已上屛词自动成词〔仅table_translator效〕
"translator/enable_sentence": true #是否开启自动造句
"translator/enable_completion": true #编码逐渐提示开关;编码提示
"translator/enable_charset_filter": true #字符集过滤,低重形码用不着
__patch:
# Rx: emoji:customize:schema=luna_pinyin {
- patch/+:
__include: emoji_suggestion:/patch
# }
__patch:
# Rx: emoji:customize:schema=luna_pinyin {
- patch/+:
__include: emoji_suggestion:/patch
# }
patch:
style/horizontal: true # 候選窗横向顯示
style/inline_preedit: true # 非內嵌編碼行
style/font_point: 16 # 字號
style/label_font_point: 16 # 候選編號大小
style/display_tray_icon: true # 顯示托盤圖標
# style/font_face: ".PingFang SC,HanaMinA,HanaMinB"
# style/color_scheme: ink # 選擇配色方案
style/color_scheme: native # 選擇配色方案
# style/color_scheme: macos_light # 黑白自適應
# style/color_scheme_dark: macos_dark
# 系統默認色系 - native
# 碧水 - aqua
# 青天 - azure
# 明月 - luna
# 墨池 - ink
# 孤寺 - lost_temple
# 暗堂 - dark_temple
# 星際我爭霸 - starcraft
# 谷歌 - google
# 曬經石 - solarized_rock
# 简约白 - clean_white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment