rime

安装 rime

‌‌‌ 根据官方网站安装即可 rime

安装薄荷输入法

‌‌‌ 根据官方网站安装即可 oh-my-rime

自定义输入法皮肤配色

‌‌‌ 根据官方文档操作即可,下面文档中有详细介绍皮肤各个地方的参数,如何更改。rime-wiki。‌ 也可以使用在线编辑的网友来自定义更改,下面有三个

自用输入法皮肤配色

‌‌‌ 由于自己平时使用搜狗输入法居多,所以习惯了搜狗输入法的默认皮肤,基于小鹤飞扬/flypy配色主题更改了自己喜好的配色。
‌‌‌ 下面的 yaml 文件需要放在用户文件夹下的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
#patch:
# style/horizontal: true
# style/color_scheme: soak
# style/layout/margin_x: 9
# style/layout/margin_y: 6
# preset_color_schemes:
# soak:
# text_color: 0
# back_color: 16382457
# border_color: 13027014
# label_color: 16744448
# hilited_text_color: 16744448
# hilited_back_color: 16777215
# candidate_text_color: 16744448
# comment_text_color: 16744448
# hilited_candidate_text_color: 176
# hilited_comment_text_color: 176
# hilited_candidate_back_color: 16777215
# hilited_label_color: 5592522
‌‌‌  patch:
menu/page_size: 9
style/horizontal: true
style/color_scheme: soak
style/layout/margin_x: 9
style/layout/margin_y: 6
preset_color_schemes:
soak:
text_color: 0
back_color: 16250871
border_color: 13027014
label_color: 16744448
hilited_text_color: 16744448
hilited_back_color: 16777215
candidate_text_color: 16744448
comment_text_color: 16744448
hilited_candidate_text_color: 1381881
hilited_comment_text_color: 1381881
hilited_candidate_back_color: 16777215
hilited_label_color: 5592522

‌‌‌ 如果想更改候选词圆角的话,需要更改用户文件夹weasel.yamllayout下面的配置。由于我只使用这一个皮肤,所以把 rime 自带的皮肤配色都删除了。

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
# Weasel settings
# encoding: utf-8

# 感谢 @[Mirtle](https://github.com/mirtlecn) 整理
# Rime 定制指南 <https://github.com/rime/home/wiki/CustomizationGuide#定製指南>
# Weasel 定制文档 <https://github.com/rime/weasel/wiki/Weasel-定製化>
# Weasel 字体设定 <https://github.com/rime/weasel/wiki/字體設定>

# 部分选项需要将 Weasel 更新至最新开发版才能生效
‌‌‌  config_version: "2024-03-02"

# [app_options]
# 针对特定应用的设置
‌‌‌  app_options:
firefox.exe:
inline_preedit: true # 行内显示预编辑区:规避 <https://github.com/rime/weasel/issues/946>
iexplore.exe:
inline_preedit: true # 兼容 IE
browser.exe:
inline_preedit: true # 兼容 Yandex

# [global settings]
‌‌‌  show_notifications: true # 是否显示状态变化的通知:true;false;option_list(方案内的开头 option)
‌‌‌  show_notifications_time: 1200 # 通知显示的时间,单位 ms
‌‌‌  global_ascii: false # 切换为 ascii 模式时,是否影响所有窗口:true;false
# [End of <global settings>]

# [style]
# 字体;候选项、候选窗口的行为、布局及样式
‌‌‌  style:
color_scheme: mint_light_blue # 默认配色方案
color_scheme_dark: mint_dark_blue # 深色模式下,Weasel 的配色方案,Windows 10 1809+ 可用

# 全局字体
# 格式:字体1:起始码位:结束码位:字重:字形,字体2……,字体会依次 fallback
# 详细设定请参考 <https://github.com/rime/weasel/wiki/字體設定>
font_face: "Segoe UI Emoji:30:39, Segoe UI Emoji:23:23, Segoe UI Emoji:2a:2a, Segoe UI Emoji:fe0f:fe0f, Segoe UI Emoji:20e3:20e3, Microsoft YaHei, SF Pro, Segoe UI Emoji, Noto Color Emoji"
label_font_face: "Microsoft YaHei" # 标签字体
comment_font_face: "Microsoft YaHei" # 注释字体
font_point: 12 # 全局字体字号
label_font_point: 12 # 标签字体字号,不设定 fallback 到 font_point
comment_font_point: 10 # 注释字体字号,不设定 fallback 到 font_point

inline_preedit: false # 行内显示预编辑区:true;false
preedit_type: composition # 预编辑区内容:composition(编码); preview(选中的候选);preview_all(全部候选)

