Skip to content

Commit a3c3413

Browse files
committed
sync(鼠须管): 同步上游代码
1 parent 5248941 commit a3c3413

File tree

1 file changed

+54
-52
lines changed

1 file changed

+54
-52
lines changed

squirrel.yaml

+54-52
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# 要比共享目录的同名文件的 config_version 大才可以生效
1212

13-
config_version: '2024-03-11'
13+
config_version: '2024-09-14'
1414

1515
# 选项: last | default | _custom_
1616
# last: 上次使用的拉丁键盘布局
@@ -160,7 +160,7 @@ preset_color_schemes:
160160

161161

162162

163-
# 下面是内置的皮肤 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml
163+
# 下面是内置的皮肤 https://github.com/rime/squirrel/blob/master/data/squirrel.yaml
164164

165165
native:
166166
name: 系統配色
@@ -291,16 +291,16 @@ preset_color_schemes:
291291
google:
292292
name: 谷歌/Google
293293
author: skoj <skoj@qq.com>
294-
text_color: 0x666666 # 拼音串
295-
candidate_text_color: 0x000000 # 非第一候选项
296-
back_color: 0xFFFFFF # 背景
297-
border_color: 0xE2E2E2 # 边框
298-
hilited_text_color: 0x000000 # 拼音串高亮
299-
hilited_back_color: 0xFFFFFF # 拼音串高亮背景
300-
hilited_candidate_text_color: 0xFFFFFF # 第一候选项
301-
hilited_candidate_back_color: 0xCE7539 # 第一候选项背景
302-
comment_text_color: 0x6D6D6D # 注解文字
303-
hilited_comment_text_color: 0xEBC6B0 # 注解文字高亮
294+
text_color: 0x666666 #拼音串
295+
candidate_text_color: 0x000000 #非第一候选项
296+
back_color: 0xFFFFFF #背景
297+
border_color: 0xE2E2E2 #边框
298+
hilited_text_color: 0x000000 #拼音串高亮
299+
hilited_back_color: 0xFFFFFF #拼音串高亮背景
300+
hilited_candidate_text_color: 0xFFFFFF #第一候选项
301+
hilited_candidate_back_color: 0xCE7539 #第一候选项背景
302+
comment_text_color: 0x6D6D6D #注解文字
303+
hilited_comment_text_color: 0xEBC6B0 #注解文字高亮
304304

305305
solarized_rock:
306306
name: 曬經石/Solarized Rock
@@ -318,7 +318,7 @@ preset_color_schemes:
318318
clean_white:
319319
name: 简约白/Clean White
320320
author: Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」
321-
horizontal: true
321+
candidate_list_layout: linear
322322
candidate_format: '%c %@'
323323
corner_radius: 6
324324
border_height: 6
@@ -338,53 +338,53 @@ preset_color_schemes:
338338
apathy:
339339
name: 冷漠/Apathy
340340
author: LIANG Hai
341-
horizontal: true # 水平排列
342-
inline_preedit: true # 单行显示,false双行显示
343-
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
344-
corner_radius: 5 # 候选条圆角
341+
candidate_list_layout: linear # 水平排列
342+
inline_preedit: true #单行显示,false双行显示
343+
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
344+
corner_radius: 5 #候选条圆角
345345
border_height: 0
346346
border_width: 0
347-
back_color: 0xFFFFFF # 候选条背景色
348-
font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
349-
font_point: 16 # 候选字词大小
350-
text_color: 0x424242 # 高亮选中词颜色
351-
label_font_face: "STHeitiSC-Light" # 候选词编号字体
352-
label_font_point: 12 # 候选编号大小
353-
hilited_candidate_text_color: 0xEE6E00 # 候选文字颜色
354-
hilited_candidate_back_color: 0xFFF0E4 # 候选文字背景色
355-
comment_text_color: 0x999999 # 拼音等提示文字颜色
347+
back_color: 0xFFFFFF #候选条背景色
348+
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
349+
font_point: 16 #候选字词大小
350+
text_color: 0x424242 #高亮选中词颜色
351+
label_font_face: "STHeitiSC-Light" #候选词编号字体
352+
label_font_point: 12 #候选编号大小
353+
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
354+
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
355+
comment_text_color: 0x999999 #拼音等提示文字颜色
356356

