Hello,
I'd like to add dark mode while using spectr's SCSS. I'm wondering how can I acheive this?
You can redefine default Spectre color variables: https://picturepan2.github.io/spectre/getting-started/custom.html#variables
alternatively, you can add a dark variant for elements.
&.dark-mode {
-- override.
}
I will add dark mode.
@picturepan2 That is wonderful to hear! Is there any progress yet to show&test?
Most helpful comment
I will add dark mode.