Skip to content

Instantly share code, notes, and snippets.

@mapleobserver
Last active January 26, 2023 16:07
Show Gist options
  • Save mapleobserver/2537bb9e6028a60a2c878e18fd30b358 to your computer and use it in GitHub Desktop.
Save mapleobserver/2537bb9e6028a60a2c878e18fd30b358 to your computer and use it in GitHub Desktop.
Rime即刻黄配色方案
### Rime即刻黄配色方案效果图:https://i.loli.net/2019/03/15/5c8b1d541d9b2.png
patch:
style:
color_scheme: okjike # 主题
preset_color_schemes:
okjike:
name: "即刻黄/JiKeYellow"
author: "MapleO"
horizontal: false # 候选条显示方向,横向true,竖向false
inline_preedit: false # 启用内嵌编码模式,候选条首行不显示拼音为true,显示为false
back_color: 0x11E4FF # 候选条背景色,24位色值,16进制,蓝绿红BGR顺序0xBBGGRR
border_color: 0x4D453E # 边框色
border_height: 6 # 窗口边界高度,大于圆角半径才生效
border_width: 12 # 窗口边界宽度,大于圆角半径才生效
candidate_format: "%c.\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
candidate_text_color: 0x4D453E # 预选项文字颜色
comment_text_color: 0xFFFFFF # 拼音等提示文字颜色
corner_radius: 5 # 候选条圆角半径
text_color: 0x4D453E # 拼音行文字颜色
font_point: 16 # 候选字大小
font_face: "PingFangSC-Regular,HanaMinB" # 候选字字体
label_font_point: 12 # 候选编号大小
label_font_face: "STHeitiSC-Light" #候选词编号字体
label_color: 0x4D453E # 预选项编号颜色
hilited_corner_radius: 0 # 高亮选项圆角半径
hilited_text_color: 0x4D453E # 候选项首行拼音文字颜色(需要开启内嵌编码)
hilited_back_color: 0x11E4FF # 候选项首行拼音背景颜色(需要开启内嵌编码)
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文本颜色
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
hilited_candidate_back_color: 0xF3BB64 # 第一候选项背景颜色
hilited_comment_text_color: 0xFFFFFF # 注解文字高亮
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment