rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.52k stars 412 forks source link

[Bug] 更新1.01后皮肤设置不起作用 #924

Closed KeqiZeng closed 1 month ago

KeqiZeng commented 1 month ago

簡要描述 Bug: (簡單地描述你遇到的 Bug)

我的squirrel.custom.yaml:

# squirrel.custom.yaml
patch:
  app_options: {}
  style:
    candidate_list_layout: linear # stacked | linear
    text_orientation: horizontal
    inline_preedit: true
    color_scheme: panda
  preset_color_schemes:
    panda:
      name: Panda
      author: Ketch
      corner_radius: 5
      font_face: PingFangSC
      font_point: 20
      label_font_face: PingFangSC
      label_font_point: 20
      back_color: '0xF1F1F1'
      text_color: '0x2E2E2E'
      hilited_text_color: '0xEAEAEA'
      hilited_back_color: '0x2E2E2E'
      hilited_candidate_text_color: '0xF1F1F1'
      hilited_candidate_back_color: '0x2E2E2E'
      hilited_candidate_label_color: '0xF1F1F1'
      hilited_comment_text_color: '0xF1F1F1'
      candidate_text_color: '0x2E2E2E'
      label_color: '0x2E2E2E'
      comment_text_color: '0x2E2E2E'

实际皮肤效果看起来却没有受到自定义的影响:

image

尽管我将color_scheme设置成内置的皮肤如inkluna等,依然不起作用

預期行爲: 皮肤设置正常工作

實際行爲: 皮肤设置完全不起作用

環境

我試過:

LEOYoon-Tsaw commented 1 month ago

因為你在黑暗模式下?看看是否和 #923 一樣

KeqiZeng commented 1 month ago

因為你在黑暗模式下?看看是否和 #923 一樣

解决了,感谢大佬!