Bug 389532

Summary: Inconsistent Coloring Scheme?
Product: [Plasma] kwin Reporter: Andres Betts <anditosan1000>
Component: generalAssignee: 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:
Attachments: wronghighlightcolor

Description Andres Betts 2018-01-28 03:28:36 UTC
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.
Comment 1 Martin Flöser 2018-02-15 05:18:16 UTC
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.
Comment 2 uRohan 2018-07-26 06:47:45 UTC
*** Bug 395020 has been marked as a duplicate of this bug. ***
Comment 3 Vlad Zahorodnii 2019-02-15 10:53:31 UTC
This is no longer issue in 5.15.
Comment 4 Andres Betts 2019-02-15 15:24:39 UTC
Thanks Vlad!