[Mod] Dark theme
I've created a dark theme for those of us who like everything dark.
It's a work in progress, and I'm sure there's a few things I missed, but from what I can tell most of the dashboard is themed. If you see anything missing please let me know.
Get it here: https://github.com/this-is-rafa/sendy-dark-theme
This discussion has been closed.
Comments
Thanks for sharing.
FYI just found this, love it. With Apple's new dark mode, I run everything dark now. This should be a "Use Dark mode?" checkbox option in core. ;-)
Cool,
I wrapped your CSS in the following to make the css only apply when dark mode is enabled:
@media (prefers-color-scheme: dark) {
}
Sendy now natively supports Dark Mode in version
5.x
!