Bug 389075

Summary: Date & Time KCM: Hard to read text in red when I use breeze dark theme
Product: [Frameworks and Libraries] frameworks-kwidgetsaddons Reporter: Patrick Silva <bugseforuns>
Component: generalAssignee: Cristian Tibirna <tibirna>
Status: CONFIRMED ---    
Severity: normal CC: doggoofspeed, kdelibs-bugs, nate
Priority: NOR    
Version: 5.245.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description Patrick Silva 2018-01-16 22:21:20 UTC
open system settings > "regional settings" > "Date and time". See the screenshot.
Comment 1 Patrick Silva 2018-01-17 01:43:29 UTC
Created attachment 109921 [details]
screenshot
Comment 2 Christoph Feck 2018-01-31 04:08:42 UTC
This is KDatePicker; reassigning.
Comment 3 Christoph Feck 2018-02-14 18:43:59 UTC
Regression from porting to KF5. KWidgetsAddons can no longer use KColorScheme, so it uses Qt::darkRed hardcoded color. It should use a lighter red if the background is dark.

See https://cgit.kde.org/kwidgetsaddons.git/tree/src/kdatetable.cpp#n282
and https://cgit.kde.org/kwidgetsaddons.git/tree/src/kdatetable.cpp#n369
Comment 4 Nate Graham 2018-05-08 14:27:21 UTC
Patch available: https://phabricator.kde.org/D12756
Comment 5 Nate Graham 2022-01-12 18:38:20 UTC
*** Bug 447794 has been marked as a duplicate of this bug. ***