Skip to content

Commit

Permalink
DOC: update logo sizes (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot authored Jun 20, 2024
1 parent c36ba3a commit 96fb1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/logo.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ def logo(size=400, color="rgb(40,10,40)", center="rgb(240,240,240)", text=False)

if __name__ == "__main__":
print(
logo(size=80, color="rgb(240,240,240)", center="rgb(215,245,215)", text=False),
logo(size=40, color="rgb(240,240,240)", center="rgb(215,245,215)", text=False),
file=open("_static/logo-dark.svg", "w"),
)
print(
logo(size=80, color="rgb(15,15,15)", center="rgb(215,245,215)", text=False),
logo(size=40, color="rgb(15,15,15)", center="rgb(215,245,215)", text=False),
file=open("_static/logo.svg", "w"),
)
print(
Expand Down

0 comments on commit 96fb1a0

Please sign in to comment.