Skip to content

Commit 90585bc

Browse files
author
Gepser Hoil
committed
Adding custom colors to the readme
1 parent b80f3b2 commit 90585bc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@ Add it as an image in your favorite markdown document, like this github readme,
2424

2525
![](https://geps.dev/progress/75)
2626

27+
### Custom colors?
28+
29+
If you want to customize the colors you can use this query params:
30+
31+
dangerColor
32+
warningColor
33+
successColor
34+
35+
It will look like this:
36+
37+
![](https://geps.dev/progress/32?dangerColor=800000&warningColor=ff9900&successColor=006600)
38+
39+
And the results will look like this:
40+
41+
42+
![](https://geps.dev/progress/10?dangerColor=800000&warningColor=ff9900&successColor=006600)
43+
44+
![](https://geps.dev/progress/50?dangerColor=800000&warningColor=ff9900&successColor=006600)
45+
46+
![](https://geps.dev/progress/75?dangerColor=800000&warningColor=ff9900&successColor=006600)
47+
2748
## Deploy
2849

2950
So if you want to host it and have your own domain, you can just deploy it on your preferred cloud.

0 commit comments

Comments
 (0)