onlineweb-frontend
onlineweb-frontend copied to clipboard
feature request: Dark mode for the new frontend
Hellu, i think we should have a darkmode for the new frontend too. Not only because its cool but also because fuzzy-train is gonna have a darkmode :)))
I'll just leave a link to the how to detect dark mode as enabled by the user on the OS level: MDN docs
If my estimates are correct, it should release in Firefox by the end of May. The current version of Safari Technology Preview already has support.
It can be implemented quite easily with using CSS variables, but will be hard to do with Less variables.
I was also thinking about maybe using some of the CSS color schemes for the darkmode to fuzzytrain when its figured out.
Did anyone give this a go (either in Figma or on a branch)?
I think a good start is to create a color palette that 'replaces' the current colours when in dark mode.