-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathweasel.yaml
364 lines (321 loc) · 12.5 KB
/
weasel.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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
# Weasel settings
# encoding: utf-8
# 修改自: https://github.com/rime/weasel/blob/master/output/data/weasel.yaml
#
# COMMIT SHA: 7016a340fdc06b291ed8ca074924eea8c07679b8
config_version: "2024-06-08"
app_options:
cmd.exe:
ascii_mode: true
conhost.exe:
ascii_mode: true
firefox.exe:
inline_preedit: true # 解决 Firefox 无法输入的问题 https://github.com/rime/weasel/issues/946
show_notifications: true
# 通知显示多长时间
show_notifications_time: 1200
# 使用全局 ascii 状态
global_ascii: false
style:
color_scheme: win11_weasel # 主题方案
color_scheme_dark: win11_weasel_dark # 暗色模式下的主题方案
# 这里提供三种不同主题预设,自行切换注释即可
# 必须启用其中一种预设!
# Windows 11 风格预设
# 感谢 luminosara https://github.com/LufsX/rime/pull/22、https://github.com/LufsX/rime/pull/26
__include: win11_preset
# Windows 10 MDL2 风格预设
# 此项风格建议使用 win10_MDL 为前缀的主题方案
# 感谢 fbewivpjsbsby https://github.com/LufsX/rime/discussions/29
# __include: win10_MDL_preset
# Windows 10 风格预设
# 感谢 luminosara https://github.com/LufsX/rime/pull/22、https://github.com/LufsX/rime/pull/26
# __include: win10_preset
# 以下是其它的设置
antialias_mode: default # 抗锯齿模式
ascii_tip_follow_cursor: false # 切换 ASCII 模式时,提示跟随光标
display_tray_icon: false # 显示系统托盘图标
fullscreen: false # 演示模式(全屏的輸入窗口)
click_to_capture: false # 点击输入法时捕获截图到剪贴板
hover_type: semi_hilite # 鼠标悬停行为 none(无动作); hilite(选中鼠标下的候选); semi_hilite(高亮鼠标下的候选)
paging_on_scroll: false # 鼠标滚轮翻页候选栏
inline_preedit: true # 在光标位置显示预编辑文本
preedit_type: composition # 预编辑文本类型 composition(编码); preview(高亮候选); preview_all(全部候选)
candidate_abbreviate_length: 0 # 最长候选长度,多出来的将被…代替,值为 0 或将这行注释禁用此功能
horizontal: true # 水平排列候选栏
font_face: Segoe UI Emoji:30:39, Noto Color Emoji, Microsoft YaHei # 主要字体
label_font_face: Microsoft YaHei # 标签字体
comment_font_face: Microsoft YaHei # 注释字体
font_point: 14 # 主要字体大小
label_font_point: 14 # 标签字体大小
comment_font_point: 14 # 注释字体大小
mark_text: "" # 高亮标记字符,显示在选中的候选标签前
vertical_auto_reverse: false # 垂直排列时自动反转顺序
vertical_text: false # 垂直文本显示
vertical_text_left_to_right: false # 垂直文本从左到右显示
vertical_text_with_wrap: false # 垂直文本自动换行
layout/baseline: 0 # 基线高度百分比,0 即为禁用
layout/linespacing: 0 # 行高百分比,0 即为禁用,该项大于 100 可解决因字体导致的候选栏高度闪烁问题(需要同时设置基线高度 baseline)
preset_color_schemes:
ayaya:
name: "文文/Ayaya"
author: "Lufs X <i@isteed.cc>"
back_color: 0xF9F9F9
border_color: 0xE7E7E7
candidate_text_color: 0x121212
comment_text_color: 0x8E8E8E
hilited_candidate_back_color: 0xECE4FC
hilited_candidate_label_color: 0xB18FF4
hilited_candidate_text_color: 0x7A40EC
hilited_label_color: 0xA483EC
hilited_mark_color: 0x7A40EC
label_color: 0x888785
text_color: 0x8100EB
ayaya_dark:
name: "文文/Ayaya/深色"
author: "Lufs X <i@isteed.cc>"
back_color: 0x000000
border_color: 0x000000
candidate_text_color: 0xD2D2D2
comment_text_color: 0x8E8E8E
hilited_candidate_back_color: 0x2C1E3C
hilited_candidate_label_color: 0x7036E2
hilited_candidate_text_color: 0x7036E2
hilited_comment_text_color: 0x8E8E8E
hilited_label_color: 0xA483EC
hilited_mark_color: 0x7A40EC
label_color: 0x888785
apathy:
name: 冷漠/Apathy
author: LIANG Hai
back_color: 0xFFFFFF
text_color: 0x424242
hilited_candidate_text_color: 0xEE6E00
hilited_candidate_back_color: 0xFFF0E4
comment_text_color: 0x999999
win10:
candidate_text_color: 0x000000
comment_text_color: 0x888888
text_color: 0x000000
back_color: 0xffffff
hilited_text_color: 0x000000
hilited_back_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0xcc8f29
hilited_comment_text_color: 0xffffff
hilited_label_color: 0xffffff
label_color: 0x888888
macos_light:
author: "一方<liuour@gmail.com>"
back_color: 0xFFFFFF
border_color: 0xFFFFFF
text_color: 0x424242
hilited_back_color: 0xD75A00
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_label_color: 0xFFFFFF
hilited_comment_text_color: 0x999999
hilited_text_color: 0x999999
candidate_text_color: 0x3c3c3c
comment_text_color: 0x999999
label_color: 0x999999
macos_dark:
author: "一方<liuour@gmail.com>"
back_color: 0x252a2e
border_color: 0x050505
text_color: 0x424242
hilited_back_color: 0xD75A00
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_label_color: 0xFFFFFF
hilited_comment_text_color: 0x999999
hilited_text_color: 0x999999
candidate_text_color: 0xe9e9ea
comment_text_color: 0x999999
label_color: 0x999999
macos12_light:
name: "高仿亮色 macOS"
author: "Lufs X <i@isteed.cc>"
back_color: 0xFFFFFF
border_color: 0xFFFFFF
candidate_text_color: 0xD8000000
comment_text_color: 0x3F000000
label_color: 0x7F7F7F
hilited_candidate_back_color: 0xD05925
hilited_candidate_text_color: 0xFFFFFF
hilited_comment_text_color: 0x808080
hilited_candidate_label_color: 0xFFFFFF
text_color: 0x3F000000
hilited_text_color: 0xD8000000
macos12_dark:
name: "高仿暗色 macOS"
author: "Lufs X <i@isteed.cc>"
back_color: 0x1E1F24
border_color: 0x1E1F24
candidate_text_color: 0xE8E8E8
comment_text_color: 0x3F000000
label_color: 0x7C7C7C
hilited_candidate_back_color: 0xDA6203
hilited_candidate_text_color: 0xFFFFFF
hilited_comment_text_color: 0x808080
hilited_candidate_label_color: 0xFFE7D6
text_color: 0x3F000000
hilited_text_color: 0xD8000000
win10_weasel:
author: "luminosa"
back_color: 0xF3F3F3 # 背景颜色 颜色均取色自 Windows 10 默认
border_color: 0xDBDCDC # 边框颜色
candidate_text_color: 0x000000 # 候选文字颜色
hilited_candidate_back_color: 0xFFD8A6 # 高亮颜色
hilited_label_color: 0x6F6F6F # 高亮序号颜色
hilited_mark_color: 0x00000000 # 此项不生效
label_color: 0x6F6F6F # 候选数字颜色
shadow_color: 0x20000000 # 阴影颜色,新版小狼毫 CI 更改了绘制,若无法看到阴影,请更改为 000000,观察是否能正常绘制阴影
text_color: 0x000000 # 拼音文字颜色
win11_weasel:
name: "Windows 11 默认"
author: "luminosa"
back_color: 0xF9F9F9 # 背景颜色 颜色均取色自 Windows 11 默认
border_color: 0xE7E7E7 # 边框颜色
candidate_text_color: 0x000000 # 候选文字颜色
hilited_candidate_back_color: 0xF0F0F0 # 高亮颜色
hilited_label_color: 0x727272 # 高亮序号颜色
hilited_mark_color: 0xFFD8A6 # 此项生效,前面那|的颜色,更新到支持的小狼毫 CI 版本才会生效
label_color: 0x727272 # 候选数字颜色
shadow_color: 0x20000000 # 阴影颜色,新版小狼毫 CI 更改了绘制,若无法看到阴影,请更改为 000000,观察是否能正常绘制阴影
text_color: 0x000000 # 拼音文字颜色
win11_weasel_dark:
name: "Windows 11 默认/深色"
author: "Lufs X <i@isteed.cc>"
back_color: 0x2C2C2C # 背景颜色 颜色均取色自 Windows 11 默认
border_color: 0x333333 # 边框颜色
candidate_text_color: 0xFFFFFF # 候选文字颜色
hilited_candidate_back_color: 0x383838 # 高亮颜色
hilited_label_color: 0xCFCFCF # 高亮序号颜色
hilited_mark_color: 0x595959 # 此项生效,前面那|的颜色,更新到支持的小狼毫 CI 版本才会生效
label_color: 0x727272 # 候选数字颜色
shadow_color: 0x20000000 # 阴影颜色,新版小狼毫 CI 更改了绘制,若无法看到阴影,请更改为 000000,观察是否能正常绘制阴影
text_color: 0xFFFFFF # 拼音文字颜色
win10_MDL_ayaya:
name: "Windows10 文文/Ayaya"
author: "Lufs X <i@isteed.cc>"
back_color: 0xFFFFFF
candidate_text_color: 0x121212
comment_text_color: 0x8E8E8E
hilited_candidate_back_color: 0xECE4FC
hilited_label_color: 0xB18FF4
hilited_candidate_text_color: 0x7A40EC
label_color: 0x888785
text_color: 0x8100EB
win10_MDL_ayaya_dark:
name: "Windows10 文文/Ayaya/深色"
author: "Lufs X <i@isteed.cc>"
back_color: 0x000000
candidate_text_color: 0xD2D2D2
comment_text_color: 0x8E8E8E
hilited_candidate_back_color: 0x2C1E3C
hilited_label_color: 0xA483EC
hilited_candidate_text_color: 0x7036E2
label_color: 0x888785
text_color: 0x8100EB
win10_MDL_deepgrey:
name: "Windows10 Deepgrey"
author: fbewivpjsbsby
text_color: 0x000000
candidate_text_color: 0x000000
back_color: 0xFFFFFF
border_color: 0x7E7969
hilited_text_color: 0xFFFFFF
hilited_back_color: 0x7E7969
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_back_color: 0x7E7969
hilited_label_color: 0xffffff
comment_text_color: 0x888888
hilited_comment_text_color: 0xffffff
win10_MDL_blue:
name: "Windows 10 Blue"
author: fbewivpjsbsby
candidate_text_color: 0x000000
comment_text_color: 0x888888
text_color: 0x000000
back_color: 0xffffff
border_color: 0xcc8f29
hilited_text_color: 0x000000
hilited_back_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0xcc8f29
hilited_comment_text_color: 0xffffff
hilited_label_color: 0xffffff
label_color: 0x888888
win10_MDL_darkblue:
name: "Windows 10 Dark Blue"
author: fbewivpjsbsby
candidate_text_color: 0xf2f2f2
comment_text_color: 0x888888
text_color: 0xffffff
back_color: 0x1f1f1f
border_color: 0xa37220
hilited_text_color: 0xffffff
hilited_back_color: 0x1f1f1f
hilited_candidate_text_color: 0xf2f2f2
hilited_candidate_back_color: 0xa37220
hilited_comment_text_color: 0xffffff
hilited_label_color: 0xf2f2f2
label_color: 0x888888
win11_preset:
label_format: "\u2006%s" # 候选栏标签格式
layout:
align_type: center # 布局对齐方式
max_width: 0 # 最大宽度限制
min_width: 80 # 最小宽度限制
min_height: 0 # 最小高度限制
max_height: 0 # 最大高度限制
border_width: 1 # 窗口边框宽度
margin_x: 6 # 窗口左右边距
margin_y: 6 # 窗口上下边距
spacing: 10 # 候选栏间距
hilite_spacing: 10 # 高亮显示间距
shadow_offset_x: 3 # 阴影 X 轴偏移
candidate_spacing: 10 # 候选栏内部间距
corner_radius: 5 # 候选圆角半径
hilite_padding: 5 # 高亮高度
hilite_padding_x: 2 # 高亮 X 横向方向边距
hilite_padding_y: 2 # 高亮 Y 纵向方向边距
round_corner: 5 # 高亮圆角
shadow_offset_y: 0 # 阴影 Y 轴偏移
shadow_radius: 0 # 阴影半径
win10_preset:
label_format: "%s" # 候选栏标签格式
layout:
align_type: center # 布局对齐方式
max_width: 0 # 最大宽度限制
min_width: 90 # 最小宽度限制
min_height: 0 # 最小高度限制
max_height: 0 # 最大高度限制
border_width: 2 # 窗口边框宽度
margin_x: 7 # 窗口左右边距
margin_y: 7 # 窗口上下边距
spacing: 10 # 候选栏间距
hilite_spacing: 10 # 高亮显示间距
shadow_offset_x: 7 # 阴影 X 轴偏移
candidate_spacing: 10 # 候选栏内部间距
corner_radius: 10 # 候选条圆角,不需要圆角设置为 0
hilite_padding: 8 # 高亮高度
hilite_padding_x: 8 # 高亮 x 横向方向边距,可以自行调整
hilite_padding_y: 8 # 高亮 y 纵向方向边距
round_corner: 0 # 高亮圆角,小狼毫天圆地方此项可设置为 0,也可自行调整
shadow_offset_y: 4 # 阴影 Y 轴偏移
shadow_radius: 10 # 阴影半径
win10_MDL_preset:
label_format: "%s"
font_point: 13
label_font_point: 9
layout:
border_width: 1
margin_x: 7
margin_y: 2
spacing: 10
candidate_spacing: 20
corner_radius: 0
round_corner: 0
hilite_spacing: 5
hilite_padding_x: 15
hilite_padding_y: 6