@@ -20,25 +20,25 @@ Please refer to the updated link [here](#how-to-use)
2020
2121## Table of contents
2222
23- - [ Table of contents] ( #table-of-contents )
24- - [ How to Use] ( #how-to-use )
25- - [ Attention ⚠] ( #attention- )
26- - [ Use themes] ( #use-themes )
27- - [ Available Themes] ( #available-themes )
28- - [ Customization] ( #customization )
29- - [ Common Options] ( #common-options )
30- - [ Deploy on your own Replit instance] ( #deploy-on-your-own-replit-instance )
31- - [ Follow the steps] ( #follow-the-steps )
32- - [ Deploy on your own Vercel instance] ( #deploy-on-your-own-vercel-instance )
33- - [ First Method] ( #first-method )
34- - [ Second Method] ( #second-method )
35- - [ Finally] ( #finally )
36- - [ Contributing] ( #contributing )
37- - [ Core Team 💻] ( #core-team- )
38- - [ Contributors ✨] ( #contributors- )
39- - [ Resources Used to build this project] ( #resources-used-to-build-this-project )
40- - [ Star History] ( #star-history )
41- - [ Made with ❤ and TypeScript ] ( #made-with--and-typescript- )
23+ - [ Table of contents] ( #table-of-contents )
24+ - [ How to Use] ( #how-to-use )
25+ - [ Attention ⚠] ( #attention- )
26+ - [ Use themes] ( #use-themes )
27+ - [ Available Themes] ( #available-themes )
28+ - [ Customization] ( #customization )
29+ - [ Common Options] ( #common-options )
30+ - [ Deploy on your own Replit instance] ( #deploy-on-your-own-replit-instance )
31+ - [ Follow the steps] ( #follow-the-steps )
32+ - [ Deploy on your own Vercel instance] ( #deploy-on-your-own-vercel-instance )
33+ - [ First Method] ( #first-method )
34+ - [ Second Method] ( #second-method )
35+ - [ Finally] ( #finally )
36+ - [ Contributing] ( #contributing )
37+ - [ Core Team 💻] ( #core-team- )
38+ - [ Contributors ✨] ( #contributors- )
39+ - [ Resources Used to build this project] ( #resources-used-to-build-this-project )
40+ - [ Star History] ( #star-history )
41+ - [ Made with ❤ and TypeScript ] ( #made-with--and-typescript- )
4242
4343## How to Use
4444
@@ -89,6 +89,7 @@ Customize the appearance of your Activity Graph however you want with URL params
8989| Arguments | Description | Type of Value |
9090| :------------: | :-------------------------------------------: | :--------------------------------------------: |
9191| ` bg_color ` | card's background color | hex code (without ` # ` ) |
92+ | ` border_color ` | card's border color | hex code (without ` # ` ) |
9293| ` color ` | graph card's text color | hex code (without ` # ` ) |
9394| ` title_color ` | graph card's title color | hex code (without ` # ` ) |
9495| ` line ` | graph's line color | hex code (without ` # ` ) |
@@ -119,7 +120,7 @@ Example:
119120** Example:**
120121
121122``` md
122- [ ![ Ashutosh's github activity graph] ( https://github-readme-activity-graph.vercel.app/graph?username=ashutosh00710&bg_color=fffff0&color=708090&line=24292e&point=24292e&area=true&hide_border=true )] ( https://github.com/ashutosh00710/github-readme-activity-graph )
123+ [ ![ Ashutosh's github activity graph] ( https://github-readme-activity-graph.vercel.app/graph?username=ashutosh00710&bg_color=fffff0&color=708090&line=24292e&point=24292e&area=true&border_color=ff0000 )] ( https://github.com/ashutosh00710/github-readme-activity-graph )
123124```
124125
125126## Deploy on your own Replit instance
0 commit comments