https://bugs.kde.org/show_bug.cgi?id=380271
James Harkins <b...@dewdrop-world.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@dewdrop-world.net --- Comment #1 from James Harkins <b...@dewdrop-world.net> --- I am also experiencing difficulties reading text in a dark color scheme. In my experience, it's an extremely common mistake for programmers to make: to override a text color with something dark, while forgetting to override the background color with something light. In dark color schemes, the background color is dark and the default text color is light -- but you've changed the text color to be dark, so then you have dark-on-dark. It's probably being disregarded as "merely a cosmetic issue," but it's a usability issue. If you can't read dialog boxes, you can't use the tool effectively. -- You are receiving this mail because: You are watching all bug changes.