Skip to content

Instantly share code, notes, and snippets.

@yzlnew
Last active January 16, 2023 01:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yzlnew/22ec96067f020c6ae976bf385ac3fa04 to your computer and use it in GitHub Desktop.
Save yzlnew/22ec96067f020c6ae976bf385ac3fa04 to your computer and use it in GitHub Desktop.
鼠须管主题配置文件
patch:
show_notifications_when: appropriate # 状态通知,适当,也可设为全开(always)全关(never)
style/color_scheme: github
style/horizontal: true
style/font_face: "HanaMinA"
preset_color_schemes:
github:
name: "Github"
author: "yzlnew"
horizontal: true # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 # 候选条圆角
border_color: 0xe7e2dd # 边框色
border_height: 0
border_width: 0
back_color: 0xffffff # 候选条背景色
font_point: 18 # 候选字词大小
text_color: 0x7d736a # 候选词颜色
label_font_face: "HanaMinB" # 候选词编号字体
label_font_point: 16 # 候选编号大小
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: 5 # 候选条圆角
border_color: 0xd5e8ee # 边框色
border_height: 0
border_width: 0
back_color: 0xE3F6FD # 候选条背景色
font_point: 18 # 候选字词大小
text_color: 0x756E58 # 候选词颜色
label_font_face: "OperatorMonoNerdFontComplete-Italic" # 候选词编号字体
label_font_point: 16 # 候选编号大小
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: "OperatorMonoNerdFontComplete-Italic,HanaMinA" # 候选词字体
# font_face: "HanaMinA" # 候选词字体
font_point: 18 # 候选字词大小
text_color: 0x5024D4 # 候选词颜色
label_font_face: "OperatorMonoNerdFontComplete-Italic" # 候选词编号字体
label_font_point: 16 # 候选编号大小
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