Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github colors #68

Open
yeKcim opened this issue Sep 17, 2020 · 1 comment
Open

github colors #68

yeKcim opened this issue Sep 17, 2020 · 1 comment

Comments

@yeKcim
Copy link
Contributor

yeKcim commented Sep 17, 2020

create_poster --gpx-dir "gpx/" --track-color '#5599ff' --track-color2 '#ffd732' --output "/tmp/GPXPOSTER.svg" --title 2019-2020 --athlete Bob --type github --language fr_FR --year 2019-2020 --circular-rings; done;

Colors are not used in github. I use these colors for heatmap and circular. As you can see, there is too much yellow in github:

GPXPOSTER heatmap+circular 2019-2020_90dpi

(by the way, thanks a lot for gpxtrackposter ♥)

@yihong0618
Copy link
Contributor

yihong0618 commented Sep 17, 2020

@yeKcim
Yes, when I added the type github I changed the logic, the github color is based on distance~ like github profile color based on the number of commits.

like e.g.

create_poster --type github --gpx-dir "my-tracks" --language "de" --title "Running" \
    --athlete "Florian Pigorsch" --special-distance 10 --special-distance2 10 --special-color yellow --special-color2 red

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants