danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
1.16k stars 143 forks source link

qBittorrent support #461

Open body20002 opened 3 months ago

body20002 commented 3 months ago

qBittorrent have support for custom colors you can find it in Behaviour -> Interface -> UI Theme File Also it does have dark mode but it only follows the system default schema I've set stylix.polarity = "dark" but it still the light theme, shouldn't that option affects both GTK & QT apps to force use the dark mode?

danth commented 3 months ago

Only when the app doesn't do its own theming. It sounds like we'll need to add a specific module to generate a theme file for qBittorrent

donovanglover commented 3 months ago

Custom colors for Qt applications work with the Kvantum branch: https://github.com/danth/stylix/pull/142

body20002 commented 3 months ago

should I wait for the kvantum branch to get merged?

body20002 commented 3 months ago

if this can be easily solved with just adding a new file for qbitorrent I'll do it, but I have no idea where to start or what to do

danth commented 3 months ago

should I wait for the kvantum branch to get merged?

In the meantime you could try switching your Stylix input to that branch, and see what happens