Bug 336344 - Folder desktop containment does not respect theme color
Summary: Folder desktop containment does not respect theme color
Status: RESOLVED DUPLICATE of bug 335070
Alias: None
Product: plasmashell
Classification: Plasma
Component: Folder (show other bugs)
Version: master
Platform: unspecified Linux
: NOR normal
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 06:43 UTC by Bhushan Shah
Modified: 2014-06-17 06:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
bhush94: VisualDesign+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bhushan Shah 2014-06-17 06:43:29 UTC
In breeze it should be black else in breeze-dark theme it should be white but it is always white.
Comment 1 Eike Hein 2014-06-17 06:53:33 UTC
This is actually intentional:

- In the containment case things are hard-coded to white for now, which matches KDE 4 behavior (but see below).

- In the widget case it does pick up the theme color.

What's missing vs. KDE 4 is having the color be user-configurable, because we don't have color buttons in Qt Quick Controls (though I could hack one together with a button, a rectangle and a ColorDialog, and I might just do so).

I'll close this as a dupe of bug 335070 though to bundle all the "what do we want to do with Folder text labels" together.

*** This bug has been marked as a duplicate of bug 335070 ***