You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

795B


title: “How to test dark mode?” description: “Here is how you can setup dark mode for Ink and test on various OS like iOS, Android, macOS and Windows 10.”

date: 2018-03-18T12:13:38+05:30

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