fullscreen: false # 候选窗口全屏显示:true;false
vertical_text: false # 竖排文本:true;false
# text_orientation: horizontal # 文本排列方向,效果和 `vertical_text` 相同:horizontal;vertical
candidate_list_layout: stacked # stacked | linear 候选项排列方向(似乎只有在custom内才可以生效)
horizontal: false # 候选项水平排列(在custom内和andidate_list_layout的linear效果一样)
vertical_text_left_to_right: false # 竖排方向是否从左到右:true;false
vertical_text_with_wrap: false # 文本竖排模式下,自动换行:true;false
vertical_auto_reverse: false # 文本竖排模式下,候选窗口位于光标上方时倒序排列:true;false

label_format: "%s" # 标签字符:例如 %s. 效果为 1. 2. 3. ....
mark_text: "|" # 标记字符,显示在选中的候选标签前,需要在配色方案中指定颜色;如该项为空字符串 "" 而配色方案中 hilited_mark_color 非透明色,则显示 Windows 11 输入法风格标记
ascii_tip_follow_cursor: false # 切换 ASCII 模式时,提示跟随鼠标,而非输入光标
enhanced_position: true # 无法定位候选框时,在窗口左上角显示候选框:true;false
display_tray_icon: false # 托盘显示独立于语言栏的额外图标:true;false
antialias_mode: default # 次像素反锯齿设定:default;force_dword;cleartype;grayscale;aliased
candidate_abbreviate_length: 30 # 候选项略写,超过此数字则用省略号代替。设置为 0 则不启用此功能
mouse_hover_ms: 0 # ! 已弃用。鼠标悬停选词响应时间(ms),设置为 0 时禁用该功能
hover_type: none # 鼠标在候选窗口悬停时:none(无动作);hilite(选中鼠标下的候选);semi_hilite(高亮鼠标下的候选)
paging_on_scroll: true # 在候选窗口上滑动滚轮的行为:true(翻页);false (选中下一个候选)
click_to_capture: false # 鼠标点击候选项,创建截图:true;false

layout:
baseline: 0 # 字号百分比,与 linespacing 一同设置可解决字体跳动问题,设置为 0 为禁用
linespacing: 0 # 字号百分比,参考 <https://github.com/rime/weasel/pull/1177>
align_type: center # 标签、候选文字、注解文字之间的相对对齐方式:top ; center ; bottom
max_height: 600 # 候选框最大高度,horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
max_width: 0 # 候选框最大宽度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
min_height: 0 # 候选框最小高度
min_width: 145 # 候选框最小宽度
border_width: 0 # 边框宽度;又名 border
margin_x: 8 # 主体元素和候选框的左右边距;为负值时,不显示候选框
margin_y: 8 # 主体元素的上下边距;为负值时,不显示候选框
spacing: 10 # inline_preedit 为否时,编码区域和候选区域的间距
candidate_spacing: 22 # 候选项之间的间距
hilite_spacing: 6 # 候选项和相应标签的间距
hilite_padding: 8 # 高亮区域和内部文字的间距,影响高亮区域大小
# hilite_padding_x: 8 # 高亮区域和内部文字的左右间距,如无特殊指定则依 hilite_padding 设置
# hilite_padding_y: 8 # 高亮区域和内部文字的上下间距,如无特殊指定则依 hilite_padding 设置
shadow_radius: 0 # 阴影区域半径,为 0 不显示阴影;需要同时在配色方案中指定非透明的阴影颜色
shadow_offset_x: 4 # 阴影左右偏移距离
shadow_offset_y: 4 # 阴影上下偏移距离
corner_radius: 4 # 候选窗口圆角半径
round_corner: 8 # 候选背景色块圆角半径,又名 hilited_corner_radius
# type: vertical # 布局设置,效果和 style 下的设置相同:
# horizontal(横向);vertical(竖向) ; vertical_text(竖排文本) ; vertical+fullscreen(全屏) ; horizontal+fullscreen(横向全屏)
# [End of <style>]

# [preset_color_schemes]
# 配色设定
# 在小狼毫用户目录新建 preview 文件夹,将自定义皮肤的截图重命名为 color_scheme_<name>.png 放入此文件夹,可以在「输入法设定」中看到自定义皮肤效果

# 小狼毫配色在线设计:
# [RIME 西米](https://fxliang.github.io/RimeSeeMe/)
# [润笔](https://pdog18.github.io/rime-soak/#/theme)

# [小狼毫配色详解](https://github.com/rime/weasel/wiki/定制小狼毫配色)

‌‌‌