Background
README.md and README_en.md currently embed light-mode screenshots only (assets/main.png, setting_*.png). For users browsing GitHub in dark mode, the page looks jarring.
Tasks
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/dark/main.png" />
<img src="./assets/main.png" alt="Main UI" />
</picture>
Files
README.md, README_en.md, assets/
Difficulty / Estimate
⭐ — ~30 minutes once you have the app running.
Mentor
Ping maintainer if you're not sure which screen states to capture.
Background
README.mdandREADME_en.mdcurrently embed light-mode screenshots only (assets/main.png,setting_*.png). For users browsing GitHub in dark mode, the page looks jarring.Tasks
assets/dark/with matching filenamesFiles
README.md,README_en.md,assets/Difficulty / Estimate
⭐ — ~30 minutes once you have the app running.
Mentor
Ping maintainer if you're not sure which screen states to capture.