-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathweasel.custom.yaml
64 lines (57 loc) · 2.54 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
customization:
distribution_code_name: Weasel
distribution_version: 0.9.29.1
generator: "Weasel::UIStyleSettings"
modified_time: "Wed Feb 12 09:16:25 2014"
rime_version: 1.1
patch:
# 以下软件默认英文模式
"app_options/gvim.exe":
ascii_mode: true
"app_options/tcmatch64.exe":
ascii_mode: true
"app_options/totalcmd64.exe":
ascii_mode: true
"app_options/findandrunrobot.exe":
ascii_mode: true
style/color_scheme: Windows
# 以下修改皮肤
"style/display_tray_icon": false
"style/horizontal": true #横排显示
"style/font_face": "Source Han Sans SC" #字体
"style/font_point": 13 #字体大小
"style/inline_preedit": true # 嵌入式候选窗单行显示
# "style/layout/border_width": 0
# "style/layout/border": 0
"style/layout/margin_x": 10 #候选字左右边距
"style/layout/margin_y": 10 #候选字上下边距
"style/layout/hilite_padding": 7 #候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
# "style/layout/hilite_spacing": 3 # 序号和候选字之间的间隔
"style/layout/spacing": 15 #编码和候选字上下距离
"style/layout/candidate_spacing": 14 # 候选字间隔
"style/layout/round_corner": 0 #候选字背景色块圆角幅度
"style/color_scheme": Windows
preset_color_schemes/+:
"Micosoft":
name: "Micosoft"
author: "XNOM"
back_color: 0xffffff #候选框 背景色
border_color: 0xD77800 #候选框 边框颜色
text_color: 0x000000 #已选择字 文字颜色
hilited_text_color: 0x000000 #已选择字右侧拼音 文字颜色
hilited_back_color: 0xffffff #已选择字右侧拼音 背景色
hilited_candidate_text_color: 0xffffff #候选字颜色
hilited_candidate_back_color: 0xD77800 #候选字背景色
candidate_text_color: 0x000000 #未候选字颜色
"Windows":
name: "Windows"
author: "川叶"
back_color: 0xF9F9F9 #候选框 背景色
border_color: 0xD0D0D0 #候选框 边框颜色
text_color: 0x191919 #已选择字 文字颜色
hilited_text_color: 0x191919 #已选择字右侧拼音 文字颜色
hilited_back_color: 0xF9F9F9 #已选择字右侧拼音 背景色
hilited_candidate_text_color: 0x191919 #候选字颜色
hilited_candidate_back_color: 0xE0E0E0 #候选字背景色
candidate_text_color: 0x191919 #候选字颜色
comment_text_color: 0x888888 #拼音等提示文字颜色