📚 docs(readme): support dark theme in star history

This commit is contained in:
João Dias
2025-08-17 16:38:47 -03:00
committed by GitHub
parent b5b621ab4b
commit e6a1d22939
+9 -4
View File
@@ -133,10 +133,15 @@ This repo is licensed under the [MIT License], project is made and maintained by
## 🌠 Stargazers ## 🌠 Stargazers
<div align="center"> <div align="center">
<a href="https://www.star-history.com/#retrozinndev/colorshell&Date">
[![Star History Chart](https://api.star-history.com/svg?repos=retrozinndev/colorshell&type=Date)](https://www.star-history.com/#retrozinndev/colorshell&Date) <picture>
<br> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=retrozinndev/colorshell&type=Date&theme=dark" />
<p align="center">Thanks to everyone who starred my project! 💖</p> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=retrozinndev/colorshell&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=retrozinndev/colorshell&type=Date" />
</picture>
</a>
<br>
<p align="center">Thanks to everyone who starred my project! 💖</p>
</div> </div>
<!-- References of other projects --> <!-- References of other projects -->