With the internet being ever present and screens surrounding us all the time, personal preference is becoming more and more critical for a good user experience. Particularly when it comes to dark mode in order not to burn out the readers sight at night.
The Darktheme Club is a collection of web pages from across the Internet. To qualify, your website must either offer a dark theme by default, or respect the preference of the user, preferably through the prefers-color-scheme media query.
It's simple!
- Fork this repository.
- Navigate to
_data/sites.yml
and add your site (template below). - Open a pull request and fill out the following template.
- domain: example.com
url: http://example.com/ (Make sure you keep the trailing slash)
method: mediaquery (Choose one of "mediaquery", "javascript", "darkonly", "opt-in", "unknown")
last_checked: 2022-06-02 (YYYY-MM-DD)
- domain:
url:
method:
last_checked:
NOTE: Sites need to be added to the list in alphabetical order, so please make sure your site is in the correct place within the list, or your PR will be rejected.