milanvarady / Applite

User-friendly GUI macOS application for Homebrew Casks
https://aerolite.dev/applite
MIT License
4.04k stars 99 forks source link

Switching appearance display incorrect #32

Closed mietl closed 1 year ago

mietl commented 1 year ago

Choose a color scheme for the appearance, from dark to system font color will be white, and the background color will be white.

milanvarady commented 1 year ago

Changing the color scheme is bugged for some reason. Switching back to the system setting sometimes only partially changes the colors. I've seen other people experience this problem in various applications, but the only solution I've found is a workaround. We first change the color scheme directly to light or dark, depending on the system setting, and then back to the "system" (nil) option. For example, if the system is set to light, and we are in dark mode, we first change it back to light, and then after a short delay, to the "system" (nil) setting.

If anyone finds a better solution, that would be great.

mietl commented 1 year ago

Thanks for your work and hope it gets better.😜