I am wondering if anybody has figured out a way to make the Hello’s theme to change the color scheme based on the system’s settings instead of just manually.
I am wondering if anybody has figured out a way to make the Hello’s theme to change the color scheme based on the system’s settings instead of just manually.
@Gabz you can add @media (prefers-color-scheme: dark) { ...}
at the end of your CSS and just put inside the overrides for when dark mode is on. I would assume that would work (that's how I do my auto dark mode without any manual switch)
@jsonbecker ha! That’s what I do for other themes , didn’t think it would do the same on Hello. I thought it would involve some custom theme making. I’ll try that and see. Thank you.
@Gabz admittedly, I do use a custom theme and have full control over the CSS. So that’s the result you need, but I’m unsure if the CSS override MB supplies will produce that result.
@jsonbecker so! Tried , it does work, in a way. I change my phone to dark mode and it goes dark but if I change back it turns back to the theme’s original dark scheme I still need to change to light manually 🤔
@Gabz ah, well, I dno how the theme's switch works by default, but my guess is you'd have to go custom and undo some of that work.