Litho is an open-source UI framework for Android. Their old site was using Jekyll. Recently, I revamped their website to use Docusaurus. Now, it supports dark mode, you can try out the test site here and find the code here.
Documentation dark mode is a really nice feature because many developers like to use dark mode for their code editor, and it is painful to switch to a page with light mode after being accustomed to the dark. On an unrelated note, I personally prefer an off-white/grayish background for my code-editor. It isn’t too bright, and it makes it comfortable to switch to light mode websites. So, 10/10 would recommend gray mode.
Anyway, my PR has been accepted. So Litho users will have a new and awesome site coming their way soon! :)
I’m also working on React Native’s documentation site, which is a Docusaurus v1 site. There are many v1 sites that require upgrading, so I have created a migration tool that automatically takes care of the boring stuff for users.