Skip to content

Commit

Permalink
user stats image: use lighter font
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Aug 16, 2024
1 parent 8640a82 commit bcbbc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo_stats/user_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from PIL import Image, ImageDraw, ImageFont

class StatsImage:
def __init__(self, template_image, font, text_color="#4d4d4d"):
def __init__(self, template_image, font, text_color="#b2b2b2"):
"""
Class for updating a template image (e.g. to be displayed in a GitHub README) with repository and citation statistics.
Expand All @@ -14,7 +14,7 @@ def __init__(self, template_image, font, text_color="#4d4d4d"):
Template image to be updated
font : str
Font file (.tff) to be used
text_color : str, default='#4d4d4d'
text_color : str, default='#b2b2b2'
Color of text to be added to the image
"""

Expand Down

0 comments on commit bcbbc98

Please sign in to comment.