IIRC this was one of @wesruv's "crazy" plans for Basis while the theme was being developed. I have mentioned it in #3209, but moving it here so that the idea does not get lost...
...at some point long ago wile Basis was still being developed for inclusion into core, I recall @wesruv saying that he envisioned that we could be asking the user to input some colors of their brand (upload their logo for example), and then we have some sort of "magic" thing happening, where we take these colors and theme the site to match them.
Not sure if this was just a crazy "how awesome would it be if" idea, or if you actually had some plan @wesruv ??
...something like http://www.coolphptools.com/color_extract or https://github.com/thephpleague/color-extractor might help
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1