-
Notifications
You must be signed in to change notification settings - Fork 205
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
Fore-/Background color of 2nd level list header should take dark-mode into account #1601
Comments
I am not able anymore to open BIT in dark mode. The desktop and all its applications are in dark mode but BIT does ignore it and comes up bright. I also did I am confused. Might the dark BIT (from the screenshot above) be an some weeks old installation? Did something changed in the last weeks that could be related to the used theme? |
and
|
The screenshot was taken on a virtual machine using Debian 12. What could be different? |
I see the same in my current Debian 12 testing for the dev branch (qt5). It's running 9618d03 from last week. |
I checked again the VM I used. It seems to be a difference between Qt5 and Qt6. Having a dark mode desktop but using |
I like the "PlaceholderText" variant a bit more, because the color is less "strong", which gives a better visual sense of sorting/overview/categorization, I think. |
BIT in light/white mode looks like this:
Screenshot was taken in Debian 12 with XFCE and Adwaita theme.
Take look to the three 2nd level headers and their color in dark mode.
Screenshot was taken in Debian 12 with XFCE and Adwaita Dark theme.
The color do not change because it is hard coded.
Todo:
These parts of the code are relevant here:
backintime/qt/app.py
Lines 1035 to 1039 in 9618d03
backintime/qt/qttools.py
Lines 551 to 560 in 9618d03
The text was updated successfully, but these errors were encountered: