@e-five@kbin.run Yeah, something like that. I'm sure some Mbin instances will want to create their own themes in addition to the six default ones. If each new theme sets either theme--scheme-dark
or theme--scheme-light
, they'd be compatible with any magazine-specific CSS that uses them.
I was also thinking about making the themes set their colors in RGBA format like rgba(253,246,227,1)
instead of hex like #fdf6e3
. That way, we can set alpha values for cool transparent backgrounds and gradients. But I guess if I really wanted to, I could write JavaScript that make that conversion for me. I keep forgetting that there's magazine-specific JavaScript too.