svelte-materialify
svelte-materialify copied to clipboard
Custom themes
Is it possible to create custom themes with .scss files in theme folder and use the theme variable for changing to those?
See: https://github.com/TheComputerM/svelte-materialify/issues/102 , colors create in theme.scss and the occurrences of $material-dark-theme.
BTW: I don't know if a better solution would not be just to change the colors for light / dark.
Thanks. I'm thinkg about making sepia theme. the ability to add new values to theme variable and point it to a .scss file. can be dynamic too, like sepia.scss automatically active the file as theme when theme='sepia'.