svelte-materialify icon indicating copy to clipboard operation
svelte-materialify copied to clipboard

Custom themes

Open ehsanonline opened this issue 4 years ago • 2 comments

Is it possible to create custom themes with .scss files in theme folder and use the theme variable for changing to those?

ehsanonline avatar Apr 15 '21 19:04 ehsanonline

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.

bato3 avatar Apr 23 '21 13:04 bato3

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'.

ehsanonline avatar Apr 24 '21 11:04 ehsanonline