-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Issue] ProDark: Light text background colors result in illegible text #5
Comments
this is not directly related to stylesheet as it is either hardcoded or a preference, please see FreeCAD/FreeCAD#7623 (comment) |
Hi, thanks for the reply--I can't believe I didn't find any of those in my google, forum, github searches. Thanks, looks like the team is aware of it. |
Hey thanks for reporting. |
yeah that's not themable IIRC, IMO the real issue is that we are using the wrong widget type for this, we are using a text editor to edit a list and adding some workarounds to have line highlight, instead of just using QListWidget that is made for lists and would have highlighting that is themable. |
TechDraw Annotation fixed by PR FreeCAD/FreeCAD#8123 / d63ac0f7f6 |
Can this be closed ? |
No. The PropertyEditor still uses the old QLineEdit based editor for PropertyStringList, which doesn't respect themes. |
@WandererFan should the ticket then be renamed ? |
No need to rename the ticket, the PropertyEditor has the same illegible text in dark mode. |
There's another window I came across that has inelligible text: I also modified the Darker-Green stylesheet and had the same issue there: |
@Intuos5 |
All of these are pretty much fixed by now. Although some are a bit of a workaround like adding
Too the Stylesheet CFG file. |
@MisterMakerNL will the spreadsheet's aliased cell colour be added to the preferences? If not, it is not fixed for the default themes and cannot be closed. A "paste this code" isn't going to cut it as a solution (for new users). |
bumping for status |
Pro dark has been removed from main to the theme, repro. |
@WandererFan checking in |
@maxwxyz this should either be moved to the FreeCAD-themes repo or closed. |
Moved to FreeCAD-themes repo |
Is there an existing issue for this?
Forums discussion
https://forum.freecadweb.org/viewtopic.php?f=34&t=55134&p=649728#p649728
(I mentioned it as a comment on today's date, on page 15, but decided to just file the issue here since I had all the screenshots prepared).
Version
0.20 (Release)
Full version info
Subproject(s) affected?
None
Issue description
Excellent theme! I've noticed on my system that certain text, when highlighted, has a white or a yellow background, which, with the white text, makes it illegible:
Active Part or Body in Combo View tree:
Annotation in TechDraw:
my system
Anything else?
I tried resetting all in my Prefereneces, as well as uninstalled all preference packs, restarted freecad, and it didn't fix the issue. This is how it looks with no style sheet:
It's a bit of a drag to not be able to read the name of the active part and body; the annotations is a bit less of an annoyance. Please let me know if there's any other information you need, and thanks for all the work you do to help us build and create.
Code of Conduct
The text was updated successfully, but these errors were encountered: