Skip to content

Commit

Permalink
generate transparent, light and dark images
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Sep 10, 2024
1 parent 0a57b68 commit a6e08ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo_stats/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def parse_parameters(*args):
if params["template_image"] is None:
params["template_image"] = [
f"{repo_stats_path}/../dashboard_template/user_stats_template_transparent.png",
# f"{repo_stats_path}/../dashboard_template/user_stats_template_dark.png",
# f"{repo_stats_path}/../dashboard_template/user_stats_template_light.png",
f"{repo_stats_path}/../dashboard_template/user_stats_template_dark.png",
f"{repo_stats_path}/../dashboard_template/user_stats_template_light.png",
]
params["template_image"] = list(params["template_image"])
params["font"] = f"{repo_stats_path}/../dashboard_template/Jost[wght].ttf"
Expand Down

0 comments on commit a6e08ce

Please sign in to comment.