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.
This commit is contained in:
Stone_Red
2026-03-06 01:40:25 +01:00
committed by GitHub
parent 66d8f2ddfb
commit 7bb0eabc32
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
uses: readme-tools/github-readme-stats-action@v1 uses: readme-tools/github-readme-stats-action@v1
with: with:
card: stats 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 path: profile/stats.svg
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
@@ -27,7 +27,7 @@ jobs:
uses: readme-tools/github-readme-stats-action@v1 uses: readme-tools/github-readme-stats-action@v1
with: with:
card: top-langs 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 path: profile/top-langs.svg
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}