forked from KyleBing/rime-wubi86-jidian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweasel.custom.yaml
314 lines (295 loc) · 15.2 KB
/
weasel.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
# encoding: utf-8
customization:
distribution_code_name: Weasel
distribution_version: 0.13.3
generator: "Weasel"
modified_time: "2023-06-09"
rime_version: "0.15.0"
config_version: "0.22"
patch:
# style:
# inline_preedit: true
# color_scheme: MacRoseo # 匹配正文的颜色方案,对应正文的颜色方案名
# display_tray_icon: false
# horizontal: true # 横向排列候选
# font_point: 12 # 候选词 字号
# font_face: "Microsoft Yahei" # 字体 - 候选文字 例子: "Microsoft Yahei:12:15:bold"
#
# label_font_face: "Microsoft Yahei" # string 序号字体 标注
# label_font_point: 11 # number 序号字体 大小
# comment_font_face: "Microsoft Yahei" # string 解释字体
# comment_font_point: 12 # number 解释字体 大小
#
# vertical_text: false # bool 竖排候选内的文字
# vertical_text_left_to_right: false # bool 候选列表从左到右
# vertical_text_with_wrap: false # bool 序号也竖向排列
# vertical_auto_reverse: false # bool
#
# preedit_type: "composition" # "composition" | "preview" | "preview_all"
# mark_text: "" # 不知道这个是干嘛的,有知道的请告诉我
#
# layout:
# align_type: "center" # string "top" | "center" | "bottom" 序号、候选词、注释对齐方式
#
# corner_radius: 8 # number 圆角大小 候选面板
# enhanced_position: false # bool 允许光标位置获取失败时,在当空窗口左上角绘制候选框(而不是桌面左上角)
## max_width: 10 # number 超出部分自动换行,如果显示有问题,请重启小狼毫算法服务程序
## max_height: 10 # number 超出部分自动换行
#
# # 阴影
# shadow_radius: 8
# shadow_offset_x: 2 # number 阴影横向偏移量
# shadow_offset_y: 2 # number 阴影纵向偏移量
#
# min_width: 160
# min_height: 30
#
# border_width: 1 # number 边框宽度 候选边框、面板边框
# margin_x: 0 # number 内容离边框的,左右边界 当 margin_x 和 margin_y 设置为负值时,将不显示候选窗口,但不影响方案选择
# margin_y: 0 # number 内容离边框的,上下边界 当 margin_x 和 margin_y 设置为负值时,将不显示候选窗口,但不影响方案选择
# spacing: 10 # number 候选词之间的间隔
#
# candidate_spacing: 10 # number 候选之间的间隔
# hilite_spacing: 5 # number 序号与候选词之间的间隔 宽度
# hilite_padding: 10 # number 候选词边界值 宽度
# round_corner: 0 # number 候选词的圆角
preset_color_schemes/+: # 主题:颜色方案
MacRoseo: # 玫红字体
name: 玫红 / MacRoseo
author: KyleBing
creat_time: "2021-07-26"
back_color: 0xFFFFFF
border_color: 0x33000000 # color 面板边框颜色
text_color: 0x000000
candidate_text_color: 0x000000
comment_text_color: 0xBBCC27
label_color: 0x999999 # color 序号颜色 未选中的
shadow_color: 0x44000000 # color 面板阴影
nextpage_color: 0x000000 # color
prevpage_color: 0x000000 # color
candidate_back_color: 0xFFFFFF # color 面板背景色
candidate_shadow_color: 0x00000000 # color 面板阴影颜色
candidate_border_color: 0x00000000 # color 面板边框颜色
hilited_shadow_color: 0xcccccc # color 阴影颜色 选中的候选
hilited_text_color: 0x000000
hilited_back_color: 0xEDEDF9
hilited_label_color: 0x884F11FA # color 序号颜色,选中的
hilited_candidate_text_color: 0x4F11FA # color 文字颜色 选中的候选
hilited_candidate_back_color: 0x004F11FA # color 背景色 选中的候选
hilited_candidate_shadow_color: 0x004F11FA # color aarrggbb
hilited_candidate_border_color: 0x004F11FA # color 边框颜色 选中的候选
# hilited_mark_color: 0xEDEDF9 # color 候选项前面的高亮颜色
MacRoseoAlt: # 玫红背景
name: MacRoseo
author: KyleBing
creat_time: "2021-07-26"
back_color: 0xFFFFFF
border_color: 0xD6D6D6
text_color: 0x000000
hilited_text_color: 0x000000
hilited_back_color: 0xFFFFFF
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_back_color: 0x4F11FA
candidate_text_color: 0x000000
comment_text_color: 0xBBCC27
WhiteAqua: # 水绿背景
name: WhiteAqua
author: KyleBing
creat_time: "2021-07-26"
back_color: 0xFFFFFF
border_color: 0xD6D6D6
text_color: 0x000000
hilited_text_color: 0x000000
hilited_back_color: 0xFFFFFF
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_back_color: 0x9BAD23
candidate_text_color: 0x000000
comment_text_color: 0xBBCC27
purity_of_form:
name: 純粹的形式/Purity of Form
author: 雨過之後、佛振
text_color: 0xc2c2c2
back_color: 0x444444
candidate_text_color: 0xeeeeee
hilited_text_color: 0xeeeeee
hilited_back_color: 0x444444
hilited_candidate_text_color: 0x000000
hilited_candidate_back_color: 0xfafafa
comment_text_color: 0x808080
purity_of_form_custom:
name: "純粹的形式/Purity of Form Custom"
author: 雨過之後、佛振
# 如果将字体设置为 PingFangSC-Regular
# 会让 🈶🈚️🉑🈲🉐 这几个 Emoji 失去彩色效果,留空反而可以显示。。。
font_face: "" # 字体及大小
font_point: 18
label_font_face: "Helvetica" # 序号字体及大小
label_font_point: 12
comment_font_face: "Helvetica" # 注字体及大小
comment_font_point: 16
candidate_list_layout: stacked # 候选项排列方向 stacked | linear
text_orientation: horizontal # 文字排列方向 horizontal | vertical
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
translucency: false # 磨砂: false | true
mutual_exclusive: false # 色不叠加: false | true
border_height: 0 # 外边框 高
border_width: 0 # 外边框 宽
corner_radius: 10 # 外边框 圆角半径
hilited_corner_radius: 0 # 选中框 圆角半径
surrounding_extra_expansion: 0 # 候选项背景相对大小?
shadow_size: 0 # 阴影大小
line_spacing: 5 # 行间距
base_offset: 0 # 字基高
alpha: 1 # 透明度,0~1
spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
color_space: srgb # 色彩空间: srgb | display_p3
back_color: 0x545554 # 底色
hilited_candidate_back_color: 0xE3E3E3 # 选中底色
label_color: 0xBBBBBB # 序号颜色
hilited_candidate_label_color: 0x4C4C4C # 选中序号颜色
candidate_text_color: 0xEEEEEE # 文字颜色
hilited_candidate_text_color: 0x000000 # 选中文字颜色
comment_text_color: 0x808080 # 注颜色
hilited_comment_text_color: 0x808080 # 选中注颜色
text_color: 0x808080 # 拼音颜色 (inline_preedit: false)
hilited_text_color: 0xEEEEEE # 选中拼音颜色 (inline_preedit: false)
# candidate_back_color: # 候选项底色
# preedit_back_color: # 拼音底色 (inline_preedit: false)
# hilited_back_color: # 选中拼音底色 (inline_preedit: false)
# border_color: # 外边框颜色
purity_of_essence:
name: 純粹的本質/Purity of Essence
author: 佛振
text_color: 0x2c2ccc
back_color: 0xfafafa
candidate_text_color: 0x000000
hilited_text_color: 0x000000
hilited_back_color: 0xfafafa
hilited_candidate_text_color: 0xeeeeee
hilited_candidate_back_color: 0x444444
comment_text_color: 0x808080
clean_white:
name: 简约白/Clean White
author: Chongyu Zhu <[email protected]>, based on 搜狗「简约白」
horizontal: true
candidate_format: '%c %@'
corner_radius: 6
border_height: 6
border_width: 6
font_point: 16
label_font_point: 12
label_color: 0x888888
text_color: 0x808080
hilited_text_color: 0x000000
candidate_text_color: 0x000000
comment_text_color: 0x808080
back_color: 0xeeeeee
hilited_candidate_label_color: 0xa0c98915
hilited_candidate_text_color: 0xc98915
hilited_candidate_back_color: 0xeeeeee
apathy:
name: 冷漠/Apathy
author: LIANG Hai
horizontal: true # 水平排列
inline_preedit: true #单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 #候选条圆角
border_height: 0
border_width: 0
back_color: 0xFFFFFF #候选条背景色
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
font_point: 16 #候选字词大小
text_color: 0x424242 #高亮选中词颜色
label_font_face: "STHeitiSC-Light" #候选词编号字体
label_font_point: 12 #候选编号大小
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
comment_text_color: 0x999999 #拼音等提示文字颜色
dust:
name: 浮尘/Dust
author: Superoutman <[email protected]>
horizontal: true # 水平排列
inline_preedit: true #单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 2 #候选条圆角
border_height: 3 # 窗口边界高度,大于圆角半径才生效
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
back_color: 0xeeffffff #候选条背景色
border_color: 0xE0B693 # 边框色
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
font_point: 14 #候选字词大小
label_font_face: "SimHei" #候选词编号字体
label_font_point: 10 #候选编号大小
label_color: 0xcbcbcb # 预选栏编号颜色
candidate_text_color: 0x555555 # 预选项文字颜色
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
comment_text_color: 0x999999 # 拼音等提示文字颜色
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
mojave_dark:
name: 沙漠夜/Mojave Dark
author: xiehuc <[email protected]>
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 5 # 候选条圆角
hilited_corner_radius: 3 # 高亮圆角
border_height: 6 # 窗口边界高度,大于圆角半径才生效
border_width: 6 # 窗口边界宽度,大于圆角半径才生效
font_face: "PingFangSC" # 候选词字体
font_point: 16 # 候选字词大小
label_font_point: 14 # 候选编号大小
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
back_color: 0x252320 # 候选条背景色
label_color: 0x888785 # 预选栏编号颜色
border_color: 0x020202 # 边框色
candidate_text_color: 0xdedddd # 预选项文字颜色
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
comment_text_color: 0xdedddd # 拼音等提示文字颜色
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
solarized_light:
name: 曬經・日/Solarized Light
author: 雪齋 <[email protected]>
color_space: display_p3 # Only available on macOS 10.12+
back_color: 0xf0E5F6FB #Lab 97, 0, 10
border_color: 0xf0EDFFFF #Lab 100, 0, 10
preedit_back_color: 0xf0D7E8ED #Lab 92, 0, 10
candidate_text_color: 0x3942CB #Lab 50, 65, 45
label_color: 0x2566C6 #Lab 55, 45, 65
comment_text_color: 0x8144C2 #Lab 50, 65, -5
text_color: 0x756E5D #Lab 45, -7, -7
hilited_back_color: 0xf0C9DADF #Lab 87, 0, 10
hilited_candidate_back_color: 0x403516 #Lab 20, -12, -12
hilited_candidate_text_color: 0x989F52 #Lab 60, -35, -5
hilited_candidate_label_color: 0xCC8947 #Lab 55, -10, -45
hilited_comment_text_color: 0x289989 #Lab 60, -20, 65
hilited_text_color: 0xBE706D #Lab 50, 15, -45
solarized_dark:
name: 曬經・月/Solarized Dark
author: 雪齋 <[email protected]>
color_space: display_p3 # Only available on macOS 10.12+
back_color: 0xf0352A0A #Lab 15, -12, -12
border_color: 0xf02A1F00 #Lab 10, -12, -12
preedit_back_color: 0xf0403516 #Lab 20, -12, -12
candidate_text_color: 0x989F52 #Lab 60, -35, -5
label_color: 0xCC8947 #Lab 55, -10, -45
comment_text_color: 0x289989 #Lab 60, -20, 65
text_color: 0xA1A095 #Lab 65, -05, -02
hilited_back_color: 0xf04C4022 #Lab 25, -12, -12
hilited_candidate_back_color: 0xD7E8ED #Lab 92, 0, 10
hilited_candidate_text_color: 0x3942CB #Lab 50, 65, 45
hilited_candidate_label_color: 0x2566C6 #Lab 55, 45, 65
hilited_comment_text_color: 0x8144C2 #Lab 50, 65, -5
hilited_text_color: 0x2C8BAE #Lab 60, 10, 65
style/layout/border_width: 1
style/color_scheme: clean_white
style/layout/corner_radius: 10
style/layout/round_radius: 0
style/layout/min_width: 80