Add responsive Trendshift badges for dark and light themes

- Updated README.md to include responsive badges that adapt to the user's color scheme preference.
- Added new SVG files for dark and light theme badges to enhance visual consistency.
This commit is contained in:
Alex Newman
2025-12-12 17:12:39 -05:00
parent f6351434ae
commit d25b1d7394
3 changed files with 37 additions and 1 deletions
+5 -1
View File
@@ -29,7 +29,11 @@
<p align="center">
<a href="https://trendshift.io/repositories/15496" target="_blank">
<img src="https://trendshift.io/api/badge/repositories/15496" alt="thedotmack%2Fclaude-mem | Trendshift" width="250" height="55"/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/trendshift-badge-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/trendshift-badge.svg">
<img src="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/trendshift-badge.svg" alt="thedotmack/claude-mem | Trendshift" width="250" height="55"/>
</picture>
</a>
</p>