GpxTrackPoster icon indicating copy to clipboard operation
GpxTrackPoster copied to clipboard

github colors

Open yeKcim opened this issue 5 years ago • 1 comments

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 ♥)

yeKcim avatar Sep 17 '20 11:09 yeKcim

@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

yihong0618 avatar Sep 17 '20 12:09 yihong0618