Summary: | Inconsistent Coloring Scheme? | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Andres Betts <anditosan1000> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | bugseforuns, navigator.rohan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | wronghighlightcolor |
As far as I can see the colors are defined the following: QColor backgroundActiveColor() { return KColorScheme(QPalette::Active, KColorScheme::Selection, KSharedConfigPtr(0)).background(KColorScheme::LinkBackground).color(); }; QColor backgroundNormalColor() { return KColorScheme(QPalette::Active, KColorScheme::View, KSharedConfigPtr(0)).background(KColorScheme::NormalBackground).color(); }; QColor backgroundAlternateColor() { return KColorScheme(QPalette::Active, KColorScheme::View, KSharedConfigPtr(0)).background(KColorScheme::AlternateBackground).color(); }; Which means all are from the color scheme. *** Bug 395020 has been marked as a duplicate of this bug. *** This is no longer issue in 5.15. Thanks Vlad! |
Created attachment 110161 [details] wronghighlightcolor Not sure if this is by design or I don't know all the colors in the breeze palette. The list highlight colors and the third level colors appear to be incorrectly assigned. They should all be consistent with the breeze color scheme.