Skip to content

Commit

Permalink
Adding custom colors to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gepser Hoil committed Dec 5, 2022
1 parent b80f3b2 commit 90585bc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@ Add it as an image in your favorite markdown document, like this github readme,

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

### Custom colors?

If you want to customize the colors you can use this query params:

dangerColor
warningColor
successColor

It will look like this:

![](https://geps.dev/progress/32?dangerColor=800000&warningColor=ff9900&successColor=006600)

And the results will look like this:


![](https://geps.dev/progress/10?dangerColor=800000&warningColor=ff9900&successColor=006600)

![](https://geps.dev/progress/50?dangerColor=800000&warningColor=ff9900&successColor=006600)

![](https://geps.dev/progress/75?dangerColor=800000&warningColor=ff9900&successColor=006600)

## Deploy

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

0 comments on commit 90585bc

Please sign in to comment.