Rime 鼠须管定制皮肤

以下皮肤适用于 RIME | 中州韻輸入法引擎,是一款定制化程度高,速度飞快的输入法框架,加上丰富的词库后就变成非常强大的输入法。

Windows 下叫“小狼毫 Weasel”,MacOS 下叫“鼠鬚管 Squirrel”。以下是自用的两套皮肤。

macos_purple light theme
macos_purple dark theme

两套配置适配白色和暗黑模式。在 MacOS 和 Windows 中分别修改 squirrel.custom.yaml 或者 weasel.custom.yaml 文件,重新部署就可以使用了。

patch:
  style:
    color_scheme: macos_purple # 白亮模式下启用的皮肤,名字对应下方对皮肤的字义名
    color_scheme_dark: macos_purple_dark # 暗黑模式下启用的皮肤
  preset_color_schemes:
    macos_purple:
      name: 神秘紫 / MacOS Purple
      author: sbugzu
      candidate_format: "[label]. [candidate] [comment]" # 候选词格式, label:序号,candidate:候选词,comment: 词条注释
      candidate_list_layout: linear # stacked | linear
      text_orientation: horizontal # horizontal | vertical
      status_message_type: mix # long | short | mix
      # memorize_size: true # 控制选项标是否在接触屏幕边缘时有粘性

      alpha: 1.0 # 候选窗口透明度:符点型数据,小数点形式,不然出错无法正常显示皮肤,0 时隐藏候选框
      border_height: 0 # 边距宽度 - 上下
      border_width: 0 # 边框宽度 - 左右, 两者同时存在时才显示边框
      corner_radius: 4 # 候选框圆角大小
      hilited_corner_radius: 0 # 圆角大小 - 高亮候选词,值为 0 时背景填充满候选框
      base_offset: 0 # 文字基线调整
      inline_preedit: true # 输入的编码是否直接写入到输入框中,如果为 false,未上屏的编码就会写在候选框中

      font_point: 15 # 字体大小 - 候选
      font_face: PingFang SC # 字体 - 候选文字
      # label_font_face: PingFang SC # 字体    - 序号
      label_font_point: 12 # 字体大小 - 序号
      # candidate_font_face: PingFang SC # 字体    - 候选词
      candidate_font_point: 14 # 字体大小 - 候选词
      # comment_font_face: PingFang SC # 字体    - 注释
      comment_font_point: 14 # 字体大小 - 注释

      back_color: 0xffffff
      # border_color: 0xe1e1e1
      label_color: 0x999999
      candidate_text_color: 0x482c30
      comment_text_color: 0x999999
      hilited_back_color: 0xa94452
      hilited_candidate_text_color: 0xffffff
      hilited_candidate_label_color: 0xffffff
      hilited_comment_text_color: 0xd8a7ae

    macos_purple_dark:
      name: 神秘紫黑 / MacOS Purple Dark
      author: sbugzu
      candidate_format: "[label]. [candidate] [comment]" # 候选词格式, label:序号,candidate:候选词,comment: 词条注释
      candidate_list_layout: linear # stacked | linear
      text_orientation: horizontal # horizontal | vertical
      status_message_type: mix # long | short | mix
      # memorize_size: true # 控制选项标是否在接触屏幕边缘时有粘性

      alpha: 1.0 # 候选窗口透明度:符点型数据,小数点形式,不然出错无法正常显示皮肤,0 时隐藏候选框
      border_height: 0 # 边距宽度 - 上下
      border_width: 0 # 边框宽度 - 左右, 两者同时存在时才显示边框
      corner_radius: 4 # 候选框圆角大小
      hilited_corner_radius: 0 # 圆角大小 - 高亮候选词
      base_offset: 0 # 文字基线调整
      inline_preedit: true # 输入的编码是否直接写入到输入框中,如果为 false,未上屏的编码就会写在候选框中

      font_point: 15 # 字体大小 - 候选
      font_face: PingFang SC # 字体 - 候选文字
      # label_font_face: PingFang SC # 字体    - 序号
      label_font_point: 12 # 字体大小 - 序号
      # candidate_font_face: PingFang SC # 字体    - 候选词
      candidate_font_point: 14 # 字体大小 - 候选词
      # comment_font_face: PingFang SC # 字体    - 注释
      comment_font_point: 14 # 字体大小 - 注释

      back_color: 0x352b0f
      # border_color: 0xe1e1e1
      label_color: 0x999999
      candidate_text_color: 0x969385
      comment_text_color: 0x999999
      hilited_back_color: 0xa94452
      hilited_candidate_text_color: 0xffffff
      hilited_candidate_label_color: 0xffffff
      hilited_comment_text_color: 0xd8a7ae