rime / squirrel

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

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

Closed hotleave closed 5 months ago

hotleave commented 5 months ago

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

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

實際行爲:

環境

我試過:

LEOYoon-Tsaw commented 5 months ago

得把color_scheme_dark也設成native

hotleave commented 5 months 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 5 months ago

重新安装 1.0.2 版本后正常了

hazdzz commented 4 months ago

我也遇到相同的問題