├── .github
└── workflows
│ └── profile-summary-cards.yml
├── github-badge_Version3.svg
├── README.md
└── profile-summary-card-output
├── 2077
├── README.md
└── 2-most-commit-language.svg
├── vue
├── README.md
└── 2-most-commit-language.svg
├── aura
├── README.md
└── 2-most-commit-language.svg
├── bear
├── README.md
└── 2-most-commit-language.svg
├── calm
├── README.md
└── 2-most-commit-language.svg
├── dark
├── README.md
└── 2-most-commit-language.svg
├── omni
└── README.md
├── buefy
├── README.md
└── 2-most-commit-language.svg
├── jolly
├── README.md
└── 2-most-commit-language.svg
├── merko
├── README.md
└── 2-most-commit-language.svg
├── panda
└── README.md
├── react
└── README.md
├── swift
└── README.md
├── yeblu
└── README.md
├── cobalt
├── README.md
└── 2-most-commit-language.svg
├── github
├── README.md
└── 2-most-commit-language.svg
├── gotham
├── README.md
└── 2-most-commit-language.svg
├── outrun
└── README.md
├── algolia
├── README.md
└── 2-most-commit-language.svg
├── cobalt2
├── README.md
└── 2-most-commit-language.svg
├── darcula
├── README.md
└── 2-most-commit-language.svg
├── default
├── README.md
└── 2-most-commit-language.svg
├── dracula
├── README.md
└── 2-most-commit-language.svg
├── gruvbox
├── README.md
└── 2-most-commit-language.svg
├── moltack
├── README.md
└── 2-most-commit-language.svg
├── monokai
├── README.md
└── 2-most-commit-language.svg
├── onedark
└── README.md
├── radical
└── README.md
├── zenburn
└── README.md
├── kacho_ga
├── README.md
└── 2-most-commit-language.svg
├── nightowl
├── README.md
└── 2-most-commit-language.svg
├── prussian
└── README.md
├── aura_dark
└── README.md
├── blueberry
└── README.md
├── graywhite
└── README.md
├── moonlight
└── README.md
├── nord_dark
└── README.md
├── rose_pine
└── README.md
├── solarized
└── README.md
├── synthwave
└── README.md
├── chartreuse_dark
├── 2-most-commit-language.svg
└── 1-repos-per-language.svg
├── highcontrast
├── 2-most-commit-language.svg
├── 1-repos-per-language.svg
└── README.md
├── apprentice
└── README.md
├── ayu_mirage
└── README.md
├── blue_green
└── README.md
├── codeSTACKr
└── README.md
├── date_night
└── README.md
├── flag_india
└── README.md
├── maroongold
└── README.md
├── ocean_dark
└── README.md
├── tokyonight
└── README.md
├── city_lights
└── README.md
├── github_dark
└── README.md
├── nord_bright
└── README.md
├── slateorange
└── README.md
├── transparent
└── README.md
└── great_gatsby
└── README.md
/.github/workflows/profile-summary-cards.yml:
--------------------------------------------------------------------------------
1 | name: GitHub-Profile-Summary-Cards
2 |
3 | on:
4 | create:
5 | push:
6 | schedule: # execute every 24 hours
7 | - cron: "* */24 * * *"
8 | workflow_dispatch:
9 |
10 | jobs:
11 | build:
12 | runs-on: ubuntu-latest
13 | name: generate-github-cards
14 | permissions:
15 | contents: write
16 |
17 | steps:
18 | - uses: actions/checkout@v2
19 | - uses: vn7n24fzkq/github-profile-summary-cards@release
20 | env:
21 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 | with:
23 | USERNAME: ${{ github.repository_owner }}
24 |
--------------------------------------------------------------------------------
/github-badge_Version3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # github-profile-summary-cards-example
2 |
3 | :star: [Tutorial](https://github.com/vn7n24fzkq/github-profile-summary-cards/wiki/Tutorial) ( Recommendation ) :star:
4 |
5 | Action already setup In this template, you just need click `use this template` button to create your repo and wait for workflow to finish.
6 |
7 | ```To create your profile README you need to name the repo as your username```
8 |
9 | | :bell: | Don't forget to modify the image (All of images are in `profile-summary-card-output` folder). |
10 | | :-------: | :-------------------------------------------------------------------------------------------------------- |
11 |
12 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
13 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
14 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
15 |
16 | [More Info](https://github.com/vn7n24fzkq/github-profile-summary-cards)
17 |
--------------------------------------------------------------------------------
/profile-summary-card-output/vue/README.md:
--------------------------------------------------------------------------------
1 | ## vue
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/2077/README.md:
--------------------------------------------------------------------------------
1 | ## 2077
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/aura/README.md:
--------------------------------------------------------------------------------
1 | ## aura
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/bear/README.md:
--------------------------------------------------------------------------------
1 | ## bear
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/calm/README.md:
--------------------------------------------------------------------------------
1 | ## calm
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/dark/README.md:
--------------------------------------------------------------------------------
1 | ## dark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/omni/README.md:
--------------------------------------------------------------------------------
1 | ## omni
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/buefy/README.md:
--------------------------------------------------------------------------------
1 | ## buefy
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/jolly/README.md:
--------------------------------------------------------------------------------
1 | ## jolly
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/merko/README.md:
--------------------------------------------------------------------------------
1 | ## merko
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/panda/README.md:
--------------------------------------------------------------------------------
1 | ## panda
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/react/README.md:
--------------------------------------------------------------------------------
1 | ## react
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/swift/README.md:
--------------------------------------------------------------------------------
1 | ## swift
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/yeblu/README.md:
--------------------------------------------------------------------------------
1 | ## yeblu
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/cobalt/README.md:
--------------------------------------------------------------------------------
1 | ## cobalt
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/github/README.md:
--------------------------------------------------------------------------------
1 | ## github
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/gotham/README.md:
--------------------------------------------------------------------------------
1 | ## gotham
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/outrun/README.md:
--------------------------------------------------------------------------------
1 | ## outrun
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/algolia/README.md:
--------------------------------------------------------------------------------
1 | ## algolia
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/cobalt2/README.md:
--------------------------------------------------------------------------------
1 | ## cobalt2
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/darcula/README.md:
--------------------------------------------------------------------------------
1 | ## darcula
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/default/README.md:
--------------------------------------------------------------------------------
1 | ## default
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/dracula/README.md:
--------------------------------------------------------------------------------
1 | ## dracula
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/gruvbox/README.md:
--------------------------------------------------------------------------------
1 | ## gruvbox
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/moltack/README.md:
--------------------------------------------------------------------------------
1 | ## moltack
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/monokai/README.md:
--------------------------------------------------------------------------------
1 | ## monokai
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/onedark/README.md:
--------------------------------------------------------------------------------
1 | ## onedark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/radical/README.md:
--------------------------------------------------------------------------------
1 | ## radical
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/zenburn/README.md:
--------------------------------------------------------------------------------
1 | ## zenburn
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/kacho_ga/README.md:
--------------------------------------------------------------------------------
1 | ## kacho_ga
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/nightowl/README.md:
--------------------------------------------------------------------------------
1 | ## nightowl
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/prussian/README.md:
--------------------------------------------------------------------------------
1 | ## prussian
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/aura_dark/README.md:
--------------------------------------------------------------------------------
1 | ## aura_dark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/blueberry/README.md:
--------------------------------------------------------------------------------
1 | ## blueberry
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/graywhite/README.md:
--------------------------------------------------------------------------------
1 | ## graywhite
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/moonlight/README.md:
--------------------------------------------------------------------------------
1 | ## moonlight
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/nord_dark/README.md:
--------------------------------------------------------------------------------
1 | ## nord_dark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/rose_pine/README.md:
--------------------------------------------------------------------------------
1 | ## rose_pine
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/solarized/README.md:
--------------------------------------------------------------------------------
1 | ## solarized
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/synthwave/README.md:
--------------------------------------------------------------------------------
1 | ## synthwave
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/chartreuse_dark/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/highcontrast/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/apprentice/README.md:
--------------------------------------------------------------------------------
1 | ## apprentice
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/ayu_mirage/README.md:
--------------------------------------------------------------------------------
1 | ## ayu_mirage
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/blue_green/README.md:
--------------------------------------------------------------------------------
1 | ## blue_green
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/codeSTACKr/README.md:
--------------------------------------------------------------------------------
1 | ## codeSTACKr
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/date_night/README.md:
--------------------------------------------------------------------------------
1 | ## date_night
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/flag_india/README.md:
--------------------------------------------------------------------------------
1 | ## flag_india
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/maroongold/README.md:
--------------------------------------------------------------------------------
1 | ## maroongold
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/ocean_dark/README.md:
--------------------------------------------------------------------------------
1 | ## ocean_dark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/tokyonight/README.md:
--------------------------------------------------------------------------------
1 | ## tokyonight
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/chartreuse_dark/1-repos-per-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/city_lights/README.md:
--------------------------------------------------------------------------------
1 | ## city_lights
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/github_dark/README.md:
--------------------------------------------------------------------------------
1 | ## github_dark
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/highcontrast/1-repos-per-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/nord_bright/README.md:
--------------------------------------------------------------------------------
1 | ## nord_bright
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/slateorange/README.md:
--------------------------------------------------------------------------------
1 | ## slateorange
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/transparent/README.md:
--------------------------------------------------------------------------------
1 | ## transparent
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/great_gatsby/README.md:
--------------------------------------------------------------------------------
1 | ## great_gatsby
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/highcontrast/README.md:
--------------------------------------------------------------------------------
1 | ## highcontrast
2 |
3 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
4 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
5 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
6 | ### Now you can add this to your markdown
7 | ```
8 |
9 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
10 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
11 | [](https://github.com/vn7n24fzkq/github-profile-summary-cards) [](https://github.com/vn7n24fzkq/github-profile-summary-cards)
12 |
13 | ```
14 |
15 | ### Each card usage
16 | ---
17 |
18 | 
19 |
20 | ```
21 | 
22 | ```
23 |
24 |
25 |
26 | ---
27 |
28 | 
29 |
30 | ```
31 | 
32 | ```
33 |
34 |
35 |
36 | ---
37 |
38 | 
39 |
40 | ```
41 | 
42 | ```
43 |
44 |
45 |
46 | ---
47 |
48 | 
49 |
50 | ```
51 | 
52 | ```
53 |
54 |
55 |
56 | ---
57 |
58 | 
59 |
60 | ```
61 | 
62 | ```
63 |
64 |
65 |
--------------------------------------------------------------------------------
/profile-summary-card-output/dark/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/vue/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/2077/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/algolia/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/aura/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/bear/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/buefy/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/calm/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/cobalt/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/cobalt2/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/darcula/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/default/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/dracula/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/github/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/gotham/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/gruvbox/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/jolly/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/kacho_ga/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/merko/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/moltack/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/monokai/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/profile-summary-card-output/nightowl/2-most-commit-language.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------