rime / squirrel

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

[Bug] 配置 style/color_scheme_dark: native 显示浅色主题 #934

Closed hotleave closed 1 month ago

hotleave commented 1 month ago

簡要描述 Bug: native 配色在系统是深色主题时显示的还是浅色

預期行爲: 在深色主题时显示深色,在浅色主题时显示浅色

實際行爲:

環境

我試過:

LEOYoon-Tsaw commented 1 month ago

得把color_scheme_dark也設成native

hotleave commented 4 weeks ago

得把color_scheme_dark也設成native

设置成 solarized_dark 是正常的,但设置成 native 就会变回浅色主题,#939 里提到的不保存窗口状态重启不知道如何操作,直接重启不生效

patch:
  style/color_scheme: native
  style/color_scheme_dark: native
  #style/color_scheme_dark: solarized_dark
  style/candidate_list_layout: linear
  style/candidate_format: '[candidate] [comment]'
hotleave commented 4 weeks ago

重新安装 1.0.2 版本后正常了