-
-
Save zsakvo/fff6e4859265d5d629439d5ccb553f8a to your computer and use it in GitHub Desktop.
微信键盘配色鼠须管皮肤
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wechat: | |
| name: '微信键盘 / WeChat-keyboard' # 配色取自微信键盘 | |
| author: zsakvo | |
| back_color: 0xFFFFFF | |
| border_height: 0 | |
| border_width: 8 | |
| candidate_format: '%c %@ ' | |
| comment_text_color: 0x999999 | |
| corner_radius: 5 | |
| hilited_corner_radius: 5 | |
| font_face: PingFangSC | |
| font_point: 16 | |
| hilited_candidate_back_color: 0x75B100 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| horizontal: true | |
| inline_preedit: true | |
| label_font_point: 12 | |
| text_color: 0x424242 |
没下微信键盘,但我觉得来一个暗色模式。
差一个暗黑模式呀
添加,可去除windows的黑边框问题
back_color: 0xFFFFFF
border_color: 0xFFFFFF添加,可去除windows的黑边框问题
back_color: 0xFFFFFF
我是添加了
border_color: 0xFFFFFF
0.15版本后支持透明通道了,可以用
border_color: 0x00FFFFFF避免像我一样的新人不知道怎么使用,简单补充一下:
- 右键输入法打开程序文件夹
- 编辑 data/weasel.yaml
- 跟其他皮肤一样新增该皮肤
- 重新部署即可选用
另外如果需要改候选词数量是在 data/default.yaml 中的 menu.page_size 字段
这个不错啊,感谢分享
另外如果需要改候选词数量是在 data/default.yaml 中的 menu.page_size 字段
创建 default.custom.yaml 写入以下:
patch:
"menu/page_size": 8
避免像我一样的新人不知道怎么使用,简单补充一下:
- 右键输入法打开程序文件夹
- 编辑 data/weasel.yaml
- 跟其他皮肤一样新增该皮肤
- 重新部署即可选用
是用户文件夹,不是程序文件夹吧
避免像我一样的新人不知道怎么使用,简单补充一下:
- 右键输入法打开程序文件夹
- 编辑 data/weasel.yaml
- 跟其他皮肤一样新增该皮肤
- 重新部署即可选用
是用户文件夹,不是程序文件夹吧
后来才注意到区别,所以自己整理了一个仓库 https://github.com/yunsii/rime-config
避免像我一样的新人不知道怎么使用,简单补充一下:
- 右键输入法打开程序文件夹
- 编辑 data/weasel.yaml
- 跟其他皮肤一样新增该皮肤
- 重新部署即可选用
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
好活