-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweasel.custom.yaml
194 lines (184 loc) · 9.33 KB
/
weasel.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
# weasel.custom.yaml
patch:
style:
horizontal: true # 候選橫排
inline_preedit: true # 內嵌編碼(僅支持 TSF)
display_tray_icon: true # 顯示托盤圖標
layout:
border: 0
margin_x: 12
margin_y: 12
hilite_padding: 12
hilite_spacing: 3
spacing: 10
candidate_spacing: 24
round_corner: 0
color_scheme: ayaya # 這項用於選中下面定義的新方案
preset_color_schemes:
clover: # 我自定义的配色方案
name: 我的四叶草自定义/clover
author: wb
back_color: 0xFFFFFF
border_color: 0xE8E8E8
text_color: 0xC300FF
hilited_text_color: 0x6417FF
hilited_back_color: 0xDDC9FF
hilited_candidate_text_color: 0x7221FF
hilited_candidate_back_color: 0xEED4FF
candidate_text_color: 0x8161FF
comment_text_color: 0xCEBDFF
font_face: "霞鹜文楷" # 候选词字体
font_point: 16 # 候选字词大小
label_font_face: "霞鹜文楷" # 候选词编号字体
label_font_point: 12 # 候选编号大小
ayaya:
name: "文文/Ayaya"
author: "Lufs <i@isteed.cc>"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false 双行显示
candidate_format: "%c\u2005%@" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 # 候选条圆角
border_height: 0
border_width: 0
# 字体
# font_face: "PingFangSC" # 候选词字体
font_face: "霞鹜文楷" # 候选词字体
font_point: 16 # 候选字词大小
# label_font_face: "PingFangSC" # 候选词编号字体
label_font_face: "霞鹜文楷" # 候选词编号字体
label_font_point: 12 # 候选编号大小
# 颜色
back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,ABGR顺序
border_color: 0xECE4FC # 边框颜色
candidate_text_color: 0x121212 # 预选项文字颜色
comment_text_color: 0x8E8E8E # 拼音等提示文字颜色
hilited_candidate_back_color: 0xECE4FC # 候选文字背景色
hilited_candidate_label_color: 0xB18FF4 # 候选编号颜色
hilited_candidate_text_color: 0x7A40EC # 候选文字颜色
label_color: 0x888785 # 预选栏编号颜色
text_color: 0x8100EB # 高亮选中词颜色
apathy:
name: 冷漠/Apathy
author: LIANG Hai
horizontal: true # 水平排列
inline_preedit: true #单行显示,false 双行显示
candidate_format: "%c\u2005%@" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 #候选条圆角
border_height: 0
border_width: 0
back_color: 0xFFFFFF #候选条背景色
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
font_point: 16 #候选字词大小
text_color: 0x424242 #高亮选中词颜色
label_font_face: "STHeitiSC-Light" #候选词编号字体
label_font_point: 12 #候选编号大小
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 # 候选条背景色,24位色值,16进制,BGR顺序
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 # 预选栏编号颜色
label_format: "%s"
font_point: 16 # 候选文字大小
label_font_point: 12 # 候选编号大小
corner_radius: 0 # 候选条圆角
inline_preedit: true # 单行显示,false双行显示
min_width: 160
min_height: 0
border_width: 6 # 窗口左右宽度
border_height: 6 # 窗口左右高度
margin_x: 12 # 字起始距左边距离
margin_y: 12 # 字上下边距
spacing: 10 # 间距
candidate_spacing: 24 # 候选字间隔
hilite_spacing: 8 # 序号和候选字之间的间隔
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
round_corner: 0 # 候选字背景色块圆角幅度
horizontal: true # 横排显示
candidate_format: "%c\u2005%@ " # 候选格式
win10_ayaya:
label_format: "%s"
font_point: 16 # 候选文字大小
label_font_point: 12 # 候选编号大小
corner_radius: 0 # 候选条圆角
inline_preedit: true # 单行显示,false双行显示
min_width: 160
min_height: 0
border_width: 6 # 窗口左右宽度
border_height: 6 # 窗口左右高度
margin_x: 12 # 字起始距左边距离
margin_y: 12 # 字上下边距
spacing: 10 # 间距
candidate_spacing: 24 # 候选字间隔
hilite_spacing: 8 # 序号和候选字之间的间隔
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
round_corner: 0 # 候选字背景色块圆角幅度
horizontal: true # 横排显示
candidate_format: "%c\u2005%@ " # 候选格式
# 颜色
back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
border_color: 0xECE4FC # 边框颜色
candidate_text_color: 0x121212 # 预选项文字颜色
comment_text_color: 0x8E8E8E # 拼音等提示文字颜色
hilited_candidate_back_color: 0xECE4FC # 候选文字背景色
hilited_candidate_label_color: 0xB18FF4 # 候选编号颜色
hilited_candidate_text_color: 0x7A40EC # 候选文字颜色
label_color: 0x888785 # 预选栏编号颜色
text_color: 0x8100EB # 高亮选中词颜色
macos_light:
author: "一方<liuour@gmail.com>"
back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
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 # 拼音等提示文字颜色
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
label_color: 0x999999 # 预选栏编号颜色
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
font_face: "PingFangSC" # 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 13 # 候选编号大小
corner_radius: 5 # 候选条圆角
hilited_corner_radius: 5 # 高亮圆角
border_height: 4 # 窗口上下高度
border_width: 4 # 窗口左右宽度
border_color_width: 0 # 输入条边框宽度
macos_dark:
author: "一方<liuour@gmail.com>"
back_color: 0x252a2e # 候选条背景色,24位色值,16进制,BGR顺序
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 # 拼音等提示文字颜色
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
label_color: 0x999999 # 预选栏编号颜色
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
font_face: "PingFangSC" # 候选词编号字体
font_point: 16 # 候选文字大小
label_font_point: 13 # 候选编号大小
corner_radius: 5 # 候选条圆角
hilited_corner_radius: 5 # 高亮圆角
border_height: 4 # 窗口上下高度
border_width: 4 # 窗口左右宽度
border_color_width: 0 # 输入条边框宽度