Skip to content

benoliver999/darktheme.club

 
 

Repository files navigation

Darktheme Club

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.

How to create a PR to add your site to the Darktheme Club

It's simple!

  1. Fork this repository.
  2. Navigate to _data/sites.yml and add your site (template below).
  3. Open a pull request and fill out the following template.

Site template

Sample

- 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)

Blank

- 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.

About

A collection of web pages from across the Internet. To qualify, your website must either use a dark theme by default, or respect the preference of the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.7%
  • HTML 45.8%
  • JavaScript 3.9%
  • Ruby 2.4%
  • Shell 1.2%