-
Notifications
You must be signed in to change notification settings - Fork 12
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
adding lxqt color pallete's #50
base: master
Are you sure you want to change the base?
Conversation
I think it's a good idea to add some LXQt palettes to |
Atleast general colors 😅 |
Some points I see:
|
No, lxqt-about is OK. Theoretically, arc-darker is OK too but, in practice, it isn't. As I've emphasized in lxqt/lxqt#2073 (comment), the window and view colors (and so, the view text and window text colors) should NOT have a high contrast with each other. The root of problem is in Qt. Qt allows a high contrast but assumes there's none. So, we should avoid such palettes. |
Please also check if another palette has that "problem". |
I went trough all already and found the above mentioned things. Afaik arc-dark issue is seen only in lxqt-about, but didn't check every application, pcmanfm-qt was ok. |
Qt sometimes contradicts itself, to say nothing of so many Qt and KDE apps that contradict Qt. Of course, the bugs aren't ours but we can't say to every user, "Report it to...". |
I see it's again oxygen's fault with arc-darker... those widget styles are like the WMs - no one is perfect. |
Right, no one is perfect. But there are some basic problems with a high contrast between view and window colors. For example, in the implementation of symbolic SVG icons, it's assumed that those colors do not have a high contrast with each other, so that if they do, you might see white symbolic icons on light backgrounds or black symbolic icons on dark backgrounds. There are other problems too. I'm not saying that Qt should have made that high contrast impossible but it could have warned the user in its documentation. The same is true about a high contrast between button and window colors. Qt allows it but some apps have problems with it. Since there were too many apps of this kind, I didn't add button and button text colors to the palette implementation. They could be added later if we feel that we could tolerate the future reports about unreadable button texts ;) |
BTW, GNOME has "solved" such problems by making custom styles harder and harder to create. It has even announced (I don't remember where) that any GTK style other than the default one may show problems, implying that it has no plan to fix those problems in its apps. Of course, we don't "solve" problems in that way but need to be a little cautious because of the current situation. |
Interesting, didn't know that there are more colors. But yes, less is probably more then. |
To be thorough, this is the list of colors, each of which can have 3 variants, namely, active, inactive and disabled: Window So, there can be about 60 colors (or, if we consider the fact that tooltips can't be inactive or disabled, a little less than 60). |
More color options for standard lxqt ?