rime-all/squirrel/squirrel.custom-bak.yaml

59 lines
3.2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# encoding: utf-8
patch:
style/horizontal: true
"menu/page_size": 9
schema_list:
- schema: double_pinyin_flypy # 小鹤双拼
# - schema: emoji # emoji 表情
switches/@next:
name: emoji_suggestion
reset: 1
states: [ "🈚️️\uFE0E", "🈶️️\uFE0F" ]
'engine/filters/@before 0':
simplifier@emoji_suggestion
emoji_suggestion:
opencc_config: emoji.json
option_name: emoji_suggestion
tips: all
# switches: # 注意縮進
# - name: ascii_mode
# reset: 0 # reset 0 的作用是當從其他輸入方案切換到本方案時,
# states: [ 中文, 西文 ] # 重設爲指定的狀態,而不保留在前一個方案中設定的狀態。
# - name: full_shape # 選擇輸入方案後通常需要立即輸入中文,故重設 ascii_mode = 0
# states: [ 半角, 全角 ] # 而全/半角則可沿用之前方案中的用法。
# - name: simplification # TODO: not work, add this line to double_pinyin.yaml will do
# reset: 1 # 增加這一行:默認啓用「繁→簡」轉換。
# states: [ 漢字, 汉字 ]
# engine:
# filters:
# - simplifier # 必要組件一
# - uniquifier # 必要組件二
style/color_theme: solarized-dark
preset_color_schemes:
solarized-dark:
author: "astroshot"
name: "solarized-dark"
back_color: 0x362B00 # 设置输入条的背景色色值是按照BGR的形式16进制填写
border_color: 0x362B00 # 输入条边框颜色,似乎在横向模式下不起作用
text_color: 0xD28B26 # 普通候选字的颜色,非第一候选字
hilited_text_color: 0xE3F6FD # 第一候选字颜色
hilited_back_color: 0x837B65 # 第一候选字颜色
hilited_candidate_text_color: 0x98A12A # 第一候选字标签颜色也就是数字1
hilited_candidate_back_color: 0x423607 # 第一候选字高亮颜色(背景色)
candidate_text_color: 0x009985 # 候选字颜色
comment_text_color: 0x8236D3
corner_radius: 5 # 设置输入条的圆角效果
border_height: 4 # 设置输入条上下宽度
dborder_width: 4 # 设置输入条左右宽度
border_color_width: 0 # 输入条边框宽度
candidate_format: "%c %@ " # 设置每个候选词之间的间隔距离,%c代表备选的数字%@代表候选字,可以通过输入空格的形式来调整每个候选字之间的间隔距离
# font_face: PingFangSC # 字体
font_point: 16 # 字体大小
hilited_corner_radius: 5 # 第一候选字高亮颜色的圆角,当不设置时就是一整块的颜色,设置了圆角之后就带有圆角效果了
horizontal: true # 设置水平还是竖直模式
inline_preedit: true # 设置是否双行显示
label_color: 0x888888 # 普通标签的颜色(非第一候选字),也就是候选字数字
label_font_point: 12 # 普通标签的字体大小