How to test dark mode?
You can set dark mode as default by setting params.mode
to dark
in config.toml
or set it to auto
which will detect based on your OS and switch to dark mode. For more details refer documentation
Here is how you can switch based on your OS