-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qBittorrent support #461
Comments
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 |
Custom colors for Qt applications work with the Kvantum branch: #142 |
should I wait for the kvantum branch to get merged? |
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 |
In the meantime you could try switching your Stylix input to that branch, and see what happens |
@danth where is the kvantum branch? |
It's an open PR: #142. |
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?The text was updated successfully, but these errors were encountered: