docs(readme): add Star History chart + polish Repository of the Day badge

- Add Star History section before License (dark-mode-aware picture/source
  pattern matching calesthio/Crucix). Links to star-history.com.
- Repository of the Day badge restyled to match the deer-flow aesthetic:
  dark labelColor (#0D1117 — GitHub background), gold accent (#F6B543
  dark / #D9892A light), prefers-color-scheme picture variants, 48px
  height for a more pill-like proportion. The current bright-purple
  shields.io block was less distinctive than the surrounding YouTube/X
  badges.

OpenMontage isn't currently listed on Trendshift (deer-flow's badge
provider), so the badge stays shields.io-based; design matches the
intent. If we want a real Trendshift badge later, register the repo
at trendshift.io and swap in the api/badge/repositories/<id> URL.
This commit is contained in:
calesthio
2026-06-27 17:09:28 -07:00
parent 91ad909bd1
commit de2323393f

View File

@@ -22,7 +22,12 @@
</p>
<p align="center">
<a href="https://github.com/trending"><img src="https://img.shields.io/badge/%F0%9F%8F%86%20%231%20on%20GitHub%20Trending-Repository%20of%20the%20Day-8957E5?style=for-the-badge&labelColor=1a1a2e" alt="#1 on GitHub Trending — Repository of the Day"></a>
<a href="https://github.com/trending">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/%F0%9F%8F%86_Repository_of_the_Day-%231_on_GitHub_Trending-F6B543?style=for-the-badge&labelColor=0D1117&color=F6B543">
<img alt="🏆 Repository of the Day — #1 on GitHub Trending" src="https://img.shields.io/badge/%F0%9F%8F%86_Repository_of_the_Day-%231_on_GitHub_Trending-D9892A?style=for-the-badge&labelColor=0D1117&color=D9892A" height="48">
</picture>
</a>
</p>
<p align="center"><strong>Follow The Build</strong></p>
@@ -660,6 +665,18 @@ make test
---
## Star History
<a href="https://www.star-history.com/?repos=calesthio%2FOpenMontage&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
</picture>
</a>
---
## License
[GNU AGPLv3](LICENSE)