From 7bb0eabc32d294a4f68c5738600b50b00ad3053c Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:40:25 +0100 Subject: [PATCH] Enhance README cards with additional options Updated options for stats and top languages cards to include additional parameters such as background color, theme, and border visibility. --- .github/workflows/readme-cards.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme-cards.yml b/.github/workflows/readme-cards.yml index fba7b52..7cad4d0 100644 --- a/.github/workflows/readme-cards.yml +++ b/.github/workflows/readme-cards.yml @@ -19,7 +19,7 @@ jobs: uses: readme-tools/github-readme-stats-action@v1 with: card: stats - options: username=${{ github.repository_owner }}&show_icons=true + options: username=${{ github.repository_owner }}&show_icons=true&bg_color=00000000&theme=dark&hide_border=true&count_private=true path: profile/stats.svg token: ${{ secrets.GH_TOKEN }} @@ -27,7 +27,7 @@ jobs: uses: readme-tools/github-readme-stats-action@v1 with: card: top-langs - options: username=${{ github.repository_owner }}&layout=compact&langs_count=6 + options: username=${{ github.repository_owner }}&exclude_repo=DesktopMagic&bg_color=00000000&theme=dark&hide_border=true path: profile/top-langs.svg token: ${{ secrets.GH_TOKEN }}