357357
dust:
358358
name: 浮尘/Dust
359359
author: Superoutman <asticosmo@gmail.com>
360-
horizontal: true # 水平排列
361-
inline_preedit: true # 单行显示,false双行显示
362-
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
363-
corner_radius: 2 # 候选条圆角
364-
border_height: 3 # 窗口边界高度,大于圆角半径才生效
365-
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
366-
back_color: 0xeeffffff # 候选条背景色
367-
border_color: 0xE0B693 # 边框色
368-
font_face: "HYQiHei-55S Book,HanaMinA Regular" # 候选词字体
369-
font_point: 14 # 候选字词大小
370-
label_font_face: "SimHei" # 候选词编号字体
371-
label_font_point: 10 # 候选编号大小
372-
label_color: 0xcbcbcb # 预选栏编号颜色
373-
candidate_text_color: 0x555555 # 预选项文字颜色
374-
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
375-
comment_text_color: 0x999999 # 拼音等提示文字颜色
376-
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
377-
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
378-
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
379-
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
380-
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
360+
candidate_list_layout: linear # 水平排列
361+
inline_preedit: true #单行显示,false双行显示
362+
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
363+
corner_radius: 2 #候选条圆角
364+
border_height: 3 # 窗口边界高度,大于圆角半径才生效
365+
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
366+
back_color: 0xeeffffff #候选条背景色
367+
border_color: 0xE0B693 # 边框色
368+
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
369+
font_point: 14 #候选字词大小
370+
label_font_face: "SimHei" #候选词编号字体
371+
label_font_point: 10 #候选编号大小
372+
label_color: 0xcbcbcb # 预选栏编号颜色
373+
candidate_text_color: 0x555555 # 预选项文字颜色
374+
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
375+
comment_text_color: 0x999999 # 拼音等提示文字颜色
376+
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
377+
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
378+
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
379+
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
380+
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
381381

382382
mojave_dark:
383383
name: 沙漠夜/Mojave Dark
384384
author: xiehuc <xiehuc@gmail.com>
385-
horizontal: true # 水平排列
385+
candidate_list_layout: linear # 水平排列
386386
inline_preedit: true # 单行显示,false双行显示
387-
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
387+
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
388388
corner_radius: 5 # 候选条圆角
389389
hilited_corner_radius: 3 # 高亮圆角
390390
border_height: 6 # 窗口边界高度,大于圆角半径才生效
@@ -404,15 +404,16 @@ preset_color_schemes:
404404
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
405405
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
406406
comment_text_color: 0xdedddd # 拼音等提示文字颜色
407-
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
407+
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
408408

409409
solarized_light:
410410
name: 曬經・日/Solarized Light
411411
author: 雪齋 <lyc20041@gmail.com>
412-
color_space: display_p3 # Only available on macOS 10.12+
412+
color_space: display_p3 # Only available on macOS 10.12+
413413
back_color: 0xF0E5F6FB #Lab 97 , 0 , 10
414414
border_color: 0xEDFFFF #Lab 100, 0 , 10
415415
preedit_back_color: 0x403516 #Lab 20 ,-12,-12
416+
#candidate_back_color: 0x403516 #Lab 20 ,-12,-12
416417
candidate_text_color: 0x595E00 #Lab 35 ,-35,-5
417418
label_color: 0xA36407 #Lab 40 ,-10,-45
418419
comment_text_color: 0x005947 #Lab 35 ,-20, 65
@@ -430,6 +431,7 @@ preset_color_schemes:
430431
back_color: 0xF0352A0A #Lab 15 ,-12,-12
431432
border_color: 0x2A1F00 #Lab 10 ,-12,-12
432433
preedit_back_color: 0xD7E8ED #Lab 92 , 0 , 10
434+
#candidate_back_color: 0xD7E8ED #Lab 92 , 0 , 10
433435
candidate_text_color: 0x7389FF #Lab 75 , 65, 45
434436
label_color: 0x478DF4 #Lab 70 , 45, 65
435437
comment_text_color: 0xC38AFF #Lab 75 , 65,-5
@@ -439,4 +441,4 @@ preset_color_schemes:
439441
hilited_candidate_text_color: 0x989F52 #Lab 60 ,-35,-5
440442
hilited_candidate_label_color: 0xCC8947 #Lab 55 ,-10,-45
441443
hilited_comment_text_color: 0x289989 #Lab 60 ,-20, 65
442-
hilited_text_color: 0xBE706D #Lab 50 , 15,-451
444+
hilited_text_color: 0xBE706D #Lab 50 , 15,-45

0 commit comments

Comments
 (0)