You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
With the current CLI example I am not possible to generate the right-color' correctly. There might have been some changes in the code not reflected in the README.md`.
Supposed change:
# old version putting out dark background color
python -m pybadges --left-text=build --right-text=failure --right-color='#c00' --browser
# supposed change
python -m pybadges --left-text=build --right-text=failure --right-color=#c00 --browser