Skip to content

Instantly share code, notes, and snippets.

@yzlnew
Last active October 3, 2019 08:12
Show Gist options
  • Select an option

  • Save yzlnew/059d4cb35eed16ee748ecc84c10722d4 to your computer and use it in GitHub Desktop.

Select an option

Save yzlnew/059d4cb35eed16ee748ecc84c10722d4 to your computer and use it in GitHub Desktop.
Rime theme
patch:
style/color_scheme: github
style/horizontal: true
style/font_face: "Sarasa Mono SC"
preset_color_schemes:
github:
name: "Github"
author: "yzlnew"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 10 # 候选条圆角
border_color: 0xe7e2dd # 边框色
border_height: 0
border_width: 0
back_color: 0xffffff # 候选条背景色
font_point: 16 # 候选字词大小
text_color: 0x7d736a # 候选词颜色
label_font_face: "HanaMinB" # 候选词编号字体
label_font_point: 14 # 候选编号大小
hilited_candidate_text_color: 0x3a8622 # 候选文字颜色
hilited_candidate_back_color: 0xddfbff # 候选文字背景色
comment_text_color: 0xbcbbba # 拼音等提示文字颜色
solarized:
name: "Solarized"
author: "yzlnew"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 10 # 候选条圆角
border_color: 0xd5e8ee # 边框色
border_height: 0
border_width: 0
back_color: 0xE3F6FD # 候选条背景色
font_point: 16 # 候选字词大小
text_color: 0x756E58 # 候选词颜色
label_font_face: "OperatorMonoNerdFontComplete-Italic" # 候选词编号字体
label_font_point: 14 # 候选编号大小
hilited_candidate_text_color: 0xE3F6FD # 候选文字颜色
hilited_candidate_back_color: 0x2F32DC # 候选文字背景色
comment_text_color: 0x009985 # 拼音等提示文字颜色
lasers:
name: "Lasers"
author: "yzlnew"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 # 候选条圆角
border_height: 0
border_width: 0
back_color: 0x4D2127 # 候选条背景色
font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
font_point: 16 # 候选字词大小
text_color: 0x5024D4 # 候选词颜色
label_font_face: "OperatorMonoNerdFontComplete-Italic" # 候选词编号字体
label_font_point: 12 # 候选编号大小
hilited_candidate_text_color: 0x781D30 # 候选文字颜色
hilited_candidate_back_color: 0x5024D4 # 候选文字背景色
comment_text_color: 0xB5A700 # 拼音等提示文字颜色
Isle:
name: "Isle of Dogs"
author: "yzlnew"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 # 候选条圆角
border_height: 0
border_width: 0
back_color: 0xCDE1EE # 候选条背景色
font_face: "OperatorMonoNerdFontComplete-Italic,HanaMinA" # 候选词字体
font_point: 18 # 候选字词大小
text_color: 0x3B7BCB # 候选词颜色
label_font_face: "OperatorMonoNerdFontComplete-Italic" # 候选词编号字体
label_font_point: 16 # 候选编号大小
hilited_candidate_text_color: 0x2533EA # 候选文字颜色
hilited_candidate_back_color: 0x48D7F8 # 候选文字背景色
comment_text_color: 0x934E1F # 拼音等提示文字颜色
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment