forked from KyleBing/rime-wubi86-jidian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
squirrel.custom.yaml
124 lines (105 loc) · 7.32 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#-----------------#
# 颜色使用说明 #
#-----------------#
# 我们平常一般用到的颜色都是 `RGB` 顺序的,如 `D1635D` 就是 `red: D1 | green: 63 | blue: 5D`
# 而这里面用到的颜色可以有两种表达方式:
# 一种是带透明度的 `ABGR` ,`A` 代码透明度,范围也是从 `00 - FF`,`00` 是透明 `FF` 是不透明;另一种是 `BGR`。
# 那么上面这个颜色在这里面就可以写成 `0x5D63D1` `0xFF5D63D1`
#-----------------#
# 字体说明 #
#-----------------#
# 只要是你本地有的字体就可以,可以打开 FontBook.app 查看
# 一般字体不需要指定,指定后的字体可能会出现候选框被拉伸成过高的情况,因为不同字体的纵向高度不同,默认字体适配最好
patch:
style:
color_scheme: roseo_maple # 白亮模式下启用的皮肤,名字对应下方对皮肤的字义名
color_scheme_dark: roseo_maple_dark # 暗黑模式下启用的皮肤
preset_color_schemes:
roseo_maple:
name: 玫枫 / Roseo Maple
# v1.00 之后新增 ------ start -----
candidate_format: "[label]. [candidate] [comment]" # 候选词格式, label:序号,candidate:候选词,comment: 词条注释
candidate_list_layout: linear # stacked | linear
text_orientation: horizontal # horizontal | vertical
# v0.18 新增 ------ start -----
status_message_type: mix # long | short | mix
memorize_size: true # 控制选项标是否在接触屏幕边缘时有粘性
# ---------------- end -------
alpha: 1.0 # 候选窗口透明度:符点型数据,小数点形式,不然出错无法正常显示皮肤,0 时隐藏候选框
border_height: 0 # 边距宽度 - 上下
border_width: 0 # 边框宽度 - 左右, 两者同时存在时才显示边框
border_color: 0xffffff # 边框颜色
back_color: 0xF4F4F6 # 背景颜色 - 面板
corner_radius: 5 # 候选框圆角大小
font_point: 18 # 字体大小 - 候选
# font_face: PingFang SC Semibold # 字体 - 候选文字
line_spacing: 5 # horizontal 为 false 时,上下候选的间隔大小
base_offset: 0 # 文字基线调整
preedit_back_color: 0x364572
hilited_corner_radius: 5 # 圆角大小 - 高亮候选词
hilited_candidate_text_color: 0x4F11FA # 字体颜色 - 高亮候选词
hilited_candidate_back_color: 0xEDEDF9 # 背景颜色 - 高亮候选词 8位的前两位是颜色透明度,00就是透明,FF就是不透明
hilited_candidate_label_color: 0x884F11FA # 字体颜色 - 高亮候选词
label_font_face: PingFang SC # 字体 - 序号
label_font_point: 17 # 字体大小 - 序号
label_color: 0xaaaaaa # 字体颜色 - 序号
candidate_text_color: 0x222222 # 字体颜色 - 候选词
candidate_font_face: PingFang SC # 字体 - 候选词
candidate_font_point: 16 # 字体大小 - 候选词
comment_font_face: PingFang SC # 字体 - 注释
comment_font_point: 16 # 字体大小 - 注释
comment_text_color: 0x5AC461 # 字体颜色 - 注释
inline_preedit: true # 输入的编码是否直接写入到输入框中,如果为 false,未上屏的编码就会写在候选框中
spacing: 5 # 当 inline_preedit 为 false 时,编码会出现在候选面板中,该值控制编码与候选词之间的距离
# inline_preedit 为 false 时
hilited_text_color: 0x8E8E93 # 颜色 - 输入中 - 编码
hilited_back_color: 0xEFEFF4 # 颜色 - 输入中 - 背景
roseo_maple_dark:
name: 玫枫-暗黑 / Roseo Maple Dark
candidate_format: "[label]. [candidate] [comment]" # 候选词格式, label:序号,candidate:候选词,comment: 词条注释
candidate_list_layout: linear # stacked | linear
text_orientation: horizontal # horizontal | vertical
status_message_type: mix # long | short | mix
memorize_size: true # 控制选项标是否在接触屏幕边缘时有粘性
alpha: 1.0 # 候选窗口透明度:符点型数据,小数点形式,不然出错无法正常显示皮肤,0 时隐藏候选框
border_height: 1 # 边框宽度-上下
border_width: 1 # 边框宽度-左右, 两者同时存在时才显示边框
border_color: 0x444444 # 边框颜色
back_color: 0x333333 # 背景颜色 - 面板
corner_radius: 5 # 候选框圆角大小
font_point: 18 # 字体大小 - 候选
line_spacing: 5 # horizontal 为 false 时,上下候选的间隔大小
base_offset: 0 # 文字基线调整
preedit_back_color: 0x364572
hilited_corner_radius: 5 # 圆角大小 - 高亮候选词
hilited_candidate_text_color: 0xffffff # 字体颜色 - 高亮候选词
hilited_candidate_back_color: 0x00ffffff # 背景颜色 - 高亮候选词 8位的前两位是颜色透明度,00就是透明,FF就是不透明
hilited_candidate_label_color: 0x5AC461 # 字体颜色 - 高亮候选词
label_font_face: PingFang SC # 字体 - 序号
label_font_point: 17 # 字体大小 - 序号
label_color: 0x77ffffff # 字体颜色 - 序号
candidate_text_color: 0x99ffffff # 字体颜色 - 候选词ggtt
candidate_font_face: PingFang SC # 字体 - 候选词
candidate_font_point: 16 # 字体大小 - 候选词
comment_font_face: PingFang SC # 字体 - 注释
comment_font_point: 16 # 字体大小 - 注释
comment_text_color: 0x5AC461 # 字体颜色 - 注释
inline_preedit: true # 输入的编码是否直接写入到输入框中,如果为 false,未上屏的编码就会写在候选框中
spacing: 5 # 当 inline_preedit 为 false 时,编码会出现在候选面板中,该值控制编码与候选词之间的距离
# inline_preedit 为 false 时
hilited_text_color: 0x8E8E93 # 颜色 - 输入中 - 编码
hilited_back_color: 0xEFEFF4 # 颜色 - 输入中 - 背景
# --- 特定程序定义初始状态的英文输入 ---
app_options:
com.termius-dmg.mac: # Terminal - Mac
ascii_mode: true
# com.google.Chrome: # Chrome
# ascii_mode: true
# com.coderforart.MWeb3: # MWeb
# ascii_mode: true
# com.apple.Safari: # Safari
# ascii_mode: true
# co.zeit.hyper: # 程序名
# ascii_mode: true # 对应的选项
# co.zeit.hyper: # 程序名
# ascii_mode: true # 对应的选项