-
Notifications
You must be signed in to change notification settings - Fork 13
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
Qt6ct darker theme is partially broken and hard to read #18
Comments
Icons are easily fixable by the user. Download (if you don't have it, ofc) the same icons theme you're using for the system but make sure the name includes "dark" (like "breeze-dark", for instance), then go to ~/.local/share/icons and create a directory with the program name in it. Unpack the downloaded icons theme there and run OBS to see if it will change. If it doesn't, find the program's config file and edit it to include the new icons theme. I can't give you details on what exactly to write in the config file bc I did that long ago and I simply can't remember the details. Texts, however, can't be fixed that way and it depends on the qt6ct developer. |
Hi, I am having the same issue over here. With qt5ct things used to work. In case it is helpful, this is from a custom widget I had to code and exhibits the same issue: The color of the ticks and text of that time slider is obtained programmatically from the current palette as Cheers |
Okay, after playing around with It turns out that pure white (
My bet is that the color representation #ffffffff is encoded as |
Well, IDK how or who fixed it but it has been fixed for a few months already. MKVToolnixGUI uses Qt6 and now it looks fine - the same way as it looks like on your end. |
When you run qt6ct and choose "darker" theme and then run any application that uses qt6, part of the texts are black. Which on a dark background is very hard to read, nearly impossible (depending on the app) and eye-straining:
This particular screenshot is from mkvtoolnix-gui but the same problem occurs with other applications as well, such as qbittorrent. The regular qbittorrrent uses qt6, so until this problem is resolved, I had to switch to qbittorrent-qt5. But mkvtoolnix-gui doesn't have a qt5 build, so fixing the reported problem would be much appreciated.
For comparison - there are no black texts in "darker" theme when the app is using qt5.
The text was updated successfully, but these errors were encountered: