efck
efck copied to clipboard
Darkmode?
Is your feature request related to a problem? Please describe. I don't like my eyes hurting
Describe the solution you'd like I would like a dark mode
Additional context Thank you very much <3
Thanks for your message.
I thought dark mode was already available and builtin into Qt as it was working out-of-the-box on macOS, but apparently not the case on Windows and Linux.
On Linux, it's a bit fiddly for the time being, but on Windows, passing CLI argument -platform windows:darkmode=2 (you can amend your shortcut) is supposed to work, albeit experimentally:
We should, probably, include that extra argument in PyInstaller Windows build or, if passing extra args that way is not possible, we might fix sys.args on app init:
https://github.com/efck-chat-keyboard/efck/blob/4caac2d4ed0aa18ba22fdacb8787f0808825077f/efck/init.py#L12-L13