Skip to content

Commit 257490f

Browse files
committed
πŸ““
1 parent 4aff185 commit 257490f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

β€ŽREADME.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Generates a snake game from a github user contributions graph
2626
Pull a github user's contribution graph.
2727
Make it a snake Game, generate a snake path where the cells get eaten in an orderly fashion.
2828

29-
Generate a [gif](https://github.com/Platane/snk/raw/output/github-contribution-grid-snake.gif) or [svg](https://github.com/Platane/snk/raw/output/github-contribution-grid-snake.svg) image.
29+
Generate a [gif](https://github.com/Platane/snk/raw/output/github-contribution-grid-snake.gif) or [svg](https://github.com/Platane/snk/raw/output/github-contribution-grid-snake.svg) image. Colors can [be](https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-ocean.svg) [customized](https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-grey.svg).
3030

3131
Available as github action. It can automatically generate a new image each day. Which makes for great [github profile readme](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme)
3232

@@ -58,10 +58,14 @@ Available as github action. It can automatically generate a new image each day.
5858
5959
[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L26-L33)
6060
61-
If you are only interested in generating a svg, consider using this faster action: `uses: Platane/snk/svg-only@v3`
61+
### **svg**
62+
63+
If you are only interested in generating a svg (not a gif), consider using this faster action: `uses: Platane/snk/svg-only@v3`
6264

6365
### **dark mode**
6466

67+
![dark mode](https://github.com/user-attachments/assets/6b900b64-0cdc-43f0-a234-e11dba8e786e)
68+
6569
For **dark mode** support on github, use this [special syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to) in your readme.
6670

6771
```html

0 commit comments

Comments
Β (0)