RIME
当前未在 MacOS 中调试,所以只适配了 Windows 系统
皮肤预览(Windows)
rime 黑色主题
亮色主题
使用的字体为悦圆(商用需购买,个人可以免费使用)
单独使用主题
weasel.yaml 文件中添加如下配置,并在 weasel.custom.yaml 中配置
yaml
# weasel.custom.yaml
patch:
"style/color_scheme": Lumk_dark
yaml
#weasel.yaml
# 这里提供两种不同主题配置,自行切换注释即可
# 必须启用其中一种预设!
# Windows 11 风格预设
__include: "weasel:/win11_preset"
# Windows 10 风格预设
# __include: "weasel:/win10_preset"
color_scheme: win11_weasel # 颜色方案
preset_color_schemes:
Lumk_Light:
name: "胖猫/Lumk"
author: "胖猫<chubbycat@gmail.com>"
back_color: 0xF9F9F9
border_color: 0xE2E7F5
candidate_text_color: 0x121212
comment_text_color: 0x8E8E8E
hilited_candidate_back_color: 0xECE4FC
hilited_candidate_label_color: 0xB18FF4
hilited_candidate_text_color: 0x7A40EC
hilited_label_color: 0xA483EC
hilited_mark_color: 0x7A40EC
label_color: 0x888785
text_color: 0x8100EB
shadow_color: 0x20000000
Lumk_dark:
author: "胖猫<chubbycat@gmail.com>"
back_color: 0x252a2e
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
label_color: 0x999999
shadow_color: 0x999999
win11_preset:
label_format: " %s" # 候选词标签格式
layout:
align_type: center # 布局对齐方式
max_width: 0 # 最大宽度限制
min_width: 160 # 最小宽度限制
min_height: 0 # 最小高度限制
max_height: 0 # 最大高度限制
border_width: 1 # 窗口边框宽度
margin_x: 12 # 窗口左右边距
margin_y: 10 # 窗口上下边距
spacing: 14 # 候选词间距
hilite_spacing: 10 # 高亮显示间距
shadow_offset_x: 6 # 阴影 X 轴偏移
candidate_spacing: 10 # 候选词内部间距
corner_radius: 6 # 候选圆角半径
hilite_padding: 5 # 高亮高度
hilite_padding_x: 7 # 高亮 X 横向方向边距
hilite_padding_y: 6 # 高亮 Y 纵向方向边距
round_corner: 6 # 高亮圆角
shadow_offset_y: 6 # 阴影 Y 轴偏移
shadow_radius: 13 # 阴影半径
win10_preset:
label_format: "%s" # 候选词标签格式
layout:
align_type: center # 布局对齐方式
max_width: 0 # 最大宽度限制
min_width: 160 # 最小宽度限制
min_height: 0 # 最小高度限制
max_height: 0 # 最大高度限制
border_width: 2 # 窗口边框宽度
margin_x: 17 # 窗口左右边距
margin_y: 17 # 窗口上下边距
spacing: 10 # 候选词间距
hilite_spacing: 17 # 高亮显示间距
shadow_offset_x: 5 # 阴影 X 轴偏移
candidate_spacing: 50 # 候选词内部间距
corner_radius: 10 # 候选条圆角,不需要圆角设置为 0
hilite_padding: 18 # 高亮高度
hilite_padding_x: 18 # 高亮 x 横向方向边距,可以自行调整
hilite_padding_y: 18 # 高亮 y 纵向方向边距
round_corner: 0 # 高亮圆角,小狼毫天圆地方此项可设置为 0,也可自行调整
shadow_offset_y: 4 # 阴影 Y 轴偏移
shadow_radius: 10 # 阴影半径
使用
安装步骤: 备份原有配置(如果有的话)下载 仓库压缩包 并解压 打开 用户设定 将本仓库中除了 README.md、resouces 文件夹除外的所有文件复制到 用户设定 文件夹中 重新部署鼠须管 Windows 个人主要使用 Windows,所以其它平台的配置可能会有些小问题
~ 注意 ⚠️:Windows 7 只能使用 0.14.3 版本
自定义
如何同步
在根目录下添加 installation.yaml 文件,并在其中添加
yaml
distribution_code_name: Weasel
distribution_name: "小狼毫"
distribution_version: 0.15.0.0
install_time: "Wed Dec 9 15:32:16 2020"
installation_id: "a67da375-4ab1-4331-be02-078713dfce08"
rime_version: 1.8.5
sync_dir: "D:\\Rime\\Win"
update_time: "Wed Sep 13 10:23:33 2023"
其中 sync_dir 为同步路径,可以使用 webdav 进行同步此文件夹
如何修改主题
在 weasel.custom.yaml 文件中修改使用的主题名称,并在 weasel.yaml 中修改主题色,其中大部分都添加了注释,可根据提示修改即可;
yaml
tips: __include属性为预设主题配置