-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsquirrel.custom.yaml
executable file
·492 lines (466 loc) · 19.5 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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# 位置:~/Library/Rime/squirrel.custom.yaml
# 用法:想要哪項生效,就刪去該行行首的「#」字符,但注意保留用於縮進的空格
patch:
style/color_scheme: Tiffany #NormalBlue #DyingMood #GreenWorld #ClassicChrome #TodayIsNotGood #Grassland #MaybeWeHaveHug #DarkMode #GoodEatMango #BigSurDesert #BigSurBeach #AllBlue #OrangeSugar #BigRice #YoungBlood #EastSidePurple #HappySea #Senbe #Sunset #HouseDesign #RoseofER #TriColorDumpling #Tiffany #McDonald #Lakers
# 輸入直排 or 橫排
style/candidate_list_layout: stacked # linear | stacked
# style/text_orientation": vertical # horizontal | vertical
style/inline_preedit: true # 顯示內選區域
style/line_spacing: 3 #6 #1
style/spacing: 5 #10 #5
# 文字字體 字體可以查看Mac的FontBook,你電腦裡有的字體正常都能支援
style/font_face: 'Times-Roman,YuppyTC-Regular,AppleColorEmoji' #Times-Roman,HanaMinA,HanaMinB #Times-Roman,PingFangTC-Light,AppleColorEmoji # YuppyTC-Regular
style/font_point: 20 #21
# 數字標籤字體 字體可以查看Mac的FontBook,你電腦裡有的字體正常都能支援
style/label_font_face: 'ComicSansMS-BoldItalic' # DFEr-W4-WIN-BF # 儷黑 Pro # ComicSansMS-BoldItalic
style/label_font_point: 14 #14 #12 #18 #20
# 前方標籤位置與後面選字的距離
# "標籤與前方間距%c標籤與選字間距%@選字與後方間距" 像是這樣
# \2002 是en space的寬度 \u2004是1/3 em \u2005 是1/4 em \u2006 是1/6 em \u2007 是圖形空間的寬度 \u2008 是標點符號的寬度
style/candidate_format: "\u2004%c\u2002%@\u2004"
style/corner_radius: 9 # 外框圓角
style/border_height: 3 # 字與上下邊框的高度差
style/border_width: 3 # 字與左右邊框的寬度差
style/base_offset: 0 # 基線調整
style/memorize_size: true # 控制候選標是否在接觸屏幕邊緣時有粘性
style/shadow_size: 0 # 陰影大小
style/mutual_exclusive: false # 控制半透明顏色是否互相疊加,默認爲false,即互相疊加
style/surrounding_extra_expansion: 10 # 控制非高亮候選背景大小,正數則相對高亮背景擴大,負數則相對高亮背景收縮,默認爲0
style/status_message_type: mix # mix(default) / long / short控制狀態改變時如何展示狀態標籤,默認短標籤優先,無短標籤則使用完整標籤,不再自動截取完整標籤首字,除非設爲short
# ARGB 透明度基本參數
# 100% FF
# 95% F2
# 90% E6
# 85% D9
# 80% CC
# 75% BF
# 70% B3
# 65% A6
# 60% 99
# 55% 8C
# 50% 80
preset_color_schemes/RoseofER:
name: 皇帝玫瑰
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x9CB6E5' # 邊框顏色
back_color: '0xCCCCFF'
text_color: '0x6BE8FF' #0x0B86B8
hilited_text_color: '0x00859E' #0x0B86B8
hilited_back_color: '0xCCCCFF' #0xC3C3E6 #0x99EFFF
hilited_candidate_text_color: '0x00EFFF'
hilited_candidate_back_color: '0x8F8FBC'
hilited_corner_radius: 5
candidate_text_color: '0x2A2AA5'
comment_text_color: '0x8080F0'
label_color: '0x4E81E6'
preset_color_schemes/Lakers:
name: 紫金王朝
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x561B2E' # 邊框顏色
back_color: '0x561B2E'
text_color: '0x0499EE'
hilited_text_color: ''
hilited_back_color: '0x561B2E'
hilited_candidate_text_color: '0x03A5F2'
hilited_candidate_back_color: '0xB3229A'
hilited_candidate_label_color: '0x05EEFF'
hilited_comment_text_color: ''
hilited_corner_radius: 5
candidate_text_color: '0x3CBBF2'
label_color: '0xFFFFFF'
comment_text_color: '0xEFBFD9'
preset_color_schemes/McDonald:
name: 麥當當
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x0700DB' # 邊框顏色
hilited_corner_radius: 5
back_color: '0x0700DB'
text_color: '0x0CBCFF'
hilited_text_color: '0xFDFAFF'
hilited_back_color: '0x0700DB'
hilited_candidate_text_color: '0x0CBCFF'
hilited_candidate_back_color: ''
hilited_candidate_label_color: '0x0CBCFF'
hilited_comment_text_color: '0x71F0E3'
candidate_text_color: '0x0993C7'
label_color: '0xBDBDBD'
comment_text_color: '0xF0F0F0'
preset_color_schemes/Tiffany:
name: Tiffany
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xFDF8D3' # 邊框顏色
hilited_corner_radius: 5
back_color: '0xD9D0D989'
text_color: ''
hilited_text_color: '0x75745D'
hilited_back_color: '0xD9D0D989' #0xFFFFCD
hilited_candidate_text_color: '0x466651'#0xE3FF75 0x466651
hilited_candidate_back_color: '0xB2CD7E'#0xADADAD 0xB2CD7E
hilited_candidate_label_color: '0x0A0A0A'
hilited_comment_text_color: '0xFFFFCD'
candidate_text_color: '0x757575'
label_color: '0xF2F2F2'
comment_text_color: '0xDFFFBA'
preset_color_schemes/TriColorDumpling:
name: 三色丸子
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x9EC2AF' # 邊框顏色
hilited_corner_radius: 5
back_color: '0xBAE8C3'
text_color: '0xFFFFFF'
hilited_text_color: '0xB982C4'
hilited_back_color: '0xBAE8C3'
hilited_candidate_text_color: '0xFFFFFF'
hilited_candidate_back_color: '0xB399E1'
hilited_candidate_label_color: '0xF7F0F4'
hilited_comment_text_color: ''
candidate_text_color: '0x79967E'
label_color: '0x9C8BEB'
comment_text_color: '0x826A9F'
preset_color_schemes/HouseDesign:
name: 室內設計
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x375789' # 邊框顏色
hilited_corner_radius: 5
back_color: '0x99AFC7'
text_color: '0x627182'
hilited_text_color: '0x51538F'
hilited_back_color: '0x99AFC7'
hilited_candidate_text_color: '0xE2E2FF'
hilited_candidate_back_color: '0x375789'
hilited_candidate_label_color: '0x939BAE'
hilited_comment_text_color: ''
candidate_text_color: '0x2E71BA'
label_color: '0x76CCF7'
comment_text_color: '0x51538F'
preset_color_schemes/Sunset:
name: 夕陽
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x658DC6' # 邊框顏色
back_color: '0x5AB0F3' # 背景顏色
text_color: '0x416AF4' # 字體顏色
preedit_back_color: '0x5AB0F3' # 上方拼音或是注音位置背景的底部顏色
hilited_text_color: '0x416AF4' # 上方拼音或是注音字體顏色
hilited_back_color: '0x5AB0F3' # 上方拼音或是注音背景顏色
hilited_corner_radius: 5 # 候選字框框圓角
hilited_candidate_text_color: '0x7788F4' # 候選字體顏色
hilited_candidate_back_color: '0x724A5C' # 候選背景顏色
hilited_candidate_label_color: '0x416AF4' # 候選數字或是英文標籤顏色
hilited_comment_text_color: '0xFFFFFF' # 候選字拼音或是注音字體顏色
candidate_text_color: '0x6D58A3'
label_color: '0x3A5FDB'
comment_text_color: '0x724A5C'
preset_color_schemes/Senbe:
name: 仙貝
author: upfloor5
# color_space: display_p3 # 使用p3廣色域顯色 這個主題建議不要使用
border_color: '0x5187BF' # 邊框顏色
hilited_corner_radius: 5
back_color: '0x416BBE'
text_color: '0x76CCF7'
hilited_text_color: '0x000000'
hilited_back_color: '0x416BBE'
hilited_candidate_text_color: '0x000000'
hilited_candidate_back_color: '0x5187BF'
hilited_candidate_label_color: '0x76CCF7'
hilited_comment_text_color: ''
candidate_text_color: '0x658DC6'
label_color: '0x375789'
comment_text_color: '0x375789'
preset_color_schemes/HappySea:
name: 快樂海洋
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xD9F1C17E' # 邊框顏色
hilited_corner_radius: 5
back_color: '0xD9F1C17E'
text_color: '0x8564B1'
hilited_text_color: '0x8564B1'
hilited_back_color: '0xF1C17E'
# F1C17E前面加了00所以不會顯示顏色直接變透明,所以顯示底色的back_color
hilited_candidate_text_color: '0xA5A047'
hilited_candidate_back_color: '0xF8E9F9'
hilited_candidate_label_color: '0xA76E4F'
hilited_comment_text_color: '0xF2943D'
candidate_text_color: '0x658DC6'
label_color: '0x76CCF7'
comment_text_color: '0xE4BCF2'
preset_color_schemes/EastSidePurple:
name: 紫氣東來
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x8564B1' # 邊框顏色
hilited_corner_radius: 5
back_color: '0xE9B4D7'
text_color: '0x8027AF'
hilited_text_color: '0x8027AF'
hilited_back_color: '0x00E9B4D7'
hilited_candidate_text_color: '0xE9B4D7'
hilited_candidate_back_color: '0x8564B1'
hilited_candidate_label_color: '0x812258'
hilited_comment_text_color: '0xC591A3'
candidate_text_color: '0x994F55'
label_color: '0x416BBE'
comment_text_color: '0xC591A3'
preset_color_schemes/YoungBlood:
name: 年輕十歲
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xC1E7C1' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xE5F6FC'
text_color: '0xA76E4F'
hilited_text_color: '0xA76E4F'
hilited_back_color: '0x00E5F6FC'
hilited_candidate_text_color: '0x8027AF'
hilited_candidate_back_color: '0xC1E7C1'
hilited_candidate_label_color: '0x889FC6'
hilited_comment_text_color: '0x9C8BEB'
candidate_text_color: '0x9CB6E5'
label_color: '0x889FC6'
comment_text_color: '0x9C8BEB'
preset_color_schemes/BigRice:
name: 大米
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x9CB6E5' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x9CB6E5'
text_color: '0x812258'
hilited_text_color: '0x812258'
hilited_back_color: '0x9CB6E5'
hilited_candidate_text_color: '0x6CC7E4'
hilited_candidate_back_color: '0xD7E4EC'
hilited_candidate_label_color: '0x9EC2AF'
hilited_comment_text_color: '0xA76E4F'
candidate_text_color: '0x585988'
label_color: '0x2E71BA'
comment_text_color: '0x416BBE'
preset_color_schemes/OrangeSugar:
name: 橘色泡泡糖
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x474A28' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x73A6FF'
text_color: '0x25258A'
hilited_text_color: '0x25258A'
hilited_back_color: '0x73A6FF'
hilited_candidate_text_color: '0xB0D5FF'
hilited_candidate_back_color: '0x474A28'
hilited_candidate_label_color: '0x579AFF'
hilited_comment_text_color: '0xB0D5FF'
candidate_text_color: '0x4C6187'
label_color: '0x2552A1'
comment_text_color: '0x78267A'
preset_color_schemes/AllBlue:
name: 都是藍色
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xAD9642' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xD9AD9642'
text_color: '0x372215'
hilited_text_color: '0x372215'
hilited_back_color: '0xAD9642'
hilited_candidate_text_color: '0xA76E4F' #0xF3D7BC
hilited_candidate_back_color: '0xD1BA53'
hilited_candidate_label_color: '0xF3F3F3'
hilited_comment_text_color: '0xA76E4F'
candidate_text_color: '0xCECEB5'
label_color: '0xF1C17E'
comment_text_color: '0xA76E4F'
preset_color_schemes/BigSurBeach:
name: 問就是海灘
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x8FA8FF' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x8097E4'
text_color: '0x462FC0'
hilited_text_color: '0x462FC0'
hilited_back_color: '0x8097E4'
hilited_candidate_text_color: '0xC0D0BD'
hilited_candidate_back_color: '0x536746'
hilited_candidate_label_color: '0x95C772'
hilited_comment_text_color: '0x95C772'
candidate_text_color: '0x76672C'
label_color: '0x293380'
comment_text_color: '0x462FC0'
preset_color_schemes/BigSurDesert:
name: 問就是沙漠
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x8B89EF' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xA491C0'
text_color: '0x6D52CF'
hilited_text_color: '0x6D52CF'
hilited_back_color: '0xA491C0'
hilited_candidate_text_color: '0x3B105C'
hilited_candidate_back_color: '0x8B89EF'
hilited_candidate_label_color: '0x924564'
hilited_comment_text_color: '0x6D52CF'
candidate_text_color: '0x8B927E'
label_color: '0x6D52CF'
comment_text_color: '0x924564'
preset_color_schemes/GoodEatMango:
name: 芒果好吃
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x9CB6E5' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x80E1FB'
text_color: '0x994F55'
hilited_text_color: '0x994F55'
hilited_back_color: '0x80E1FB'
hilited_candidate_text_color: '0x375789'
hilited_candidate_back_color: '0x9CB6E5'
hilited_candidate_label_color: '0xA491C0'
hilited_comment_text_color: '0x698AE9'
candidate_text_color: '0x7DB590'
label_color: '0x7DB590'
comment_text_color: '0x43794E'
preset_color_schemes/DarkMode:
name: 夜間模式
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x3E2313' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x372215'
text_color: '0xCECEB5'
hilited_text_color: '0xCECEB5'
hilited_back_color: '0x372215'
hilited_candidate_text_color: '0xD5CECF'
hilited_candidate_back_color: '0x3E2313'
hilited_candidate_label_color: '0x7BB8D1'
hilited_comment_text_color: '0xD7E4EC'
candidate_text_color: '0x536746'
label_color: '0x8B927E'
comment_text_color: '0x43794E'
preset_color_schemes/MaybeWeHaveHug:
name: 也許我們都應該被包圍
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x3F331E' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x3F331E'
text_color: '0x7070EC'
hilited_text_color: '0x7070EC'
hilited_back_color: '0x3F331E'
hilited_candidate_text_color: '0xD5CECF'
hilited_candidate_back_color: '0x7C46C2'
hilited_candidate_label_color: '0xF8E9F9'
hilited_comment_text_color: '0xFDE8F6'
candidate_text_color: '0x8B927E'
label_color: '0x536746'
comment_text_color: '0x9C8BEB'
preset_color_schemes/Grassland:
name: 草地橘園
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x698AE9' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xC6E8D0'
text_color: '0x95C772'
hilited_text_color: '0x95C772'
hilited_back_color: '0xC6E8D0'
hilited_candidate_text_color: '0x698AE9'
hilited_candidate_back_color: '0xA3D4F6'
hilited_candidate_label_color: '0x9C8BEB'
hilited_comment_text_color: '0x698AE9'
candidate_text_color: '0x8B927E'
label_color: '0x7DB590'
comment_text_color: '0x8B927E'
preset_color_schemes/TodayIsNotGood:
name: 今天有點黑
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
# border_color: '0x698AE9' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x908957'
text_color: '0x293380'
hilited_text_color: '0x889FC6'
hilited_back_color: '0x908957'
hilited_candidate_text_color: '0x698AE9'
hilited_candidate_back_color: '0x76672C'
hilited_candidate_label_color: '0x95C772'
hilited_comment_text_color: '0x698AE9'
candidate_text_color: '0x585988'
label_color: '0x536433'
comment_text_color: '0x43794E'
preset_color_schemes/ClassicChrome:
name: 經典負片
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0x53451E' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xC0D0BD'
text_color: '0x76672C'
hilited_text_color: '0x76672C'
hilited_back_color: '0xC0D0BD'
hilited_candidate_text_color: '0xD58865'
hilited_candidate_back_color: '0x75C3E3'
hilited_candidate_label_color: '0x698AE9'
hilited_comment_text_color: ''
candidate_text_color: '0x8B8B8B'
label_color: '0x8B927E'
comment_text_color: '0x53451E'
preset_color_schemes/GreenWorld:
name: 天地草綠
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xCECEB5' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0x53451E'
text_color: '0xD58865'
hilited_text_color: '0xD58865'
hilited_back_color: '0x53451E'
hilited_candidate_text_color: '0x76672C'
hilited_candidate_back_color: '0xCECEB5'
hilited_candidate_label_color: '0x3E2313'
hilited_comment_text_color: '0xC2BB89'
candidate_text_color: '0x8B8B8B'
label_color: '0x939BAE'
comment_text_color: '0x536433'
preset_color_schemes/DyingMood:
name: 腐敗氣息
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
border_color: '0xC591A3' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xA491C0'
text_color: '0xAD9642'
hilited_text_color: '0xAD9642'
hilited_back_color: '0xA491C0'
hilited_candidate_text_color: '0x812258'
hilited_candidate_back_color: '0xC591A3'
hilited_candidate_label_color: '0x320739'
hilited_comment_text_color: '0x812258'
candidate_text_color: '0x585988'
label_color: '0x585988'
comment_text_color: '0xD38851'
preset_color_schemes/NormalBlue:
name: 普通藍
author: upfloor5
color_space: display_p3 # 使用p3廣色域顯色
# border_color: '0xCCC2BB89' # 邊框顏色
hilited_corner_radius: 5 # 候選字圓角
back_color: '0xCCC2BB89'
text_color: '0x43794E'
hilited_text_color: '0x536746'
hilited_back_color: '0xC2BB89'
hilited_candidate_text_color: '0xCBC6A1'
hilited_candidate_back_color: '0x76672C'
hilited_candidate_label_color: '0x2D2315'
hilited_comment_text_color: '0xCAA996'
candidate_text_color: '0xA76E4F'
label_color: '0x76672C'
comment_text_color: '0x545224'