Bug 389532 - Inconsistent Coloring Scheme?
Summary: Inconsistent Coloring Scheme?
Status: RESOLVED WORKSFORME
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
: 395020 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-01-28 03:28 UTC by Andres Betts
Modified: 2019-02-15 15:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
wronghighlightcolor (213.41 KB, image/png)
2018-01-28 03:28 UTC, Andres Betts
Details

Note You need to log in before you can comment on or make changes to this bug.
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!