Skip to content

Commit 1474e54

Browse files
committed
πŸ““
1 parent 4364e44 commit 1474e54

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ Available as github action. It can automatically generate a new image each day.
4545
# one file per line. Each output can be customized with options as query string.
4646
#
4747
# supported options:
48-
# - palette: A preset of color, one of [github, github-dark, github-light]
49-
# - color_snake: Color of the snake
50-
# - color_dots: Coma separated list of dots color.
51-
# The first one is 0 contribution, then it goes from the low contribution to the highest.
52-
# Exactly 5 colors are expected.
48+
# - palette: A preset of color, one of [github, github-dark, github-light]
49+
# - color_snake: Color of the snake
50+
# - color_dots: Coma separated list of dots color.
51+
# The first one is 0 contribution, then it goes from the low contribution to the highest.
52+
# Exactly 5 colors are expected.
53+
# - color_background: Color of the background (for gif only)
5354
outputs: |
5455
dist/github-snake.svg
5556
dist/github-snake-dark.svg?palette=github-dark
56-
dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
57+
dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9&color_background=#aaaaaa
5758
```
5859
5960
[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L26-L33)

0 commit comments

Comments
Β (0)