5 comments (5 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python1,985 forks (1,985 forks)batch import
good first issuehelp wantedhtml themetype:proposal
Repository metrics
- Stars
- 5,625 stars (5,625 stars)
- PR merge metrics
- Avg merge 10d 11h (Avg merge 10d 11h)11 merged PRs in 30d (11 merged PRs in 30d)
Description
It doesn't look like any/most of the provided themes support dark mode. That's a real bummer since many similar generator themes like the default MkDocs theme does support dark mode.
Contributor guide
- Research direction
- Examine the builtin themes' CSS to see if they already use CSS variables; then implement a dark mode variant by toggling CSS custom properties.
- Tech stack
- python
- Domain
- documentationfrontend
- Issue type
- Feature
- Prerequisites
- GitPython