forked from iDvel/rime-ice
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsquirrel.custom.yaml
62 lines (59 loc) · 3.89 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
patch:
show_notifications_when: appropriate # 状态通知,适当,也可设为全开(always)全关(never)
style:
color_scheme: Dawn # 方案命名,不能有空格
color_scheme_dark: mritd_dark
translucency: true
alpha: 0.9
shadow_size: 5 # 以指定所选候选项下的阴影。默认为 0 ,无阴影。
mutual_exclusive: true # true / false 以允许颜色不重叠,并具有更大的透明度灵活性。默认为 false
candidate_list_layout: linear # 水平排列 linear | stacked
text_orientation: horizontal # horizontal | vertical
border_height: 0 # 窗口边界高度,大于圆角半径才生效
border_width: 0 # 窗口边界宽度,大于圆角半径才生效
candidate_format: '[label]. [candidate] [comment]' # 候选项格式化
# [label] 是标签,通常是候选词的编号或分类信息。
# [candidate] 是候选词本身。
# [comment] 是注释信息,比如拼音或相关提示。
corner_radius: 6 # 候选条圆角
hilited_corner_radius: 4 # 高亮圆角
inline_preedit: true # 单行显示,false双行显示
border_color_width: 0
font_face: "思源黑体" # 候选词字体
font_point: 16 # 候选字词大小
label_font_point: 14 # 候选编号大小
show_paging: true # 显示翻页按钮
preset_color_schemes:
Dawn:
name: "晨曦/Dawn"
author: "scomper <[email protected]>" # 作者信息
color_space: display_p3 # Only available on macOS 10.12+
back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
border_color: 0xE0B693 # 边框色
candidate_text_color: 0x000000 # 预选项文字颜色
comment_text_color: 0x999999 # 拼音等提示文字颜色
hilited_back_color: 0xfff0e3 # 第一候选项背景背景色
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
hilited_candidate_label_color: 0x424242 # 第一候选项编号颜色
hilited_comment_text_color: 0x999999 # 注解文字高亮
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
text_color: 0x424242 # 拼音行文字颜色
label_color: 0x999999 # 预选栏编号颜色 inline_preedit: true # 单行显示,false双行显示
mritd_dark:
# https://mritd.me/2019/03/23/oh-my-rime/
name: 漠然/mritd dark
author: mritd <[email protected]>
color_space: display_p3 # Only available on macOS 10.12+
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
back_color: 0x4b4b4b # 候选条背景色
label_color: 0x888785 # 预选栏编号颜色
border_color: 0x4b4b4b # 边框色
candidate_text_color: 0xffffff # 预选项文字颜色
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
hilited_candidate_text_color: 0xFFE696 # 第一候选项文字颜色
hilited_candidate_back_color: 0x4b4b4b # 第一候选项背景背景色
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
comment_text_color: 0xdedddd # 拼音等提示文字颜色
"app_options/com.runningwithcrayons.Alfred/ascii_mode": true
"app_options/com.coteditor.CotEditor/ascii_mode": true