From d25b1d73941e71bda266ba853cfa94e29d4b4b17 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 12 Dec 2025 17:12:39 -0500 Subject: [PATCH] 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. --- README.md | 6 +++++- docs/public/trendshift-badge-dark.svg | 16 ++++++++++++++++ docs/public/trendshift-badge.svg | 16 ++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 docs/public/trendshift-badge-dark.svg create mode 100644 docs/public/trendshift-badge.svg diff --git a/README.md b/README.md index b908925b..c65d0765 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@

- thedotmack%2Fclaude-mem | Trendshift + + + + thedotmack/claude-mem | Trendshift +

diff --git a/docs/public/trendshift-badge-dark.svg b/docs/public/trendshift-badge-dark.svg new file mode 100644 index 00000000..b10846f5 --- /dev/null +++ b/docs/public/trendshift-badge-dark.svg @@ -0,0 +1,16 @@ + + + + +
GITHUB TRENDING
+
+ + + + +
#1 Repository Of The Day
+
+ +
1
+
+
diff --git a/docs/public/trendshift-badge.svg b/docs/public/trendshift-badge.svg new file mode 100644 index 00000000..218d2b64 --- /dev/null +++ b/docs/public/trendshift-badge.svg @@ -0,0 +1,16 @@ + + + + +
GITHUB TRENDING
+
+ + + + +
#1 Repository Of The Day
+
+ +
1
+
+
\ No newline at end of file