Description of the need
Color module provides preset color schemes. color.inc
provides the schemes, the default colors which are swapped for scheme colors, but also a list of which CSS files are searched for these default colors. The CSS files in that list must also be ones declared in the theme's info file.
It would probably be useful if contrib modules which style their output, could also expose their output to color. So if a module created a new front page slider for example, it would be good if changing theme color schemes would change the slider colors as well, to match the rest of the display.
Proposed solution
A new hook, that lists CSS file locations to expose to Color module.
Alternatives that have been considered
None
Additional information
Note that this would (only) be helpful once we allow color info to be config, in https://github.com/backdrop/backdrop-issues/issues/2554
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes the ability to expose module color styles to Color modules schemes.
Advocate @docwilmot
Recent comments
Thank you, Backdrop developers! - Not only for past and ongoing development work, but for all your help in solving issues and helping users get the most out of this wonderful product. My...
Happy Birthday Backdrop CMS - Share your projects!
If you use CSS Flexbox Layout, you can do with simple styles. In this example, if one or two side columns are excluded from the layout, the central column will occupy all the remaining width:...
How to show main content full-width when sidebar is empty
I found that it had to be specifically <!--> not <!--pagebreak-->
Paging - incorporate with CKeditor?