jeffreytse/jekyll-theme-yat

Automatic dark mode

Open

#120 geöffnet am 10. Aug. 2023

Auf GitHub ansehen
 (0 Kommentare) (2 Reaktionen) (1 zugewiesene Person)HTML (700 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (788 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Modern web browsers have a prefers-color-scheme media query that exposes the current user preference for viewing websites in dark or light mode. It would be very cool if this theme would support that.

The word current is important here, as the preference may change during the day, as it is tied to the system color scheme on most platforms, and that can be set on a schedule to change between dark and light, or even be based on light conditions. Because of that, it is important to not read the user preference once when website loads, but preferably use the media query in the CSS code directly, so the color scheme changes immediately with the media query value.

Contributor Guide