-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsquirrel.custom.yaml
32 lines (31 loc) · 1.18 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
# macOS平台“鼠须管”配置
patch:
style:
color_scheme: diy
font_face: Lucida Grande
font_point: 18
label_font_face: Monaco
label_font_point: 15
candidate_format: "%c. %@"
horizontal: true
inline_preedit: false
corner_radius: 8
border_height: 0
border_width: 0
line_spacing: 2
spacing: 6
preset_color_schemes/diy:
name: 自定义/DIY
author: loaden <[email protected]>
back_color: 0xefefef # 窗口背景
border_color: 0xff0000 # 窗口边框
text_color: 0x000000 # 文字
label_color: 0x666666 # 序号
comment_text_color: 0x256c12 # 编码
hilited_text_color: 0x0000ff # 输入编码文字
hilited_back_color: 0xd4d4ff # 输入编码背景
hilited_candidate_text_color: 0xffffff # 首选词文字
hilited_candidate_back_color: 0xfa3a0a # 首选词背景
hilited_label_color: 0xe8f6f9 # 首选词序号
hilited_comment_text_color: 0x00f2ff # 首选词编码
candidate_text_color: 0x380409 # 候选词文字