forked from scomper/Rime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
squirrel.custom.yaml
67 lines (63 loc) · 4.19 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
patch:
show_notifications_when: appropriate # 状态通知,适当,也可设为全开(always)全关(never)
#style/color_scheme: mojave_dark
style/color_scheme: system_blue # 方案命名,不能有空格
style/color_scheme_dark: mritd_dark
preset_color_schemes:
system_blue:
author: "scomper <[email protected]>" # 作者信息
color_space: display_p3 # Only available on macOS 10.12+
back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
border_color: 0xFFFFFF # 边框色
candidate_text_color: 0x000000 # 预选项文字颜色
comment_text_color: 0x999999 # 拼音等提示文字颜色
hilited_back_color: 0xF8AA4D # 第一候选项背景背景色
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
hilited_comment_text_color: 0x999999 # 注解文字高亮
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
name: "系统蓝/System Blue"
text_color: 0x424242 # 拼音行文字颜色
label_color: 0x999999 # 预选栏编号颜色
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@ \u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间的。
font_face: "PingFangSC"# 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 14 # 候选编号大小
label_font_face: "SFCompactText-Regular"# 候选词编号字体
corner_radius: 6 # 候选条圆角
hilited_corner_radius: 4 # 高亮圆角
border_height: 4 # 窗口边界高度,大于圆角半径才生效
border_width: 4 # 窗口边界宽度,大于圆角半径才生效
# border_color_width: 0
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+
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@ \u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 6 # 候选条圆角
hilited_corner_radius: 4 # 高亮圆角
border_height: 4 # 窗口边界高度,大于圆角半径才生效
border_width: 4 # 窗口边界宽度,大于圆角半径才生效
border_color_width: 0
font_face: "PingFangSC" # 候选词字体
#font_face: "YaHei Monaco Hybird" # 候选词字体
font_point: 16 # 候选字词大小
label_font_point: 14 # 候选编号大小
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