hugomd / darktheme.club

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.

Home Page:https://darktheme.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://darktheme.club

License:MIT License


Languages

Language:CSS 46.7%Language:HTML 45.8%Language:JavaScript 3.9%Language:Ruby 2.4%Language:Shell 1.2%