2023.02.08 was based on squirrel 0.16.2.
Newer versions use upgraded versions of squirrel.
To mimic old UI, can currently be done by creating the file ~/Library/Rime/squirrel.custom.yaml
patch:
style/color_scheme: custom
style/corner_radius: 10
style/border_height: 0
style/border_width: 0
style/line_spacing: 10
style/base_offset: 0
style/font_face: "Lucida Grande"
style/font_point: 21
style/label_font_point: 18
style/comment_font_point: 18
preset_color_schemes:
custom:
name: 自定義配色
author: "Henry Chan"
back_color: 0xececec
label_color: 0x757575
candidate_text_color: 0x242424
comment_text_color: 0x757575
hilited_candidate_back_color: 0xfbd6bb
hilited_candidate_label_color: 0x757575
hilited_candidate_text_color: 0x242424
hilited_comment_text_color: 0x757575
Also to restore old UI (10 items per page, 中 vs ABC), use:
patch:
"menu/page_size": 10
"switches/@0":
name: ascii_mode
reset: 0
states: ["中", "ABC"]
ascii_mode label change came from: #176
page_size change I cannot find where it was, maybe I had done some local override myself at some point.
2023.02.08 was based on squirrel 0.16.2.
Newer versions use upgraded versions of squirrel.
To mimic old UI, can currently be done by creating the file
~/Library/Rime/squirrel.custom.yamlAlso to restore old UI (10 items per page, 中 vs ABC), use:
ascii_mode label change came from: #176
page_size change I cannot find where it was, maybe I had done some local override myself at some point.