-
Notifications
You must be signed in to change notification settings - Fork 1
/
squirrel.custom.yaml
executable file
·29 lines (28 loc) · 1.73 KB
/
squirrel.custom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
patch:
us_keyboard_layout: true
style:
color_scheme: Jrime
preset_color_schemes/Jrime:
name: Jrime
author: JacyL4
horizontal: false # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 4 # 候选条圆角
border_height: 4 # 窗口边界高度,大于圆角半径才生效
border_width: 4 # 窗口边界宽度,大于圆角半径才生效
font_face: "PingFangSC" # 候选词字体
font_point: 20 # 候选字词大小
label_font_point: 18 # 候选编号大小
text_color: 0x454950 # 編碼行文字顏色,24位色值,16进制,BGR顺序
back_color: 0xd7f5f9 # 候选条背景色
border_color: 0xd7f5f9 # 候选条边框色
label_color: 0x36383c # 候选条编号颜色
candidate_text_color: 0x36383c # 候选项文字颜色
comment_text_color: 0x888545 # 拼音等提示文字颜色
hilited_text_color: 0x36383c # 高亮拼音 (需要开启内嵌编码)
hilited_back_color: 0xc7f1fb # 高亮拼音 (需要开启内嵌编码)
hilited_candidate_text_color: 0xc7f1fb # 第一候选项文字颜色
hilited_candidate_label_color: 0xc7f1fb # 第一候选项编号颜色
hilited_comment_text_color: 0xc7f1fb # 第一候选项拼音等提示文字颜色
hilited_candidate_back_color: 0x888545 # 第一候选项背景背景色