docs: add dark-mode screenshot variants #158

Closed
opened 2026-07-10 22:51:10 -07:00 by pyr0ball · 1 comment
Owner

All screenshots in docs/screenshots/ are single-theme images. Dark mode users see jarring light-mode screenshots.

Fix:

  1. Take dark mode screenshot variants for each existing screenshot (use Playwright with prefers-color-scheme: dark emulation)
  2. Save as docs/screenshots/<name>-dark.png alongside the existing <name>.png files
  3. Update each markdown reference to use MkDocs Material theme-aware syntax:
![Alt text](screenshots/01-foo.png#only-light)
![Alt text](screenshots/01-foo-dark.png#only-dark)

Related: docs-portal linkback added in mkdocs.yml already.

All screenshots in `docs/screenshots/` are single-theme images. Dark mode users see jarring light-mode screenshots. Fix: 1. Take dark mode screenshot variants for each existing screenshot (use Playwright with `prefers-color-scheme: dark` emulation) 2. Save as `docs/screenshots/<name>-dark.png` alongside the existing `<name>.png` files 3. Update each markdown reference to use MkDocs Material theme-aware syntax: ```markdown ![Alt text](screenshots/01-foo.png#only-light) ![Alt text](screenshots/01-foo-dark.png#only-dark) ``` Related: docs-portal linkback added in mkdocs.yml already.
Author
Owner

Closed by commit c3e359c — 4 dark-mode screenshots added: pantry, recipes, recipe results, and receipts views.

Closed by commit c3e359c — 4 dark-mode screenshots added: pantry, recipes, recipe results, and receipts views.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#158
No description provided.